FactoryIdentity Class
Identity properties of the factory resource.
Constructor
FactoryIdentity(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The identity type. Required. Known values are: "SystemAssigned", "UserAssigned", and "SystemAssigned,UserAssigned". |
|
principal_id
|
The principal id of the identity. |
|
tenant_id
|
The client tenant id of the identity. |
|
user_assigned_identities
|
List of user assigned identities for the factory. |
Attributes
principal_id
The principal id of the identity.
principal_id: str | None
tenant_id
The client tenant id of the identity.
tenant_id: str | None
type
"SystemAssigned", "UserAssigned", and "SystemAssigned,UserAssigned".
type: str | _models.FactoryIdentityType
user_assigned_identities
List of user assigned identities for the factory.
user_assigned_identities: dict[str, Any] | None