InstanceOSPoliciesComplianceOSPolicyCompliance class

Compliance data for an OS policy

Constructors

InstanceOSPoliciesComplianceOSPolicyCompliance({String? osPolicyAssignment, String? osPolicyId, List<OSPolicyResourceCompliance>? osPolicyResourceCompliances, String? state})
InstanceOSPoliciesComplianceOSPolicyCompliance.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
osPolicyAssignment String?
Reference to the OSPolicyAssignment API resource that the OSPolicy belongs to.
getter/setter pair
osPolicyId String?
The OS policy id
getter/setter pair
osPolicyResourceCompliances List<OSPolicyResourceCompliance>?
Compliance data for each OSPolicyResource that is applied to the VM.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Compliance state of the OS policy. 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