FactoryIdentity interface
Identity properties of the factory resource.
Properties
| principal |
The principal id of the identity. |
| tenant |
The client tenant id of the identity. |
| type | The identity type. |
| user |
List of user assigned identities for the factory. |
Property Details
principalId
The principal id of the identity.
principalId?: string
Property Value
string
tenantId
The client tenant id of the identity.
tenantId?: string
Property Value
string
type
The identity type.
type: string
Property Value
string
userAssignedIdentities
List of user assigned identities for the factory.
userAssignedIdentities?: Record<string, any>
Property Value
Record<string, any>