Bagikan melalui


KeyVaultProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.KeyVaultPropertiesTypeConverter))]
public class KeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.KeyVaultPropertiesTypeConverter))>]
type KeyVaultProperties = class
    interface IKeyVaultProperties
    interface IJsonSerializable
Public Class KeyVaultProperties
Implements IKeyVaultProperties
Inheritance
KeyVaultProperties
Attributes
Implements

Constructors

KeyVaultProperties()

Creates an new KeyVaultProperties instance.

Properties

Identity

The client id of the identity which will be used to access key vault.

KeyIdentifier

Key vault uri to access the encryption key.

KeyRotationEnabled

Auto key rotation status for a CMK enabled registry.

LastKeyRotationTimestamp

Timestamp of the last successful key rotation.

VersionedKeyIdentifier

The fully qualified key identifier that includes the version of the key that is actually used for encryption.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyVaultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyVaultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IKeyVaultProperties.

FromJsonString(String)

Creates a new instance of KeyVaultProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyVaultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to