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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python