google_api_cloud_iot v0.17.0 GoogleApi.CloudIot.V1.Model.X509CertificateDetails View Source
Details of an X.509 certificate. For informational purposes only.
Attributes
expiryTime
(type:DateTime.t
, default:nil
) - The time the certificate becomes invalid.issuer
(type:String.t
, default:nil
) - The entity that signed the certificate.publicKeyType
(type:String.t
, default:nil
) - The type of public key in the certificate.signatureAlgorithm
(type:String.t
, default:nil
) - The algorithm used to sign the certificate.startTime
(type:DateTime.t
, default:nil
) - The time the certificate becomes valid.subject
(type:String.t
, default:nil
) - The entity the certificate and public key belong to.
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.X509CertificateDetails{ expiryTime: DateTime.t(), issuer: String.t(), publicKeyType: String.t(), signatureAlgorithm: String.t(), startTime: DateTime.t(), subject: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.