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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python