KeyVaultKeyProperties Class

The properties of the KeyVault key.

Inheritance
azure.mgmt.iothub._serialization.Model
KeyVaultKeyProperties

Constructor

KeyVaultKeyProperties(*, key_identifier: str | None = None, identity: _models.ManagedIdentity | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_identifier
str

The identifier of the key.

identity

Managed identity properties of KeyVault Key.

Variables

Name Description
key_identifier
str

The identifier of the key.

identity

Managed identity properties of KeyVault Key.