View Source GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CertificateTemplate (google_api_cloud_identity v0.31.0)

CertificateTemplate (v3 Extension in X.509).

Attributes

  • id (type: String.t, default: nil) - The template id of the template. Example: "1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047".
  • majorVersion (type: integer(), default: nil) - The Major version of the template. Example: 100.
  • minorVersion (type: integer(), default: nil) - The minor version of the template. Example: 12.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CertificateTemplate{
    id: String.t() | nil,
    majorVersion: integer() | nil,
    minorVersion: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.