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.
- UUID!]! : [
- # The object type to which the credentials apply to.
- WorkloadLevelHierarchy! :
- # Credentials for the user in the databases with authorization to perform backups.
- LoginCredentials! :
- # Name of the Azure Logic Application you want to use to clean up the PiTR
- # exported database.
- String :
- # API key for the Azure Logic Application.
- String :
- }