| Modifier and Type | Method and Description |
|---|---|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.allowKeyAllPermissions()
Allow all permissions for the AD identity to access keys.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.allowKeyPermissions(KeyPermissions... permissions)
Allow a list of permissions for the AD identity to access keys.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.allowKeyPermissions(List<KeyPermissions> permissions)
Allow a list of permissions for the AD identity to access keys.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.allowSecretAllPermissions()
Allow all permissions for the AD identity to access secrets.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions(List<SecretPermissions> permissions)
Allow a list of permissions for the AD identity to access secrets.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions(SecretPermissions... permissions)
Allow a list of permissions for the AD identity to access secrets.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.disallowKeyAllPermissions()
Revoke all permissions for the AD identity to access keys.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.disallowKeyPermissions(KeyPermissions... permissions)
Revoke a list of permissions for the AD identity to access keys.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.disallowKeyPermissions(List<KeyPermissions> permissions)
Revoke a list of permissions for the AD identity to access keys.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.disallowSecretAllPermissions()
Revoke all permissions for the AD identity to access secrets.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.disallowSecretPermissions(List<SecretPermissions> permissions)
Revoke a list of permissions for the AD identity to access secrets.
|
AccessPolicy.Update |
AccessPolicy.UpdateStages.WithPermissions.disallowSecretPermissions(SecretPermissions... permissions)
Revoke a list of permissions for the AD identity to access secrets.
|
AccessPolicy.Update |
Vault.UpdateStages.WithAccessPolicy.updateAccessPolicy(String objectId)
Begins the update of an existing access policy attached to this key vault.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/