ManagedServiceIdentity Class

Managed service identity.

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.web.v2020_09_01.models._web_site_management_client_enums.ManagedServiceIdentityType]] = None, user_assigned_identities: Optional[Dict[str, azure.mgmt.web.v2020_09_01.models._models_py3.Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties]] = None, **kwargs)

Parameters

type
str or ManagedServiceIdentityType
Required

Type of managed service identity. Possible values include: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.web.v2020_09_01.models.Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties>]
Required

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.

Variables

tenant_id
str

Tenant of managed service identity.

principal_id
str

Principal Id of managed service identity.