View Source GoogleApi.SQLAdmin.V1.Model.SslCertsCreateEphemeralRequest (google_api_sql_admin v0.68.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.