GetEncryptionScopeResult

data class GetEncryptionScopeResult(val azureApiVersion: String, val creationTime: String, val id: String, val keyVaultProperties: EncryptionScopeKeyVaultPropertiesResponse? = null, val lastModifiedTime: String, val name: String, val requireInfrastructureEncryption: Boolean? = null, val source: String? = null, val state: String? = null, val type: String)

The Encryption Scope resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationTime: String, id: String, keyVaultProperties: EncryptionScopeKeyVaultPropertiesResponse? = null, lastModifiedTime: String, name: String, requireInfrastructureEncryption: Boolean? = null, source: String? = null, state: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

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

Link copied to clipboard
val source: String? = null

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

Link copied to clipboard
val state: String? = null

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

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"