Class UnifiedRoleManagementPolicyNotificationRule

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleManagementPolicyRule
com.microsoft.graph.models.UnifiedRoleManagementPolicyNotificationRule
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • isDefaultRecipientsEnabled

      @SerializedName(value="isDefaultRecipientsEnabled", alternate="IsDefaultRecipientsEnabled") @Expose @Nullable public Boolean isDefaultRecipientsEnabled
      The Is Default Recipients Enabled. Whether default recipient is receiving the email or not.
    • notificationLevel

      @SerializedName(value="notificationLevel", alternate="NotificationLevel") @Expose @Nullable public String notificationLevel
      The Notification Level. The level of notification. One of None, Critical, All.
    • notificationRecipients

      @SerializedName(value="notificationRecipients", alternate="NotificationRecipients") @Expose @Nullable public List<String> notificationRecipients
      The Notification Recipients. The list of notification recepients like email.
    • notificationType

      @SerializedName(value="notificationType", alternate="NotificationType") @Expose @Nullable public String notificationType
      The Notification Type. The type of notification. One of Email.
    • recipientType

      @SerializedName(value="recipientType", alternate="RecipientType") @Expose @Nullable public String recipientType
      The Recipient Type. The type of recipient. One of Requestor, Approver, Admin.
  • Constructor Details

    • UnifiedRoleManagementPolicyNotificationRule

      public UnifiedRoleManagementPolicyNotificationRule()
  • 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