Class GovernanceEmailNotification

java.lang.Object
com.azure.resourcemanager.security.models.GovernanceEmailNotification

public final class GovernanceEmailNotification extends Object
The governance email weekly notification configuration.
  • Constructor Details

    • GovernanceEmailNotification

      public GovernanceEmailNotification()
  • Method Details

    • disableManagerEmailNotification

      public Boolean disableManagerEmailNotification()
      Get the disableManagerEmailNotification property: Exclude manager from weekly email notification.
      Returns:
      the disableManagerEmailNotification value.
    • withDisableManagerEmailNotification

      public GovernanceEmailNotification withDisableManagerEmailNotification(Boolean disableManagerEmailNotification)
      Set the disableManagerEmailNotification property: Exclude manager from weekly email notification.
      Parameters:
      disableManagerEmailNotification - the disableManagerEmailNotification value to set.
      Returns:
      the GovernanceEmailNotification object itself.
    • disableOwnerEmailNotification

      public Boolean disableOwnerEmailNotification()
      Get the disableOwnerEmailNotification property: Exclude owner from weekly email notification.
      Returns:
      the disableOwnerEmailNotification value.
    • withDisableOwnerEmailNotification

      public GovernanceEmailNotification withDisableOwnerEmailNotification(Boolean disableOwnerEmailNotification)
      Set the disableOwnerEmailNotification property: Exclude owner from weekly email notification.
      Parameters:
      disableOwnerEmailNotification - the disableOwnerEmailNotification value to set.
      Returns:
      the GovernanceEmailNotification object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.