pub struct GoogleFirebaseAppcheckV1betaResourcePolicy {
pub enforcement_mode: Option<String>,
pub etag: Option<String>,
pub name: Option<String>,
pub target_resource: Option<String>,
pub update_time: Option<DateTime<Utc>>,
}Expand description
App Check enforcement policy for a specific resource of a Google service supported by App Check. Note that this policy will override the service-level configuration.
§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 resource policies create projects (request|response)
- services resource policies get projects (response)
- services resource policies patch projects (request|response)
Fields§
§enforcement_mode: Option<String>Required. The App Check enforcement mode for this resource. This will override the EnforcementMode setting on the parent 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. Identifier. The relative name of the resource policy object, in the format: projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * oauth2.googleapis.com (Google Identity for iOS) resource_policy_id is a system-generated UID.
target_resource: Option<String>Required. Service specific name of the resource object to which this policy applies, in the format: * iOS OAuth clients (Google Identity for iOS): //oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id} Note that the resource must belong to the service specified in the name and be from the same project as this policy, but the resource is allowed to be missing at the time of creation of this policy; in that case, we make a best-effort attempt at respecting this policy, but it may not have any effect until the resource is fully created.
update_time: Option<DateTime<Utc>>Output only. Timestamp when this resource policy configuration object was most recently updated.
Trait Implementations§
Source§impl Clone for GoogleFirebaseAppcheckV1betaResourcePolicy
impl Clone for GoogleFirebaseAppcheckV1betaResourcePolicy
Source§fn clone(&self) -> GoogleFirebaseAppcheckV1betaResourcePolicy
fn clone(&self) -> GoogleFirebaseAppcheckV1betaResourcePolicy
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more