GoogleApi.CloudIot.V1.Model.X509CertificateDetails (google_api_cloud_iot v0.27.3) 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
Specs
t() :: %GoogleApi.CloudIot.V1.Model.X509CertificateDetails{
expiryTime: DateTime.t() | nil,
issuer: String.t() | nil,
publicKeyType: String.t() | nil,
signatureAlgorithm: String.t() | nil,
startTime: DateTime.t() | nil,
subject: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.