pub struct GoogleFirebaseAppcheckV1betaService {
pub enforcement_mode: Option<String>,
pub etag: Option<String>,
pub name: Option<String>,
pub update_time: Option<DateTime<Utc>>,
}Expand description
The enforcement configuration for a Firebase service supported by App Check.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- services get projects (response)
- services patch projects (request|response)
Fields§
§enforcement_mode: Option<String>Required. The App Check enforcement mode for this service.
etag: Option<String>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: Option<String>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) * identitytoolkit.googleapis.com (Firebase Authentication with Identity Platform) * oauth2.googleapis.com (Google Identity for iOS)
update_time: Option<DateTime<Utc>>Output only. Timestamp when this service configuration object was most recently updated.
Trait Implementations§
Source§impl Clone for GoogleFirebaseAppcheckV1betaService
impl Clone for GoogleFirebaseAppcheckV1betaService
Source§fn clone(&self) -> GoogleFirebaseAppcheckV1betaService
fn clone(&self) -> GoogleFirebaseAppcheckV1betaService
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more