OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceCompliance class
Compliance data for an OS policy resource.
Constructors
-
OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceCompliance({String? complianceState, String? complianceStateReason, List<
OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep> ? configSteps, OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceExecResourceOutput? execResourceOutput, String? osPolicyResourceId}) - OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceCompliance.fromJson(Map json_)
Properties
- complianceState ↔ String?
-
The compliance state of the resource.
Possible string values are:
getter/setter pair
- complianceStateReason ↔ String?
-
A reason for the resource to be in the given compliance state.
getter/setter pair
-
configSteps
↔ List<
OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep> ? -
Ordered list of configuration completed by the agent for the OS policy
resource.
getter/setter pair
- execResourceOutput ↔ OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceExecResourceOutput?
-
ExecResource specific output.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- osPolicyResourceId ↔ String?
-
The ID of the OS policy resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited