INPUT_OBJECT

ClearCloudNativeSqlServerBackupCredentialsInput

Description

Input required to clear the credentials used for performing backups.

link GraphQL Schema definition

  • input ClearCloudNativeSqlServerBackupCredentialsInput {
  • # Rubrik IDs of the objects. Some examples of objects are: Azure Subscriptions,
  • # Resource Groups.
  • objectIds: [UUID!]!
  • # The object type for which the credentials should be cleared.
  • workloadType: WorkloadLevelHierarchy!
  • }

link Require by