| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPolicyEntry |
AccessPolicyEntry.withApplicationId(UUID applicationId)
Set the applicationId property: Application ID of the client making request on behalf of a principal.
|
AccessPolicyEntry |
AccessPolicyEntry.withObjectId(String objectId)
Set the objectId property: The object ID of a user, service principal or security group in the Azure Active
Directory tenant for the vault.
|
AccessPolicyEntry |
AccessPolicyEntry.withPermissions(Permissions permissions)
Set the permissions property: Permissions the identity has for keys, secrets and certificates.
|
AccessPolicyEntry |
AccessPolicyEntry.withTenantId(UUID tenantId)
Set the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests
to the key vault.
|
Copyright © 2020. All rights reserved.