Identity Class

Properties to configure Identity for Bring your Own Keys.

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

Inheritance
Identity

Constructor

Identity(*, type: Optional[Union[str, azure.mgmt.eventhub.v2021_01_01_preview.models._event_hub_management_client_enums.ManagedServiceIdentityType]] = None, user_assigned_identities: Optional[Dict[str, azure.mgmt.eventhub.v2021_01_01_preview.models._models_py3.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties]] = None, **kwargs)

Variables

principal_id
str

ObjectId from the KeyVault.

tenant_id
str

TenantId from the KeyVault.

type
str or ManagedServiceIdentityType

Type of managed service identity. Possible values include: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.eventhub.v2021_01_01_preview.models.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties>]

Properties for User Assigned Identities.