INPUT_OBJECT
SystemBackupDestinationCredentialInput
Credentials for the system backup destination provider.
link GraphQL Schema definition
- input SystemBackupDestinationCredentialInput {
- # The name of a credential used to authenticate against a system backup
- # destination provider.
- : SystemBackupDestinationProviderCredential!
- # The value of a credential used to authenticate against a system backup
- # destination provider.
- : String!
- }