public final class VaultAccessPolicyProperties extends Object
| Constructor and Description |
|---|
VaultAccessPolicyProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicyEntry> |
accessPolicies()
Get the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.
|
void |
validate()
Validates the instance.
|
VaultAccessPolicyProperties |
withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.
|
public List<AccessPolicyEntry> accessPolicies()
public VaultAccessPolicyProperties withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
accessPolicies - the accessPolicies value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020. All rights reserved.