GoogleApi.Firebase.V1beta1.Model.ShaCertificate (google_api_firebase v0.13.3)

View Source

A SHA-1 or SHA-256 certificate associated with the AndroidApp.

Attributes

  • certType (type: String.t, default: nil) - The type of SHA certificate encoded in the hash.
  • name (type: String.t, default: nil) - The resource name of the ShaCertificate for the AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID/sha/SHA_HASH PROJECT_IDENTIFIER: the parent Project's ProjectNumber **(recommended)** or its ProjectId. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be the ProjectId. APP_ID: the globally unique, Firebase-assigned identifier for the App (see appId). * SHA_HASH: the certificate hash for the App (see shaHash).
  • shaHash (type: String.t, default: nil) - The certificate hash for the AndroidApp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firebase.V1beta1.Model.ShaCertificate{
  certType: String.t() | nil,
  name: String.t() | nil,
  shaHash: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.