ManagedServiceIdentity Class

Managed identity generic object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ManagedServiceIdentity

Constructor

ManagedServiceIdentity(*, type: Optional[Union[str, azure.mgmt.resource.deploymentscripts.v2020_10_01.models._deployment_scripts_client_enums.ManagedServiceIdentityType]] = None, user_assigned_identities: Optional[Dict[str, azure.mgmt.resource.deploymentscripts.v2020_10_01.models._models_py3.UserAssignedIdentity]] = None, **kwargs)

Variables

type
str or ManagedServiceIdentityType

Type of the managed identity. Possible values include: "UserAssigned".

tenant_id
str

ID of the Azure Active Directory.

user_assigned_identities
dict[<xref:str,azure.mgmt.resource.deploymentscripts.v2020_10_01.models.UserAssignedIdentity>]

The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.