Identity Class

Properties to configure Identity for Bring your Own Keys.

Inheritance
Identity

Constructor

Identity(*, principal_id: Optional[str] = None, tenant_id: Optional[str] = None, type: Optional[str] = 'SystemAssigned', **kwargs)

Variables

principal_id
str

ObjectId from the KeyVault.

tenant_id
str

TenantId from the KeyVault.

type
str

Enumerates the possible value Identity type, which currently supports only 'SystemAssigned'. The only acceptable values to pass in are None and "SystemAssigned". The default value is "SystemAssigned".