Creates a service perimeter. The long-running operation from this RPC has a successful status after the service perimeter propagates to long-lasting storage. If a service perimeter contains errors, an error response is returned for the first error encountered.
HTTP request
POST https://accesscontextmanager.googleapis.com/v1/{parent=accessPolicies/*}/servicePerimeters
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-12 UTC."],[[["This page details the process of creating a service perimeter within an access policy using an HTTP POST request."],["The request URL requires the `parent` parameter, which specifies the access policy's resource name in the format `accessPolicies/{policy_id}`."],["The request body must contain an instance of `ServicePerimeter`, while a successful response will include a newly created `Operation` instance."],["Creating a service perimeter requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]