Class UnifiedRolePermission

java.lang.Object
com.microsoft.graph.models.UnifiedRolePermission
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedRolePermission extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Permission.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowedResourceActions

      @SerializedName(value="allowedResourceActions", alternate="AllowedResourceActions") @Expose @Nullable public List<String> allowedResourceActions
      The Allowed Resource Actions. Set of tasks that can be performed on a resource. Required.
    • condition

      @SerializedName(value="condition", alternate="Condition") @Expose @Nullable public String condition
      The Condition. Optional constraints that must be met for the permission to be effective. Not supported for custom roles.
    • excludedResourceActions

      @SerializedName(value="excludedResourceActions", alternate="ExcludedResourceActions") @Expose @Nullable public List<String> excludedResourceActions
      The Excluded Resource Actions. Set of tasks that may not be performed on a resource. Not yet supported.
  • Constructor Details

    • UnifiedRolePermission

      public UnifiedRolePermission()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to