[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a secure reference override for the specified element ID.

Schema Hierarchy

ManagementPack
  Monitoring
    Overrides
      SecureReferenceOverride

Syntax

Xml
<SecureReferenceOverride ID=”OverrideID” Comment=”Comment” Context=”ClassID” ContextInstance=”” Enforced=”True/False” SecureReference=””>
   <Value>OverrideValue</Value>
</SecureReferenceOverride >

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the SecureReferenceOverride element.

Attributes

Attribute Description

ID

Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespaces.

Comment

Optional attribute. Represents commentary by the management pack author.

Context

Required attribute. Specifies the ID of the ClassType element over which this override applies.

ContextInstance

Optional attribute. Specifies the GUID of the instance over which this override applies.

Enforced

Required element. Determines whether or not this override take precedence over other overrides.

SecureReference

Required element. Represents the ID of the SecureReference used by this override.

Enforced Attribute Values

Value Description

True

This override takes precedence over all other overrides of the same type and context.

False

This override does not take precedence over all other overrides of the same type and context.

Child Elements

Element Description

Value

Represents the value of an override.

Parent Elements

Element Description

Overrides

Contains property and configuration overrides.

See Also

Other Resources

Overrides