Access Policy Args
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}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(policy: Output<AccessPolicyEntryArgs>? = null, resourceGroupName: Output<String>? = null, vaultName: Output<String>? = null)