do-remove-named-password

The <do-remove-named-password> action removes the named password on an object specified by <arg-dn>. The name of the Named Password name is specified by <arg-string>

Name Description

name

Name of the Named Password.

Example

<do-remove-named-password>
  <arg-dn>
    <token-text xml:space="preserve">System\driverset1\ldapdriver</token-text>
  </arg-dn>
  <arg-string name="name">
    <token-text>keystorePwd</token-text>
  </arg-string>
</do-remove-named-password>

1. Allowed Content

arg-dn
DN argument
arg-string
string argument

2. Attributes

AttributeValue(s)Default Value
disabled true   |  false
true if this element is disabled
false
notrace true   |  false
false

3. Content Rule

( arg-dn , arg-string )

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD