Class OSPolicyResourceCompliance (1.2.0)

OSPolicyResourceCompliance(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Compliance data for an OS policy resource. .. attribute:: os_policy_resource_id

The id of the OS policy resource.

:type: str

Attributes

NameDescription
config_steps Sequence[google.cloud.osconfig_v1alpha.types.OSPolicyResourceConfigStep]
Ordered list of configuration steps taken by the agent for the OS policy resource.
state google.cloud.osconfig_v1alpha.types.OSPolicyComplianceState
Compliance state of the OS policy resource.
exec_resource_output google.cloud.osconfig_v1alpha.types.OSPolicyResourceCompliance.ExecResourceOutput
ExecResource specific output.

Classes

ExecResourceOutput

ExecResourceOutput(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ExecResource specific output. .. attribute:: enforcement_output

Output from Enforcement phase output file (if run). Output size is limited to 100K bytes.

:type: bytes