16 lines
522 B
Plaintext
16 lines
522 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "6.1.0" ),
|
|
Description (
|
|
"The IPS_ProvisioningAuditRecord provides information related "
|
|
"to a single Intel (R) AMT provisioning occurrence" )]
|
|
class IPS_ProvisioningAuditRecord : CIM_LogEntry {
|
|
|
|
[Override ( "CreationTimeStamp" ),
|
|
Description (
|
|
"Specifies the time the provisioning occurrence took "
|
|
"place; time is recorded from the host RTC." )]
|
|
datetime CreationTimeStamp;
|
|
|
|
|
|
};
|