Creates an access level. The long-running operation from this RPC has a successful status after the access level propagates to long-lasting storage. If access levels contain errors, an error response is returned for the first error encountered.
HTTP request
POST https://accesscontextmanager.googleapis.com/v1/{parent=accessPolicies/*}/accessLevels
[[["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 an Access Level, which becomes available after propagating to long-lasting storage."],["The HTTP request is a POST method to a specific URL with a defined path parameter for the access policy, using gRPC Transcoding syntax."],["The request body requires an instance of AccessLevel, as specified within the documentation."],["A successful operation will yield a response body containing a newly created instance of Operation."],["Creating an access level requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]