accessLevels property

List<String>? accessLevels
getter/setter pair

A list of access level resource names that allow resources to be accessed by authenticated requester.

It is part of Secure GCP processing for the incoming request. An access level string has the format: "//{api_service_name}/accessPolicies/{policy_id}/accessLevels/{short_name}" Example: "//accesscontextmanager.googleapis.com/accessPolicies/MY_POLICY_ID/accessLevels/MY_LEVEL"

Implementation

core.List<core.String>? accessLevels;