KeyVaultKeyProperties Class
The properties of the KeyVault key.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelKeyVaultKeyProperties
Constructor
KeyVaultKeyProperties(*, key_identifier: str | None = None, identity: _models.ManagedIdentity | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_identifier
|
The identifier of the key. |
identity
|
Managed identity properties of KeyVault Key. |
Variables
Name | Description |
---|---|
key_identifier
|
The identifier of the key. |
identity
|
Managed identity properties of KeyVault Key. |
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