selectors property

List<DeployPolicyResourceSelector>? selectors
getter/setter pair

Selected resources to which the policy will be applied.

At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.

Required.

Implementation

core.List<DeployPolicyResourceSelector>? selectors;