INPUT_OBJECT
AddCloudNativeSqlServerBackupCredentialsInput
Description
Input required to add credentials for performing backups.
link GraphQL Schema definition
- input AddCloudNativeSqlServerBackupCredentialsInput {
- # Credentials for the user in the databases with authorization to perform backups.
- : LoginCredentials!
- # API key for the Azure Logic Application.
- : String
- # Name of the Azure Logic Application you want to use to clean up the PiTR
- # exported database.
- : String
- # Rubrik IDs of the objects. Some examples of objects are: Azure Subscriptions,
- # Resource Groups.
- : [UUID!]!
- # The object type to which the credentials apply to.
- : WorkloadLevelHierarchy!
- }