accessLevels property

  1. @TagNumber.new(5)
List<String> get accessLevels

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

@$pb.TagNumber(5)
$core.List<$core.String> get accessLevels => $_getList(4);