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. Indicates whether a default recipient will receive the notification email.
    • notificationLevel

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

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

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

      @SerializedName(value="recipientType", alternate="RecipientType") @Expose @Nullable public String recipientType
      The Recipient Type. The type of recipient of the notification. The possible values are 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