Class AccessPolicyState
Inherited Members
Namespace: Pulumi.Azure.KeyVault
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccessPolicyState : ResourceArgs
Constructors
View SourceAccessPolicyState()
Declaration
public AccessPolicyState()
Properties
View SourceApplicationId
The object ID of an Application in Azure Active Directory.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificatePermissions
List of certificate permissions, must be one or more from
the following: backup, create, delete, deleteissuers, get, getissuers, import, list, listissuers,
managecontacts, manageissuers, purge, recover, restore, setissuers and update.
Declaration
public InputList<string> CertificatePermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
KeyPermissions
List of key permissions, must be one or more from
the following: backup, create, decrypt, delete, encrypt, get, import, list, purge,
recover, restore, sign, unwrapKey, update, verify and wrapKey.
Declaration
public InputList<string> KeyPermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
KeyVaultId
Specifies the id of the Key Vault resource. Changing this forces a new resource to be created.
Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ObjectId
The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies. Changing this forces a new resource to be created.
Declaration
public Input<string> ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretPermissions
List of secret permissions, must be one or more
from the following: backup, delete, get, list, purge, recover, restore and set.
Declaration
public InputList<string> SecretPermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
StoragePermissions
List of storage permissions, must be one or more from the following: backup, delete, deletesas, get, getsas, list, listsas, purge, recover, regeneratekey, restore, set, setsas and update.
Declaration
public InputList<string> StoragePermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TenantId
The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. Changing this forces a new resource to be created.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |