OSPolicyResourceCompliance class
Compliance data for an OS policy resource.
Constructors
-
OSPolicyResourceCompliance({List<
OSPolicyResourceConfigStep> ? configSteps, OSPolicyResourceComplianceExecResourceOutput? execResourceOutput, String? osPolicyResourceId, String? state}) - OSPolicyResourceCompliance.fromJson(Map _json)
Properties
-
configSteps
↔ List<
OSPolicyResourceConfigStep> ? -
Ordered list of configuration steps taken by the agent for the OS policy
resource.
getter/setter pair
- execResourceOutput ↔ OSPolicyResourceComplianceExecResourceOutput?
-
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
- state ↔ String?
-
Compliance state of the OS policy resource.
Possible string values are:
getter/setter pair
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