| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.fluent.inner |
Package containing the inner classes for KeyVaultManagementClient.
|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
VaultInner.properties()
Get the properties property: Properties of the vault.
|
| Modifier and Type | Method and Description |
|---|---|
VaultInner |
VaultInner.withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.
|
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
VaultCreateOrUpdateParameters.properties()
Get the properties property: Properties of the vault.
|
VaultProperties |
VaultProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.
|
VaultProperties |
VaultProperties.withCreateMode(CreateMode createMode)
Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
VaultProperties |
VaultProperties.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.
|
VaultProperties |
VaultProperties.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.
|
VaultProperties |
VaultProperties.withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
Set the enabledForTemplateDeployment property: Property to specify whether Azure Resource Manager is permitted to
retrieve secrets from the key vault.
|
VaultProperties |
VaultProperties.withEnablePurgeProtection(Boolean enablePurgeProtection)
Set the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this
vault.
|
VaultProperties |
VaultProperties.withEnableSoftDelete(Boolean enableSoftDelete)
Set the enableSoftDelete property: Property to specify whether the 'soft delete' functionality is enabled for
this key vault.
|
VaultProperties |
VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.
|
VaultProperties |
VaultProperties.withSku(Sku sku)
Set the sku property: SKU details.
|
VaultProperties |
VaultProperties.withTenantId(UUID tenantId)
Set the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests
to the key vault.
|
VaultProperties |
VaultProperties.withVaultUri(String vaultUri)
Set the vaultUri property: The URI of the vault for performing operations on keys and secrets.
|
| Modifier and Type | Method and Description |
|---|---|
VaultCreateOrUpdateParameters |
VaultCreateOrUpdateParameters.withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.