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. |
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