INPUT_OBJECT

AddCloudNativeSqlServerBackupCredentialsInput

Description

Input required to add credentials for performing backups.

link GraphQL Schema definition

  • input AddCloudNativeSqlServerBackupCredentialsInput {
  • # Rubrik IDs of the objects. Some examples of objects are: Azure Subscriptions,
  • # Resource Groups.
  • objectIds: [UUID!]!
  • # The object type to which the credentials apply to.
  • workloadType: WorkloadLevelHierarchy!
  • # Credentials for the user in the databases with authorization to perform backups.
  • backupCredentials: LoginCredentials!
  • }

link Require by