OBJECT

AccountSetting

Description

User account setting per Rubrik account.

link GraphQL Schema definition

  • type AccountSetting {
  • # Specifies whether the EULA has been accepted.
  • isEulaAccepted: Boolean
  • # Specifies whether email notifications are enabled.
  • isEmailNotificationEnabled: Boolean
  • }

link Require by