Reference Guide

Table Of Contents
Name Description Schema
is_current
optional
Indicates whether this is the current X509 certificate to be
used by the service or this X509 certificate will be used in
the future. When is_current is false for a X509 Certificate,
this X509 Certificate will not be picked up by the service.
Potential usage of this attribute is to prepare for the
certificate roll-over/rotation.
boolean
is_valid
optional
Indicate whether this is a valid X509 Certificate. When X509
certificate is expired or X509 Certificate of server type
missing either a private key or a valid certificate entry, it
will be false.
boolean
members
optional
Member certificates included in this x509_certificate. It will
be empty in csr creation response.
<
member_certificate_
instance > array
scope
optional
Scope defines a subset of certificates belonging to one
service. Scope has different meanings from different
Services and types. For example, in Replication_HTTP, CA
type certificates will use scope to indicate the origin of
these certificates. Service, type and scope mapping are
listed as below. - Certificate with Service
Management_HTTP and Type of Server, scope value can be
null(unused and optional). - Certificate with Service
Replication_HTTP and Type of Client, scope value can be
null(unused and optional). - Certificate with Service
Replication_HTTP and Type of CA, scope value has to be the
serial number of remote cluster. - Certificate with Service
VASA_HTTP and Type of Server, scope value can be
null(unused and optional). - Certificate with Service
VASA_HTTP and Type of CA, scope value can be
null(unused and optional). - Certificate with Service
Import_HTTP and Type of CA, scope value can be
null(unused and optional). - Certificate with Service
LDAP_HTTP and Type of CA, scope value is LDAP Domain
Name.
string
service
optional
X509CertificateServi
ceEnum
service_l10n
optional
Localized message string corresponding to service Was
added in version 2.0.0.0.
string
944