INPUT_OBJECT

O365SaasSetupCompleteInput

Description

Configuration for the setup of a Rubrik-hosted subscription.

link GraphQL Schema definition

  • input O365SaasSetupCompleteInput {
  • # ID of the Azure tenant.
  • tenantId: String!
  • # The value of this field depends on the value of the
  • # storeBackupInSameRegionAsData field. When its value is false, regionName
  • # represents the Azure region name. When true, regionName represents the name of
  • # the central data location of the M365 organization.
  • regionName: String!
  • # CSRF token for the setup flow.
  • stateToken: String!
  • # Types of the apps created in the flow.
  • appTypes: [String!]!
  • # Azure KMS configuration, excluding the app secret.
  • kmsSpec: KmsSpecInput
  • # Specifies whether the backups will be stored in the same region as the source
  • # data. When true, the regionName field represents the name of the central data
  • # location of the M365 organization.
  • storeBackupInSameRegionAsData: Boolean!
  • }

link Require by