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