FactoryIdentity Class
Identity properties of the factory resource.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
FactoryIdentity(*, type: str | _models.FactoryIdentityType, user_assigned_identities: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
The identity type. Required. Known values are: "SystemAssigned", "UserAssigned", and "SystemAssigned,UserAssigned". |
|
user_assigned_identities
|
List of user assigned identities for the factory. Default value: None
|
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. |