OBJECT
ConfigProtectionInfo
Description
Configuration protection information.
link GraphQL Schema definition
- type ConfigProtectionInfo {
- # CA certificate UUID used for setup.
- : UUID
- # The cluster UUID.
- : UUID!
- # Status of configuration protection.
- : ConfigProtectionStatus!
- # Date and time of last successful backup.
- : DateTime
- # The replication target name of the upload location.
- : String
- # Type of upload location.
- : UploadLocationType!
- }