GetEncryptionScopeResult

data class GetEncryptionScopeResult(val id: String, val keyVaultKeyId: String, val name: String, val source: String, val storageAccountId: String)

A collection of values returned by getEncryptionScope.

Constructors

Link copied to clipboard
constructor(id: String, keyVaultKeyId: String, name: String, source: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the Key Vault Key.

Link copied to clipboard
Link copied to clipboard

The source of the Storage Encryption Scope.

Link copied to clipboard