INPUT_OBJECT

SetupCloudNativeSqlServerBackupInput

Description

Input required to setup backups.

link GraphQL Schema definition

  • input SetupCloudNativeSqlServerBackupInput {
  • # Rubrik IDs of the SQL Server databases.
  • databaseIds: [UUID!]!
  • # Credentials for the admin in the databases.
  • adminCredentials: LoginCredentials
  • # Mechanism for SQL Server authentication.
  • authMechanism: SqlAuthenticationMechanism
  • # Session ID for the OAuth session.
  • sessionId: String
  • }

link Require by