OSPolicy Resource Response
data class OSPolicyResourceResponse(val exec: OSPolicyResourceExecResourceResponse, val file: OSPolicyResourceFileResourceResponse, val pkg: OSPolicyResourcePackageResourceResponse, val repository: OSPolicyResourceRepositoryResourceResponse)
An OS policy resource is used to define the desired state configuration and provides a specific functionality like installing/removing packages, executing a script etc. The system ensures that resources are always in their desired state by taking necessary actions if they have drifted from their desired state.