IdentityUpdate Class

Describes an identity resource.

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

Inheritance
azure.mgmt.msi.models._models_py3.Resource
IdentityUpdate

Constructor

IdentityUpdate(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

location
str

The geo-location where the resource lives.

tags
dict[str, str]

A set of tags. Resource tags.

tenant_id
str

The id of the tenant which the identity belongs to.

principal_id
str

The id of the service principal object associated with the created identity.

client_id
str

The id of the app associated with the identity. This is a random generated UUID by MSI.