View Source GoogleApi.Admin.Directory_v1.Model.VerificationCode (google_api_admin v0.39.0)

The Directory API allows you to view, generate, and invalidate backup verification codes for a user.

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#directory#verificationCode) - The type of the resource. This is always admin#directory#verificationCode.
  • userId (type: String.t, default: nil) - The obfuscated unique ID of the user.
  • verificationCode (type: String.t, default: nil) - A current verification code for the user. Invalidated or used verification codes are not returned as part of the result.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.VerificationCode{
  etag: String.t() | nil,
  kind: String.t() | nil,
  userId: String.t() | nil,
  verificationCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.