ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface AccessPolicy.DefinitionStages.WithPermissions<ParentT>
| Modifier and Type | Method and Description |
|---|---|
AccessPolicy.DefinitionStages.WithAttach<ParentT> |
allowKeyAllPermissions()
Allow all permissions for the AD identity to access keys.
|
AccessPolicy.DefinitionStages.WithAttach<ParentT> |
allowKeyPermissions(KeyPermissions... permissions)
Allow a list of permissions for the AD identity to access keys.
|
AccessPolicy.DefinitionStages.WithAttach<ParentT> |
allowKeyPermissions(List<KeyPermissions> permissions)
Allow a list of permissions for the AD identity to access keys.
|
AccessPolicy.DefinitionStages.WithAttach<ParentT> |
allowSecretAllPermissions()
Allow all permissions for the AD identity to access secrets.
|
AccessPolicy.DefinitionStages.WithAttach<ParentT> |
allowSecretPermissions(List<SecretPermissions> permissions)
Allow a list of permissions for the AD identity to access secrets.
|
AccessPolicy.DefinitionStages.WithAttach<ParentT> |
allowSecretPermissions(SecretPermissions... permissions)
Allow a list of permissions for the AD identity to access secrets.
|
AccessPolicy.DefinitionStages.WithAttach<ParentT> allowKeyAllPermissions()
AccessPolicy.DefinitionStages.WithAttach<ParentT> allowKeyPermissions(KeyPermissions... permissions)
permissions - the list of permissions allowedAccessPolicy.DefinitionStages.WithAttach<ParentT> allowKeyPermissions(List<KeyPermissions> permissions)
permissions - the list of permissions allowedAccessPolicy.DefinitionStages.WithAttach<ParentT> allowSecretAllPermissions()
AccessPolicy.DefinitionStages.WithAttach<ParentT> allowSecretPermissions(SecretPermissions... permissions)
permissions - the list of permissions allowedAccessPolicy.DefinitionStages.WithAttach<ParentT> allowSecretPermissions(List<SecretPermissions> permissions)
permissions - the list of permissions allowed/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/