Class UnifiedRoleManagementPolicyApprovalRule

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedRoleManagementPolicyApprovalRule extends UnifiedRoleManagementPolicyRule implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Management Policy Approval Rule.
  • Field Details

    • setting

      @SerializedName(value="setting", alternate="Setting") @Expose @Nullable public ApprovalSettings setting
      The Setting. The settings for approval of the role assignment.
  • Constructor Details

    • UnifiedRoleManagementPolicyApprovalRule

      public UnifiedRoleManagementPolicyApprovalRule()
  • Method Details

    • 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
      Overrides:
      setRawObject in class UnifiedRoleManagementPolicyRule
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to