Partager via


IEncryptionScopeProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopePropertiesTypeConverter))]
public interface IEncryptionScopeProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopePropertiesTypeConverter))>]
type IEncryptionScopeProperties = interface
    interface IJsonSerializable
Public Interface IEncryptionScopeProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CreationTime

Gets the creation date and time of the encryption scope in UTC.

KeyVaultPropertyCurrentVersionedKeyIdentifier

The object identifier of the current versioned Key Vault Key in use.

KeyVaultPropertyKeyUri

The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.

KeyVaultPropertyLastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

LastModifiedTime

Gets the last modification date and time of the encryption scope in UTC.

RequireInfrastructureEncryption

A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.

Source

The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault.

State

The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to