View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1Service (google_api_firebase_app_check v0.6.1)

The enforcement configuration for a Firebase service supported by App Check.

Attributes

  • enforcementMode (type: String.t, default: nil) - Required. The App Check enforcement mode for this service.
  • name (type: String.t, default: nil) - Required. The relative resource name of the service configuration object, in the format: projects/{project_number}/services/{service_id} Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: firebasestorage.googleapis.com (Cloud Storage for Firebase) firebasedatabase.googleapis.com (Firebase Realtime Database) firestore.googleapis.com (Cloud Firestore) oauth2.googleapis.com (Google Identity for iOS)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1Service{
  enforcementMode: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.