dryRunAccessLevels property

List<String>? dryRunAccessLevels
getter/setter pair

Dry run access level that will be evaluated but will not be enforced.

The access denial based on dry run policy will be logged. Only one access level is supported, not multiple. This list must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"

Optional.

Implementation

core.List<core.String>? dryRunAccessLevels;