GoogleApi.SQLAdmin.V1.Model.SslCertsCreateEphemeralRequest (google_api_sql_admin v0.71.0)

View Source

SslCerts create ephemeral certificate request.

Attributes

  • access_token (type: String.t, default: nil) - Access token to include in the signed certificate.
  • public_key (type: String.t, default: nil) - PEM encoded public key to include in the signed certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.SslCertsCreateEphemeralRequest{
  access_token: String.t() | nil,
  public_key: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.