FactoryIdentity interface
Identity properties of the factory resource.
Properties
principal |
The principal id of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The client tenant id of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The identity type. |
user |
List of user assigned identities for the factory. |
Property Details
principalId
The principal id of the identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The client tenant id of the identity. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The identity type.
type: string
Property Value
string
userAssignedIdentities
List of user assigned identities for the factory.
userAssignedIdentities?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}