| Class and Description |
|---|
| AccessPolicy
An immutable client-side representation of a key vault access policy.
|
| AccessPolicy.DefinitionStages.Blank
The first stage of an access policy definition.
|
| AccessPolicy.DefinitionStages.WithAttach
The final stage of the access policy definition.
|
| AccessPolicy.DefinitionStages.WithIdentity
The access policy definition stage allowing the Active Directory identity to be specified.
|
| AccessPolicy.DefinitionStages.WithPermissions
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.UpdateDefinitionStages.Blank
The first stage of an access policy definition.
|
| AccessPolicy.UpdateDefinitionStages.WithAttach
The final stage of the access policy definition.
|
| AccessPolicy.UpdateDefinitionStages.WithIdentity
The access policy definition stage allowing the Active Directory identity to be specified.
|
| AccessPolicy.UpdateDefinitionStages.WithPermissions
The access policy definition stage allowing permissions to be added.
|
| AccessPolicy.UpdateStages.WithPermissions
The access policy update stage allowing permissions to be added or removed.
|
| 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.
|
| SkuName
Defines values for SkuName.
|
| 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.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.
|
| VaultProperties
Properties of the vault.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/