google_api_cloud_iot v0.5.0 GoogleApi.CloudIot.V1.Model.PublicKeyCertificate View Source
A public key certificate format and data.
Attributes
- certificate (String.t): The certificate data. Defaults to:
null
. format (String.t): The certificate format. Defaults to:
null
.- Enum - one of [UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT, X509_CERTIFICATE_PEM]
- x509Details (X509CertificateDetails): [Output only] The certificate details. Used only for X.509 certificates. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudIot.V1.Model.PublicKeyCertificate{
certificate: any(),
format: any(),
x509Details: GoogleApi.CloudIot.V1.Model.X509CertificateDetails.t()
}
t() :: %GoogleApi.CloudIot.V1.Model.PublicKeyCertificate{ certificate: any(), format: any(), x509Details: GoogleApi.CloudIot.V1.Model.X509CertificateDetails.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.