ResourceIdentity Class

An identity that can be associated with a resource.

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

Inheritance
ResourceIdentity

Constructor

ResourceIdentity(*, type: Optional[Union[str, azure.mgmt.appconfiguration.models._app_configuration_management_client_enums.IdentityType]] = None, user_assigned_identities: Optional[Dict[str, azure.mgmt.appconfiguration.models._models_py3.UserIdentity]] = None, **kwargs)

Variables

type
str or IdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. Possible values include: "None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned".

user_assigned_identities
dict[str, UserIdentity]

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

principal_id
str

The principal id of the identity. This property will only be provided for a system-assigned identity.

tenant_id
str

The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity.