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

View Source

Ephemeral certificate creation request.

Attributes

  • access_token (type: String.t, default: nil) - Optional. 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.
  • readTime (type: DateTime.t, default: nil) - Optional. Optional snapshot read timestamp to trade freshness for performance.
  • validDuration (type: String.t, default: nil) - Optional. If set, it will contain the cert valid duration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.