16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Association, Version ( "3.0.0" ),
|
|
Description (
|
|
"An existing association implies that a System Defense Policy "
|
|
"has been configured to be activated for each interface that "
|
|
"identifies it is external to the organization network." )]
|
|
class AMT_EnvironmentDetectionInterfacePolicy : AMT_InterfacePolicy {
|
|
|
|
[Description (
|
|
"Specifies whether this policy was enabled on the interface."
|
|
)]
|
|
boolean Enabled;
|
|
|
|
|
|
};
|