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 endpoint retrieves a specific Access Level resource using its unique resource name."],["The HTTP request utilizes the `GET` method and follows gRPC Transcoding syntax for defining the resource location."],["The request requires a `name` path parameter, which specifies the `accessPolicies/{policy_id}/accessLevels/{access_level_id}` of the desired Access Level."],["The `accessLevelFormat` query parameter determines if the `BasicLevels` should be returned as Cloud Common Expression Language or as `BasicLevels` and `CustomLevels`, using the `AS_DEFINED` setting."],["The response, if successful, will contain an `AccessLevel` instance and requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope authorization."]]],[]]