| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicy> |
Vault.accessPolicies() |
| Modifier and Type | Method and Description |
|---|---|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithAccessPolicy.withAccessPolicy(AccessPolicy accessPolicy)
Attach an existing access policy.
|
Vault.Update |
Vault.UpdateStages.WithAccessPolicy.withAccessPolicy(AccessPolicy accessPolicy)
Attach an existing access policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/