IdentityProperties Class

Properties of a managed identity.

Inheritance
IdentityProperties

Constructor

IdentityProperties(*, type: Optional[str] = None, principal_id: Optional[str] = None, tenant_id: Optional[str] = None, client_secret_url: Optional[str] = None, **kwargs)

Parameters

type
str
Required

Managed identity.

principal_id
str
Required

The principal id of resource identity.

tenant_id
str
Required

The tenant identifier of resource.

client_secret_url
str
Required

The client secret URL of the identity.