INPUT_OBJECT
O365SaasSetupCompleteInput
Description
Configuration for the setup of a Rubrik-hosted subscription.
link GraphQL Schema definition
- input O365SaasSetupCompleteInput {
- # ID of the Azure tenant.
- 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.
- String! :
- # CSRF token for the setup flow.
- String! :
- # Types of the apps created in the flow.
- String!]! : [
- # Azure KMS configuration, excluding the app secret.
- 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.
- Boolean! :
- }