Interface AccessPolicy.UpdateStages.WithPermissions
- All Known Subinterfaces:
AccessPolicy.Update
- Enclosing interface:
- AccessPolicy.UpdateStages
public static interface AccessPolicy.UpdateStages.WithPermissions
The access policy update stage allowing permissions to be added or removed.
-
Method Summary
Modifier and TypeMethodDescriptionAllow all permissions for the AD identity to access certificates.allowCertificatePermissions
(CertificatePermissions... permissions) Allow a list of permissions for the AD identity to access certificates.allowCertificatePermissions
(List<CertificatePermissions> permissions) Allow a list of permissions for the AD identity to access certificates.Allow all permissions for the AD identity to access keys.allowKeyPermissions
(KeyPermissions... permissions) Allow a list of permissions for the AD identity to access keys.allowKeyPermissions
(List<KeyPermissions> permissions) Allow a list of permissions for the AD identity to access keys.Allow all permissions for the AD identity to access secrets.allowSecretPermissions
(SecretPermissions... permissions) Allow a list of permissions for the AD identity to access secrets.allowSecretPermissions
(List<SecretPermissions> permissions) Allow a list of permissions for the AD identity to access secrets.Allow all permissions for the Ad identity to access storage.allowStoragePermissions
(StoragePermissions... permissions) Allow a list of permissions for the AD identity to access storage.allowStoragePermissions
(List<StoragePermissions> permissions) Allow a list of permissions for the AD identity to access storage.Revoke all permissions for the AD identity to access certificates.disallowCertificatePermissions
(CertificatePermissions... permissions) Revoke a list of permissions for the AD identity to access certificates.disallowCertificatePermissions
(List<CertificatePermissions> permissions) Revoke a list of permissions for the AD identity to access certificates.Revoke all permissions for the AD identity to access keys.disallowKeyPermissions
(KeyPermissions... permissions) Revoke a list of permissions for the AD identity to access keys.disallowKeyPermissions
(List<KeyPermissions> permissions) Revoke a list of permissions for the AD identity to access keys.Revoke all permissions for the AD identity to access secrets.disallowSecretPermissions
(SecretPermissions... permissions) Revoke a list of permissions for the AD identity to access secrets.disallowSecretPermissions
(List<SecretPermissions> permissions) Revoke a list of permissions for the AD identity to access secrets.Revoke all permissions for the Ad identity to access storage.disallowStoragePermissions
(StoragePermissions... permissions) Revoke a list of permissions for the AD identity to access storage.disallowStoragePermissions
(List<StoragePermissions> permissions) Revoke a list of permissions for the AD identity to access storage.
-
Method Details
-
allowKeyAllPermissions
AccessPolicy.Update allowKeyAllPermissions()Allow all permissions for the AD identity to access keys.- Returns:
- the next stage of access policy update
-
allowKeyPermissions
Allow a list of permissions for the AD identity to access keys.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy update
-
allowKeyPermissions
Allow a list of permissions for the AD identity to access keys.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy update
-
disallowKeyAllPermissions
AccessPolicy.Update disallowKeyAllPermissions()Revoke all permissions for the AD identity to access keys.- Returns:
- the next stage of access policy update
-
disallowKeyPermissions
Revoke a list of permissions for the AD identity to access keys.- Parameters:
permissions
- the list of permissions to revoke- Returns:
- the next stage of access policy update
-
disallowKeyPermissions
Revoke a list of permissions for the AD identity to access keys.- Parameters:
permissions
- the list of permissions to revoke- Returns:
- the next stage of access policy update
-
allowSecretAllPermissions
AccessPolicy.Update allowSecretAllPermissions()Allow all permissions for the AD identity to access secrets.- Returns:
- the next stage of access policy definition
-
allowSecretPermissions
Allow a list of permissions for the AD identity to access secrets.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy definition
-
allowSecretPermissions
Allow a list of permissions for the AD identity to access secrets.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy definition
-
disallowSecretAllPermissions
AccessPolicy.Update disallowSecretAllPermissions()Revoke all permissions for the AD identity to access secrets.- Returns:
- the next stage of access policy update
-
disallowSecretPermissions
Revoke a list of permissions for the AD identity to access secrets.- Parameters:
permissions
- the list of permissions to revoke- Returns:
- the next stage of access policy update
-
disallowSecretPermissions
Revoke a list of permissions for the AD identity to access secrets.- Parameters:
permissions
- the list of permissions to revoke- Returns:
- the next stage of access policy update
-
allowCertificateAllPermissions
AccessPolicy.Update allowCertificateAllPermissions()Allow all permissions for the AD identity to access certificates.- Returns:
- the next stage of access policy update
-
allowCertificatePermissions
Allow a list of permissions for the AD identity to access certificates.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy update
-
allowCertificatePermissions
Allow a list of permissions for the AD identity to access certificates.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy update
-
disallowCertificateAllPermissions
AccessPolicy.Update disallowCertificateAllPermissions()Revoke all permissions for the AD identity to access certificates.- Returns:
- the next stage of access policy update
-
disallowCertificatePermissions
Revoke a list of permissions for the AD identity to access certificates.- Parameters:
permissions
- the list of permissions to revoke- Returns:
- the next stage of access policy update
-
disallowCertificatePermissions
Revoke a list of permissions for the AD identity to access certificates.- Parameters:
permissions
- the list of permissions to revoke- Returns:
- the next stage of access policy update
-
allowStorageAllPermissions
AccessPolicy.Update allowStorageAllPermissions()Allow all permissions for the Ad identity to access storage.- Returns:
- the next stage of access policy definition
-
allowStoragePermissions
Allow a list of permissions for the AD identity to access storage.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy definition
-
allowStoragePermissions
Allow a list of permissions for the AD identity to access storage.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy definition
-
disallowStorageAllPermissions
AccessPolicy.Update disallowStorageAllPermissions()Revoke all permissions for the Ad identity to access storage.- Returns:
- the next stage of access policy definition
-
disallowStoragePermissions
Revoke a list of permissions for the AD identity to access storage.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy definition
-
disallowStoragePermissions
Revoke a list of permissions for the AD identity to access storage.- Parameters:
permissions
- the list of permissions allowed- Returns:
- the next stage of access policy definition
-