AccessPolicy.UpdateStages.WithPermissions Interface
public static interface AccessPolicy.UpdateStages.WithPermissions
The access policy update stage allowing permissions to be added or removed.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
allowCertificateAllPermissions()
Allow all permissions for the AD identity to access certificates. |
abstract Update |
allowCertificatePermissions(CertificatePermissions[] permissions)
Allow a list of permissions for the AD identity to access certificates. |
abstract Update |
allowCertificatePermissions(List<CertificatePermissions> permissions)
Allow a list of permissions for the AD identity to access certificates. |
abstract Update |
allowKeyAllPermissions()
Allow all permissions for the AD identity to access keys. |
abstract Update |
allowKeyPermissions(KeyPermissions[] permissions)
Allow a list of permissions for the AD identity to access keys. |
abstract Update |
allowKeyPermissions(List<KeyPermissions> permissions)
Allow a list of permissions for the AD identity to access keys. |
abstract Update |
allowSecretAllPermissions()
Allow all permissions for the AD identity to access secrets. |
abstract Update |
allowSecretPermissions(SecretPermissions[] permissions)
Allow a list of permissions for the AD identity to access secrets. |
abstract Update |
allowSecretPermissions(List<SecretPermissions> permissions)
Allow a list of permissions for the AD identity to access secrets. |
abstract Update |
allowStorageAllPermissions()
Allow all permissions for the Ad identity to access storage. |
abstract Update |
allowStoragePermissions(StoragePermissions[] permissions)
Allow a list of permissions for the AD identity to access storage. |
abstract Update |
allowStoragePermissions(List<StoragePermissions> permissions)
Allow a list of permissions for the AD identity to access storage. |
abstract Update |
disallowCertificateAllPermissions()
Revoke all permissions for the AD identity to access certificates. |
abstract Update |
disallowCertificatePermissions(CertificatePermissions[] permissions)
Revoke a list of permissions for the AD identity to access certificates. |
abstract Update |
disallowCertificatePermissions(List<CertificatePermissions> permissions)
Revoke a list of permissions for the AD identity to access certificates. |
abstract Update |
disallowKeyAllPermissions()
Revoke all permissions for the AD identity to access keys. |
abstract Update |
disallowKeyPermissions(KeyPermissions[] permissions)
Revoke a list of permissions for the AD identity to access keys. |
abstract Update |
disallowKeyPermissions(List<KeyPermissions> permissions)
Revoke a list of permissions for the AD identity to access keys. |
abstract Update |
disallowSecretAllPermissions()
Revoke all permissions for the AD identity to access secrets. |
abstract Update |
disallowSecretPermissions(SecretPermissions[] permissions)
Revoke a list of permissions for the AD identity to access secrets. |
abstract Update |
disallowSecretPermissions(List<SecretPermissions> permissions)
Revoke a list of permissions for the AD identity to access secrets. |
abstract Update |
disallowStorageAllPermissions()
Revoke all permissions for the Ad identity to access storage. |
abstract Update |
disallowStoragePermissions(StoragePermissions[] permissions)
Revoke a list of permissions for the AD identity to access storage. |
abstract Update |
disallowStoragePermissions(List<StoragePermissions> permissions)
Revoke a list of permissions for the AD identity to access storage. |
Method Details
allowCertificateAllPermissions
public abstract AccessPolicy.Update allowCertificateAllPermissions()
Allow all permissions for the AD identity to access certificates.
Returns:
allowCertificatePermissions
public abstract AccessPolicy.Update allowCertificatePermissions(CertificatePermissions[] permissions)
Allow a list of permissions for the AD identity to access certificates.
Parameters:
Returns:
allowCertificatePermissions
public abstract AccessPolicy.Update allowCertificatePermissions(List
Allow a list of permissions for the AD identity to access certificates.
Parameters:
Returns:
allowKeyAllPermissions
public abstract AccessPolicy.Update allowKeyAllPermissions()
Allow all permissions for the AD identity to access keys.
Returns:
allowKeyPermissions
public abstract AccessPolicy.Update allowKeyPermissions(KeyPermissions[] permissions)
Allow a list of permissions for the AD identity to access keys.
Parameters:
Returns:
allowKeyPermissions
public abstract AccessPolicy.Update allowKeyPermissions(List
Allow a list of permissions for the AD identity to access keys.
Parameters:
Returns:
allowSecretAllPermissions
public abstract AccessPolicy.Update allowSecretAllPermissions()
Allow all permissions for the AD identity to access secrets.
Returns:
allowSecretPermissions
public abstract AccessPolicy.Update allowSecretPermissions(SecretPermissions[] permissions)
Allow a list of permissions for the AD identity to access secrets.
Parameters:
Returns:
allowSecretPermissions
public abstract AccessPolicy.Update allowSecretPermissions(List
Allow a list of permissions for the AD identity to access secrets.
Parameters:
Returns:
allowStorageAllPermissions
public abstract AccessPolicy.Update allowStorageAllPermissions()
Allow all permissions for the Ad identity to access storage.
Returns:
allowStoragePermissions
public abstract AccessPolicy.Update allowStoragePermissions(StoragePermissions[] permissions)
Allow a list of permissions for the AD identity to access storage.
Parameters:
Returns:
allowStoragePermissions
public abstract AccessPolicy.Update allowStoragePermissions(List
Allow a list of permissions for the AD identity to access storage.
Parameters:
Returns:
disallowCertificateAllPermissions
public abstract AccessPolicy.Update disallowCertificateAllPermissions()
Revoke all permissions for the AD identity to access certificates.
Returns:
disallowCertificatePermissions
public abstract AccessPolicy.Update disallowCertificatePermissions(CertificatePermissions[] permissions)
Revoke a list of permissions for the AD identity to access certificates.
Parameters:
Returns:
disallowCertificatePermissions
public abstract AccessPolicy.Update disallowCertificatePermissions(List
Revoke a list of permissions for the AD identity to access certificates.
Parameters:
Returns:
disallowKeyAllPermissions
public abstract AccessPolicy.Update disallowKeyAllPermissions()
Revoke all permissions for the AD identity to access keys.
Returns:
disallowKeyPermissions
public abstract AccessPolicy.Update disallowKeyPermissions(KeyPermissions[] permissions)
Revoke a list of permissions for the AD identity to access keys.
Parameters:
Returns:
disallowKeyPermissions
public abstract AccessPolicy.Update disallowKeyPermissions(List
Revoke a list of permissions for the AD identity to access keys.
Parameters:
Returns:
disallowSecretAllPermissions
public abstract AccessPolicy.Update disallowSecretAllPermissions()
Revoke all permissions for the AD identity to access secrets.
Returns:
disallowSecretPermissions
public abstract AccessPolicy.Update disallowSecretPermissions(SecretPermissions[] permissions)
Revoke a list of permissions for the AD identity to access secrets.
Parameters:
Returns:
disallowSecretPermissions
public abstract AccessPolicy.Update disallowSecretPermissions(List
Revoke a list of permissions for the AD identity to access secrets.
Parameters:
Returns:
disallowStorageAllPermissions
public abstract AccessPolicy.Update disallowStorageAllPermissions()
Revoke all permissions for the Ad identity to access storage.
Returns:
disallowStoragePermissions
public abstract AccessPolicy.Update disallowStoragePermissions(StoragePermissions[] permissions)
Revoke a list of permissions for the AD identity to access storage.
Parameters:
Returns:
disallowStoragePermissions
public abstract AccessPolicy.Update disallowStoragePermissions(List
Revoke a list of permissions for the AD identity to access storage.
Parameters:
Returns:
Applies to
Azure SDK for Java