OBJECT
MarkAgentSecondaryCertificateReply
Description
Supported in v5.3+
link GraphQL Schema definition
- type MarkAgentSecondaryCertificateReply {
- # Required. Supported in v5.3+
- # ID of the certificate.
- String! :
- # Required. Supported in v5.3+
- # Parsed cluster ID from the certificate.
- String! :
- # Required. Supported in v5.3+
- # Whether this certificate has been marked for use by agents.
- Boolean! :
- # Required. Supported in v5.3+
- # Display name for the certificate.
- String! :
- }