OSPolicyAssignmentReportOSPolicyCompliance class
Compliance data for an OS policy
Constructors
-
OSPolicyAssignmentReportOSPolicyCompliance({String? complianceState, String? complianceStateReason, String? osPolicyId, List<
OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceCompliance> ? osPolicyResourceCompliances}) - OSPolicyAssignmentReportOSPolicyCompliance.fromJson(Map json_)
Properties
- complianceState ↔ String?
-
The compliance state of the OS policy.
Possible string values are:
getter/setter pair
- complianceStateReason ↔ String?
-
The reason for the OS policy to be in an unknown compliance state.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- osPolicyId ↔ String?
-
The OS policy id
getter/setter pair
-
osPolicyResourceCompliances
↔ List<
OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceCompliance> ? -
Compliance data for each resource within the policy that is applied to the
VM.
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