accessLevel property
An AccessLevel resource name that allow resources within the ServicePerimeters to be accessed from the internet.
AccessLevels listed must be in the same policy as this ServicePerimeter.
Referencing a nonexistent AccessLevel will cause an error. If no
AccessLevel names are listed, resources within the perimeter can only be
accessed via Google Cloud calls with request origins within the perimeter.
Example: accessPolicies/MY_POLICY/accessLevels/MY_LEVEL
. If a single *
is specified for access_level
, then all IngressSources will be allowed.
Implementation
core.String? accessLevel;