| Modifier and Type | Method and Description |
|---|---|
AccessPolicyEntry |
AccessPolicyEntry.withApplicationId(UUID applicationId)
Set the applicationId value.
|
AccessPolicyEntry |
AccessPolicyEntry.withObjectId(String objectId)
Set the objectId value.
|
AccessPolicyEntry |
AccessPolicyEntry.withPermissions(Permissions permissions)
Set the permissions value.
|
AccessPolicyEntry |
AccessPolicyEntry.withTenantId(UUID tenantId)
Set the tenantId value.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicyEntry> |
VaultProperties.accessPolicies()
Get the accessPolicies value.
|
List<AccessPolicyEntry> |
VaultPatchProperties.accessPolicies()
Get the accessPolicies value.
|
List<AccessPolicyEntry> |
VaultAccessPolicyProperties.accessPolicies()
Get the accessPolicies value.
|
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
VaultProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies value.
|
VaultPatchProperties |
VaultPatchProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies value.
|
VaultAccessPolicyProperties |
VaultAccessPolicyProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/