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