google_api_cloud_iot v0.19.0 GoogleApi.CloudIot.V1.Model.PublicKeyCertificate View Source
A public key certificate format and data.
Attributes
certificate
(type:String.t
, default:nil
) - The certificate data.format
(type:String.t
, default:nil
) - The certificate format.x509Details
(type:GoogleApi.CloudIot.V1.Model.X509CertificateDetails.t
, default:nil
) - [Output only] The certificate details. Used only for X.509 certificates.
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 Sourcet() :: %GoogleApi.CloudIot.V1.Model.PublicKeyCertificate{ certificate: String.t(), format: String.t(), x509Details: GoogleApi.CloudIot.V1.Model.X509CertificateDetails.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.