Stay organized with collections
Save and categorize content based on your preferences.
Resource: ResourcePolicy
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.
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.
targetResource
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.
Required. The App Check enforcement mode for this resource. This will override the EnforcementMode setting on the parent service.
etag
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.
Output only. Timestamp when this resource policy configuration object was most recently updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-26 UTC."],[],[],null,["# REST Resource: projects.services.resourcePolicies\n\nResource: ResourcePolicy\n------------------------\n\nApp 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.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"targetResource\": string, \"enforcementMode\": enum (/docs/reference/appcheck/rest/v1beta/EnforcementMode), \"etag\": string, \"updateTime\": string } ``` |\n\n| Fields ||\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `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. |\n| `targetResource` | `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. |\n| `enforcementMode` | `enum (`[EnforcementMode](/docs/reference/appcheck/rest/v1beta/EnforcementMode)`)` Required. The App Check enforcement mode for this resource. This will override the [EnforcementMode](/docs/reference/appcheck/rest/v1beta/EnforcementMode) setting on the parent service. |\n| `etag` | `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. |\n| `updateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when this resource policy configuration object was most recently updated. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [batchUpdate](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies/batchUpdate) | Atomically updates the specified [ResourcePolicy](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies#ResourcePolicy) configurations. |\n| ### [create](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies/create) | Creates the specified [ResourcePolicy](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies#ResourcePolicy) configuration. |\n| ### [delete](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies/delete) | Deletes the specified [ResourcePolicy](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies#ResourcePolicy) configuration. |\n| ### [get](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies/get) | Gets the requested [ResourcePolicy](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies#ResourcePolicy) configuration. |\n| ### [list](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies/list) | Lists all [ResourcePolicy](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies#ResourcePolicy) configurations for the specified project and service. |\n| ### [patch](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies/patch) | Updates the specified [ResourcePolicy](/docs/reference/appcheck/rest/v1beta/projects.services.resourcePolicies#ResourcePolicy) configuration. |"]]