VaultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the vault
public class VaultProperties
type VaultProperties = class
Public Class VaultProperties
- Inheritance
-
VaultProperties
Constructors
VaultProperties() |
Initializes a new instance of the VaultProperties class. |
VaultProperties(Guid, Sku, IList<AccessPolicyEntry>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<CreateMode>, Nullable<Boolean>, NetworkRuleSet) |
Initializes a new instance of the VaultProperties class. |
Properties
AccessPolicies |
Gets or sets an array of 0 to 16 identities that have access to the
key vault. All identities in the array must use the same tenant ID
as the key vault's tenant ID. When |
CreateMode |
Gets or sets the vault's create mode to indicate whether the vault need to be recovered or not. Possible values include: 'recover', 'default' |
EnabledForDeployment |
Gets or sets property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. |
EnabledForDiskEncryption |
Gets or sets property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. |
EnabledForTemplateDeployment |
Gets or sets property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. |
EnablePurgeProtection |
Gets or sets property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value. |
EnableSoftDelete |
Gets or sets property to specify whether the 'soft delete' functionality is enabled for this key vault. It does not accept false value. |
NetworkAcls |
Gets or sets a collection of rules governing the accessibility of the vault from specific network locations. |
Sku |
Gets or sets SKU details |
TenantId |
Gets or sets the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. |
VaultUri |
Gets or sets the URI of the vault for performing operations on keys and secrets. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET