View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalValidateInstallerRequest (google_api_sas_portal v0.17.0)

Request for ValidateInstaller.

Attributes

  • encodedSecret (type: String.t, default: nil) - Required. JSON Web Token signed using a CPI private key. Payload must include a "secret" claim whose value is the secret.
  • installerId (type: String.t, default: nil) - Required. Unique installer id (CPI ID) from the Certified Professional Installers database.
  • secret (type: String.t, default: nil) - Required. Secret returned by the GenerateSecret.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalValidateInstallerRequest{
  encodedSecret: String.t() | nil,
  installerId: String.t() | nil,
  secret: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.