Whether to return BasicLevels in the Cloud Common Expression Language rather than as BasicLevels. Defaults to AS_DEFINED, where Access Levels are returned as BasicLevels or CustomLevels based on how they were created. If set to CEL, all Access Levels are returned as CustomLevels. In the CEL case, BasicLevels are translated to equivalent CustomLevels.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AccessLevel.
[[["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 how to retrieve an Access Level using the Access Context Manager API."],["The `GET` request is used with a specific URL structure, including the resource name formatted as `accessPolicies/{policy_id}/accessLevels/{access_level_id}` within the URL to target the Access Level."],["An optional query parameter, `accessLevelFormat`, controls the format in which Access Levels are returned, supporting both `BasicLevels` and `CustomLevels`."],["The request body must be empty, and the successful response contains an instance of the requested AccessLevel."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for successful authentication and request authorization."]]],[]]