View Source GoogleApi.CloudIdentity.V1.Model.IdpCredential (google_api_cloud_identity v0.30.0)

Credential for verifying signatures produced by the Identity Provider.

Attributes

  • dsaKeyInfo (type: GoogleApi.CloudIdentity.V1.Model.DsaPublicKeyInfo.t, default: nil) - Output only. Information of a DSA public key.
  • name (type: String.t, default: nil) - Output only. Resource name of the credential.
  • rsaKeyInfo (type: GoogleApi.CloudIdentity.V1.Model.RsaPublicKeyInfo.t, default: nil) - Output only. Information of a RSA public key.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time when the IdpCredential was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.IdpCredential{
  dsaKeyInfo: GoogleApi.CloudIdentity.V1.Model.DsaPublicKeyInfo.t() | nil,
  name: String.t() | nil,
  rsaKeyInfo: GoogleApi.CloudIdentity.V1.Model.RsaPublicKeyInfo.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.