View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaService (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. -
etag(type:String.t, default:nil) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. This etag is strongly validated as defined by RFC 7232. -
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 theservice_idelement 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)identitytoolkit.googleapis.com(Firebase Authentication with Identity Platform) *oauth2.googleapis.com(Google Identity for iOS) -
updateTime(type:DateTime.t, default:nil) - Output only. Timestamp when this service configuration object was most recently updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaService{ enforcementMode: String.t() | nil, etag: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.