GoogleApi.OSLogin.V1alpha.Model.ImportSshPublicKeyResponse (google_api_os_login v0.25.0) View Source

A response message for importing an SSH public key.

Attributes

  • details (type: String.t, default: nil) - Detailed information about import results.
  • loginProfile (type: GoogleApi.OSLogin.V1alpha.Model.LoginProfile.t, default: nil) - The login profile information for the user.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSLogin.V1alpha.Model.ImportSshPublicKeyResponse{
  details: String.t() | nil,
  loginProfile: GoogleApi.OSLogin.V1alpha.Model.LoginProfile.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.