IdentityProperties Class

Properties of a managed identity.

Inheritance
msrest.serialization.Model
IdentityProperties

Constructor

IdentityProperties(*, type: str | None = None, principal_id: str | None = None, tenant_id: str | None = None, client_secret_url: str | None = None, **kwargs)

Parameters

Name Description
type
Required
str

Managed identity.

principal_id
Required
str

The principal id of resource identity.

tenant_id
Required
str

The tenant identifier of resource.

client_secret_url
Required
str

The client secret URL of the identity.

Keyword-Only Parameters

Name Description
type
Required
principal_id
Required
tenant_id
Required
client_secret_url
Required