Package version:

Interface FactoryIdentity

Identity properties of the factory resource.

interface FactoryIdentity {
    principalId?: string;
    tenantId?: string;
    type: string;
    userAssignedIdentities?: {
        [propertyName: string]: any;
    };
}

Properties

principalId?: string

The principal id of the identity. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

The client tenant id of the identity. NOTE: This property will not be serialized. It can only be populated by the server.

type: string

The identity type.

userAssignedIdentities?: {
    [propertyName: string]: any;
}

List of user assigned identities for the factory.