The SMS_CI_ComplianceHistory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides the compliance history for both configuration items and configuration baselines.
Class SMS_CI_ComplianceHistory : SMS_BaseClass { UInt32 CI_ID; String CI_UniqueID; DateTime ComplianceEndDate; DateTime ComplianceStartDate; UInt32 ComplianceValidationRuleFailures; UInt32 DesiredState; Boolean IsApplicable; Boolean IsCompliant; Boolean IsDetected; UInt32 MaxNoncomplianceCriticality; UInt32 ResourceID; UInt32 SDMPackageVersion; }; |
Methods
The SMS_CI_ComplianceHistory class does not define any methods.
Properties
- CI_ID
- Data type: Uint32Access type: Read-onlyQualifiers: [key, read]The unique ID of the configuration item. This ID is unique only for the site.
- CI_UniqueID
- Data type: StringAccess type: ReadQualifiers: NoneThe unique ID of the configuration item. This ID is unique across sites.
- ComplianceEndDate
- Data type: DateTimeAccess type: ReadQualifiers: NoneDate and time when compliance ends.
- ComplianceStartDate
- Data type: DateTimeAccess type: Read-onlyQualifiers: [key, read]Date and time when compliance starts.
- ComplianceValidationRuleFailures
- Data type: UInt32Access type: ReadQualifiers: NoneNumber of validation rule failures.
- DesiredState
- Data type: UInt32Access type: ReadQualifiers: NoneDesired state of the configuration item on the computer.
- IsApplicable
- Data type: BooleanAccess type: ReadQualifiers: Nonetrue if the configuration item is applicable on the computer.
- IsCompliant
- Data type: BooleanAccess type: ReadQualifiers: Nonetrue if the configuration item is compliant on the computer.
- IsDetected
- Data type: BooleanAccess type: ReadQualifiers: Nonetrue if the configuration item is detected on the computer.
- MaxNoncomplianceCriticality
- Data type: UInt32Access type: ReadQualifiers: NoneThe maximum noncompliance severity reported by the client for the configuration item.
- ResourceID
- Data type: UInt32Access type: Read-onlyQualifiers: [key, read]The unique ID of the resource for the configuration item.
- SDMPackageVersion
- Data type: UInt32Access type: ReadQualifiers: NoneVersion of the System Definition Model (SDM) package that is associated with the configuration item.
Remarks
Class qualifiers for this class include:
- Read (read-only)
- Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Your application uses this class for compliance monitoring for a configuration item.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Send comments about this topic to Microsoft.