See: Description
| Interface | Description |
|---|---|
| AccessPolicy |
An immutable client-side representation of a key vault access policy.
|
| AccessPolicy.Definition<ParentT> |
The entirety of an access policy definition.
|
| AccessPolicy.DefinitionStages |
Grouping of access policy definition stages applicable as part of a key vault creation.
|
| AccessPolicy.DefinitionStages.Blank<ParentT> |
The first stage of an access policy definition.
|
| AccessPolicy.DefinitionStages.WithAttach<ParentT> |
The final stage of the access policy definition.
|
| AccessPolicy.DefinitionStages.WithIdentity<ParentT> |
The access policy definition stage allowing the Active Directory identity to be specified.
|
| AccessPolicy.DefinitionStages.WithPermissions<ParentT> |
The access policy definition stage allowing permissions to be added.
|
| AccessPolicy.Update |
The entirety of an access policy update as part of a key vault update.
|
| AccessPolicy.UpdateDefinition<ParentT> |
The entirety of an access policy definition as part of a key vault update.
|
| AccessPolicy.UpdateDefinitionStages |
Grouping of access policy definition stages applicable as part of a key vault update.
|
| AccessPolicy.UpdateDefinitionStages.Blank<ParentT> |
The first stage of an access policy definition.
|
| AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
The final stage of the access policy definition.
|
| AccessPolicy.UpdateDefinitionStages.WithIdentity<ParentT> |
The access policy definition stage allowing the Active Directory identity to be specified.
|
| AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT> |
The access policy definition stage allowing permissions to be added.
|
| AccessPolicy.UpdateStages |
Grouping of all the key vault update stages.
|
| AccessPolicy.UpdateStages.WithPermissions |
The access policy update stage allowing permissions to be added or removed.
|
| Vault |
An immutable client-side representation of an Azure Key Vault.
|
| Vault.Definition |
Container interface for all the definitions that need to be implemented.
|
| Vault.DefinitionStages |
Grouping of all the key vault definition stages.
|
| Vault.DefinitionStages.Blank |
The first stage of the key vault definition.
|
| Vault.DefinitionStages.WithAccessPolicy |
A key vault definition allowing access policies to be attached.
|
| Vault.DefinitionStages.WithConfigurations |
A key vault definition allowing various configurations to be set.
|
| Vault.DefinitionStages.WithCreate |
A key vault definition with sufficient inputs to create a new
storage account in the cloud, but exposing additional optional inputs to
specify.
|
| Vault.DefinitionStages.WithGroup |
A key vault definition allowing resource group to be set.
|
| Vault.DefinitionStages.WithSku |
A key vault definition allowing the sku to be set.
|
| Vault.Update |
The template for a key vault update operation, containing all the settings that can be modified.
|
| Vault.UpdateStages |
Grouping of all the key vault update stages.
|
| Vault.UpdateStages.WithAccessPolicy |
A key vault update allowing access policies to be modified, attached, or removed.
|
| Vault.UpdateStages.WithConfigurations |
A key vault update allowing various configurations to be set.
|
| Vaults |
Entry point for key vaults management API.
|
| Class | Description |
|---|---|
| AccessPolicyEntry |
An identity that have access to the key vault.
|
| CertificatePermissions |
Defines values for CertificatePermissions.
|
| KeyPermissions |
Defines values for KeyPermissions.
|
| Permissions |
Permissions the identity has for keys, secrets and certificates.
|
| SecretPermissions |
Defines values for SecretPermissions.
|
| Sku |
SKU details.
|
| VaultProperties |
Properties of the vault.
|
| Enum | Description |
|---|---|
| SkuName |
Defines values for SkuName.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/