public class VaultAccessPolicyProperties extends Object
| Constructor and Description |
|---|
VaultAccessPolicyProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicyEntry> |
accessPolicies()
Get the accessPolicies value.
|
VaultAccessPolicyProperties |
withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies value.
|
public List<AccessPolicyEntry> accessPolicies()
public VaultAccessPolicyProperties withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
accessPolicies - the accessPolicies value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/