INPUT_OBJECT
SetupCloudNativeSqlServerBackupInput
Description
Input required to setup backups.
link GraphQL Schema definition
- input SetupCloudNativeSqlServerBackupInput {
- # Credentials for the admin in the databases.
- : LoginCredentials
- # Mechanism for SQL Server authentication.
- : SqlAuthenticationMechanism
- # Rubrik IDs of the SQL Server databases.
- : [UUID!]!
- # Session ID for the OAuth session.
- : String
- }