GoogleApi.CloudIot.V1.Model.X509CertificateDetails (google_api_cloud_iot v0.26.1) 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(),
  issuer: String.t(),
  publicKeyType: String.t(),
  signatureAlgorithm: String.t(),
  startTime: DateTime.t(),
  subject: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.