IdentityInfo Class

The identity information for the resource.

'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. # pylint: disable=line-too-long This property is currently not used and reserved for future usage.

'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. # pylint: disable=line-too-long This property is currently not used and reserved for future usage.

Inheritance
azure.mgmt.eventgrid._serialization.Model
IdentityInfo

Constructor

IdentityInfo(*, type: str | _models.IdentityType | None = None, principal_id: str | None = None, tenant_id: str | None = None, user_assigned_identities: Dict[str, _models.UserIdentityProperties] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

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 identity. Known values are: "None", "SystemAssigned", "UserAssigned", and "SystemAssigned, UserAssigned".

principal_id
str

The principal ID of resource identity.

tenant_id
str

The tenant ID of resource.

user_assigned_identities

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:

Variables

Name Description
type

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 identity. Known values are: "None", "SystemAssigned", "UserAssigned", and "SystemAssigned, UserAssigned".

principal_id
str

The principal ID of resource identity.

tenant_id
str

The tenant ID of resource.

user_assigned_identities

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: