View Source GoogleApi.IAM.V1.Model.GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue (google_api_iam v0.42.0)

Representation of the value of the client secret.

Attributes

  • plainText (type: String.t, default: nil) - Input only. The plain text of the client secret value. For security reasons, this field is only used for input and will never be populated in any response.
  • thumbprint (type: String.t, default: nil) - Output only. A thumbprint to represent the current client secret value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.IAM.V1.Model.GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue{
    plainText: String.t() | nil,
    thumbprint: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.