TrustedInfrastructureTrustAuthorityClustersKmsProvidersCurrentPeerCertificatesFilterSpec
The CurrentPeerCertificates.FilterSpec structure contains fields used to filter the results when listing remote server certificates.
Properties
array of
string
server_names
Optional
Names that key server must have to match the filter (see CurrentPeerCertificates.Summary.server-name). If unset or empty, key servers with any name match the filter.
boolean
trusted
Optional
Trust status that server certificates must have to match the filter (see CurrentPeerCertificates.Summary.trusted). If unset, trusted and untrusted server certificates match the filter.
JSON Example
{
"server_names": [
"string"
],
"trusted": false
}