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