Identity Class
Properties to configure Identity for Bring your Own Keys.
- Inheritance
-
azure.mgmt.servicebus._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". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python