AccessPolicy.DefinitionStages.WithPermissions<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface AccessPolicy.DefinitionStages.WithPermissions
The access policy definition stage allowing permissions to be added.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
allowCertificateAllPermissions()
Allow all permissions for the AD identity to access certificates. |
abstract
With |
allowCertificatePermissions(CertificatePermissions[] permissions)
Allow a list of permissions for the AD identity to access certificates. |
abstract
With |
allowCertificatePermissions(List<CertificatePermissions> permissions)
Allow a list of permissions for the AD identity to access certificates. |
abstract
With |
allowKeyAllPermissions()
Allow all permissions for the AD identity to access keys. |
abstract
With |
allowKeyPermissions(KeyPermissions[] permissions)
Allow a list of permissions for the AD identity to access keys. |
abstract
With |
allowKeyPermissions(List<KeyPermissions> permissions)
Allow a list of permissions for the AD identity to access keys. |
abstract
With |
allowSecretAllPermissions()
Allow all permissions for the AD identity to access secrets. |
abstract
With |
allowSecretPermissions(List<SecretPermissions> permissions)
Allow a list of permissions for the AD identity to access secrets. |
abstract
With |
allowSecretPermissions(SecretPermissions[] permissions)
Allow a list of permissions for the AD identity to access secrets. |
abstract
With |
allowStorageAllPermissions()
Allow all permissions for the Ad identity to access storage. |
abstract
With |
allowStoragePermissions(List<StoragePermissions> permissions)
Allow a list of permissions for the AD identity to access storage. |
abstract
With |
allowStoragePermissions(StoragePermissions[] permissions)
Allow a list of permissions for the AD identity to access storage. |
Method Details
allowCertificateAllPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow all permissions for the AD identity to access certificates.
Returns:
allowCertificatePermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access certificates.
Parameters:
Returns:
allowCertificatePermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access certificates.
Parameters:
Returns:
allowKeyAllPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow all permissions for the AD identity to access keys.
Returns:
allowKeyPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access keys.
Parameters:
Returns:
allowKeyPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access keys.
Parameters:
Returns:
allowSecretAllPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow all permissions for the AD identity to access secrets.
Returns:
allowSecretPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access secrets.
Parameters:
Returns:
allowSecretPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access secrets.
Parameters:
Returns:
allowStorageAllPermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow all permissions for the Ad identity to access storage.
Returns:
allowStoragePermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access storage.
Parameters:
Returns:
allowStoragePermissions
public abstract AccessPolicy.DefinitionStages.WithAttach
Allow a list of permissions for the AD identity to access storage.
Parameters:
Returns:
Applies to
Azure SDK for Java