requiredAccessLevels property

List<String>? requiredAccessLevels
getter/setter pair

A list of other access levels defined in the same Policy, referenced by resource name.

Referencing an AccessLevel which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: "accessPolicies/MY_POLICY/accessLevels/LEVEL_NAME"

Implementation

core.List<core.String>? requiredAccessLevels;