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.

Inheritance
azure.mgmt.datafactory._serialization.Model
FactoryIdentity

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
dict[str, <xref:JSON>]

List of user assigned identities for the factory.

Variables

Name Description
type

The identity type. Required. Known values are: "SystemAssigned", "UserAssigned", and "SystemAssigned,UserAssigned".

principal_id
str

The principal id of the identity.

tenant_id
str

The client tenant id of the identity.

user_assigned_identities
dict[str, <xref:JSON>]

List of user assigned identities for the factory.