resources property

List<OSPolicyResource>? resources
getter/setter pair

List of resources configured for this resource group.

The resources are executed in the exact order specified here.

Required.

Implementation

core.List<OSPolicyResource>? resources;