VaultPatchProperties |
VaultPatchParameters.properties() |
Get the properties property: Properties of the vault.
|
VaultPatchProperties |
VaultPatchProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies) |
Set the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.
|
VaultPatchProperties |
VaultPatchProperties.withCreateMode(CreateMode createMode) |
Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
VaultPatchProperties |
VaultPatchProperties.withEnabledForDeployment(Boolean enabledForDeployment) |
Set the enabledForDeployment property: Property to specify whether Azure Virtual Machines are permitted to
retrieve certificates stored as secrets from the key vault.
|
VaultPatchProperties |
VaultPatchProperties.withEnabledForDiskEncryption(Boolean enabledForDiskEncryption) |
Set the enabledForDiskEncryption property: Property to specify whether Azure Disk Encryption is permitted to
retrieve secrets from the vault and unwrap keys.
|
VaultPatchProperties |
VaultPatchProperties.withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment) |
Set the enabledForTemplateDeployment property: Property to specify whether Azure Resource Manager is permitted to
retrieve secrets from the key vault.
|
VaultPatchProperties |
VaultPatchProperties.withEnablePurgeProtection(Boolean enablePurgeProtection) |
Set the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this
vault.
|
VaultPatchProperties |
VaultPatchProperties.withEnableRbacAuthorization(Boolean enableRbacAuthorization) |
Set the enableRbacAuthorization property: Property that controls how data actions are authorized.
|
VaultPatchProperties |
VaultPatchProperties.withEnableSoftDelete(Boolean enableSoftDelete) |
Set the enableSoftDelete property: Property to specify whether the 'soft delete' functionality is enabled for
this key vault.
|
VaultPatchProperties |
VaultPatchProperties.withNetworkAcls(NetworkRuleSet networkAcls) |
Set the networkAcls property: A collection of rules governing the accessibility of the vault from specific
network locations.
|
VaultPatchProperties |
VaultPatchProperties.withSku(Sku sku) |
Set the sku property: SKU details.
|
VaultPatchProperties |
VaultPatchProperties.withSoftDeleteRetentionInDays(Integer softDeleteRetentionInDays) |
Set the softDeleteRetentionInDays property: softDelete data retention days.
|
VaultPatchProperties |
VaultPatchProperties.withTenantId(UUID tenantId) |
Set the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests
to the key vault.
|