google_api_iam_credentials v0.8.1 GoogleApi.IAMCredentials.V1.Model.SignBlobResponse View Source

Attributes

  • keyId (type: String.t, default: nil) - The ID of the key used to sign the blob.
  • signedBlob (type: String.t, default: nil) - The signature for the blob. Does not include the original blob.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IAMCredentials.V1.Model.SignBlobResponse{
  keyId: String.t(),
  signedBlob: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.