Identity Class

Properties to configure Identity for Bring your Own Keys.

Inheritance
azure.mgmt.eventhub._serialization.Model
Identity

Constructor

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

Keyword-Only Parameters

Name Description
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'. Default value is "SystemAssigned".

default value: SystemAssigned

Variables

Name Description
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'. Default value is "SystemAssigned".