2.2.4.30 SecurityType

This type is used to indicate the security settings that are used to authorize access to a particular resource.

The type is used under the following namespace:  http://schemas.microsoft.com/wbem/wsman/1/config/PluginConfiguration

 <xs:complexType name="SecurityType">
   <xs:sequence>
   </xs:sequence>
   <xs:attribute name="Uri" type="xs:string" />
   <xs:attribute name="Sddl" type="xs:string" />
   <xs:attribute name="ExactMatch" type="xs:boolean" use="optional" default="false"/>
 </xs:complexType>

Attributes

Uri: Identifies the resource URI for which access is authorized based on the value of the Sddl.

Sddl: Identifies the security settings that are used to authorize access to the specified resource URI.

ExactMatch: If set to true, the security settings in Sddl are only used to authorize access attempts to the resource URI exactly as given by the Uri. If set to false, the security settings in Sddl are used to authorize access attempts to resource URIs beginning with the string given in Uri.