public final class VaultPatchProperties extends Object
| Constructor and Description |
|---|
VaultPatchProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicyEntry> |
accessPolicies()
Get the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.
|
CreateMode |
createMode()
Get the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
Boolean |
enabledForDeployment()
Get the enabledForDeployment property: Property to specify whether Azure Virtual Machines are permitted to
retrieve certificates stored as secrets from the key vault.
|
Boolean |
enabledForDiskEncryption()
Get the enabledForDiskEncryption property: Property to specify whether Azure Disk Encryption is permitted to
retrieve secrets from the vault and unwrap keys.
|
Boolean |
enabledForTemplateDeployment()
Get the enabledForTemplateDeployment property: Property to specify whether Azure Resource Manager is permitted to
retrieve secrets from the key vault.
|
Boolean |
enablePurgeProtection()
Get the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this
vault.
|
Boolean |
enableSoftDelete()
Get the enableSoftDelete property: Property to specify whether the 'soft delete' functionality is enabled for
this key vault.
|
NetworkRuleSet |
networkAcls()
Get the networkAcls property: A collection of rules governing the accessibility of the vault from specific
network locations.
|
Sku |
sku()
Get the sku property: SKU details.
|
UUID |
tenantId()
Get the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests
to the key vault.
|
void |
validate()
Validates the instance.
|
VaultPatchProperties |
withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.
|
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 |
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 |
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 |
withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
Set the enabledForTemplateDeployment property: Property to specify whether Azure Resource Manager is permitted to
retrieve secrets from the key vault.
|
VaultPatchProperties |
withEnablePurgeProtection(Boolean enablePurgeProtection)
Set the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this
vault.
|
VaultPatchProperties |
withEnableSoftDelete(Boolean enableSoftDelete)
Set the enableSoftDelete property: Property to specify whether the 'soft delete' functionality is enabled for
this key vault.
|
VaultPatchProperties |
withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls property: A collection of rules governing the accessibility of the vault from specific
network locations.
|
VaultPatchProperties |
withSku(Sku sku)
Set the sku property: SKU details.
|
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.
|
public UUID tenantId()
public VaultPatchProperties withTenantId(UUID tenantId)
tenantId - the tenantId value to set.public Sku sku()
public VaultPatchProperties withSku(Sku sku)
sku - the sku value to set.public List<AccessPolicyEntry> accessPolicies()
public VaultPatchProperties withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
accessPolicies - the accessPolicies value to set.public Boolean enabledForDeployment()
public VaultPatchProperties withEnabledForDeployment(Boolean enabledForDeployment)
enabledForDeployment - the enabledForDeployment value to set.public Boolean enabledForDiskEncryption()
public VaultPatchProperties withEnabledForDiskEncryption(Boolean enabledForDiskEncryption)
enabledForDiskEncryption - the enabledForDiskEncryption value to set.public Boolean enabledForTemplateDeployment()
public VaultPatchProperties withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
enabledForTemplateDeployment - the enabledForTemplateDeployment value to set.public Boolean enableSoftDelete()
public VaultPatchProperties withEnableSoftDelete(Boolean enableSoftDelete)
enableSoftDelete - the enableSoftDelete value to set.public CreateMode createMode()
public VaultPatchProperties withCreateMode(CreateMode createMode)
createMode - the createMode value to set.public Boolean enablePurgeProtection()
public VaultPatchProperties withEnablePurgeProtection(Boolean enablePurgeProtection)
enablePurgeProtection - the enablePurgeProtection value to set.public NetworkRuleSet networkAcls()
public VaultPatchProperties withNetworkAcls(NetworkRuleSet networkAcls)
networkAcls - the networkAcls value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.