GetKeyVaultResult

data class GetKeyVaultResult(val accessPolicies: List<GetKeyVaultAccessPolicy>, val enableRbacAuthorization: Boolean, val enabledForDeployment: Boolean, val enabledForDiskEncryption: Boolean, val enabledForTemplateDeployment: Boolean, val id: String, val location: String, val name: String, val networkAcls: List<GetKeyVaultNetworkAcl>, val publicNetworkAccessEnabled: Boolean, val purgeProtectionEnabled: Boolean, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val tenantId: String, val vaultUri: String)

A collection of values returned by getKeyVault.

Constructors

Link copied to clipboard
constructor(accessPolicies: List<GetKeyVaultAccessPolicy>, enableRbacAuthorization: Boolean, enabledForDeployment: Boolean, enabledForDiskEncryption: Boolean, enabledForTemplateDeployment: Boolean, id: String, location: String, name: String, networkAcls: List<GetKeyVaultNetworkAcl>, publicNetworkAccessEnabled: Boolean, purgeProtectionEnabled: Boolean, resourceGroupName: String, skuName: String, tags: Map<String, String>, tenantId: String, vaultUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more access_policy blocks as defined below.

Link copied to clipboard

Can Azure Virtual Machines retrieve certificates stored as secrets from the Key Vault?

Link copied to clipboard

Can Azure Disk Encryption retrieve secrets from the Key Vault?

Link copied to clipboard

Can Azure Resource Manager retrieve secrets from the Key Vault?

Link copied to clipboard

Is Role Based Access Control (RBAC) for authorization of data actions enabled on this Key Vault?

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region in which the Key Vault exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Is public network access enabled on this Key Vault?

Link copied to clipboard

Is purge protection enabled on this Key Vault?

Link copied to clipboard
Link copied to clipboard

The Name of the SKU used for this Key Vault.

Link copied to clipboard

A mapping of tags assigned to the Key Vault.

Link copied to clipboard

The Azure Active Directory Tenant ID used to authenticate requests for this Key Vault.

Link copied to clipboard

The URI of the vault for performing operations on keys and secrets.