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
-
msrest.serialization.ModelIdentity
Constructor
Identity(*, type: str | None = None, user_assigned_identities: Dict[str, Any] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of managed service identity. The only acceptable values to pass in are None and "UserAssigned". The default value is None. |
user_assigned_identities
|
Metadata of user assigned identity. |
Variables
Name | Description |
---|---|
principal_id
|
ObjectId from the KeyVault. |
tenant_id
|
TenantId from the KeyVault. |
type
|
Type of managed service identity. The only acceptable values to pass in are None and "UserAssigned". The default value is None. |
user_assigned_identities
|
Metadata of user assigned identity. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python