Identity Class
Properties to configure Identity for Bring your Own Keys.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelIdentity
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
|
ObjectId from the KeyVault. |
tenant_id
|
TenantId from the KeyVault. |
type
|
Enumerates the possible value Identity type, which currently supports only 'SystemAssigned'. Default value is "SystemAssigned". Default value: SystemAssigned
|
Variables
Name | Description |
---|---|
principal_id
|
ObjectId from the KeyVault. |
tenant_id
|
TenantId from the KeyVault. |
type
|
Enumerates the possible value Identity type, which currently supports only 'SystemAssigned'. Default value is "SystemAssigned". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python