Interface Permission

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.PermissionInner>

public interface Permission extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.PermissionInner>
An immutable client-side representation of a permission.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets allowed actions.
    Gets allowed Data actions.
    Gets denied actions.
    Gets denied Data actions.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • actions

      List<String> actions()
      Gets allowed actions.
      Returns:
      allowed actions
    • notActions

      List<String> notActions()
      Gets denied actions.
      Returns:
      denied actions
    • dataActions

      List<String> dataActions()
      Gets allowed Data actions.
      Returns:
      allowed Data actions
    • notDataActions

      List<String> notDataActions()
      Gets denied Data actions.
      Returns:
      denied Data actions