AccessPolicyArgs

data class AccessPolicyArgs(val policy: Output<AccessPolicyEntryArgs>? = null, val resourceGroupName: Output<String>? = null, val vaultName: Output<String>? = null) : ConvertibleToJava<AccessPolicyArgs>

Key Vault Access Policy for managing policies on existing vaults.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:keyvault:AccessPolicy myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/accessPolicy/{policy.objectId}

Constructors

Link copied to clipboard
constructor(policy: Output<AccessPolicyEntryArgs>? = null, resourceGroupName: Output<String>? = null, vaultName: Output<String>? = null)

Properties

Link copied to clipboard
val policy: Output<AccessPolicyEntryArgs>? = null

The definition of the access policy.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group that contains the vault.

Link copied to clipboard
val vaultName: Output<String>? = null

Name of the Key Vault.

Functions

Link copied to clipboard
open override fun toJava(): AccessPolicyArgs