Share via


EncryptionScopeProperties Class

Definition

Properties of the encryption scope.

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

Constructors

EncryptionScopeProperties()

Creates an new EncryptionScopeProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionScopeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionScopeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEncryptionScopeProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionScopeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to