Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 898 Bytes

File metadata and controls

20 lines (9 loc) · 898 Bytes

OmniCoreModelAndStateManagementApi.PublicKeyCertificate

Properties

Name Type Description Notes
certificate String Certificate: The certificate data. [optional]
format String Format: The certificate format. Possible values: "UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT" - The format has not been specified. This is an invalid default value and must not be used. "X509_CERTIFICATE_PEM" - An X.509v3 certificate (RFC5280), encoded in base64, and wrapped by `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`. [optional]
x509Details X509CertificateDetails [optional]

Enum: FormatEnum

  • X509_CERTIFICATE_PEM (value: "X509_CERTIFICATE_PEM")