KeePass records

The plugin could read multiple KeePass entries and set their attributes as properties.

Fields

Prefix

name: prefix, type: String, required - prefix for properties that will be set.

Group

name: group, type: String, optional - KeePass group filter. Helps to define scope for entries filter.

Entry

name: entry, type: String, required - KeePass entry filter.

Additional attributes

name: attributes, type: List, optional - A list of additional KeePass entry attributes that have to be read and set as properties.

Example

<records>
    <record>
        <prefix>ssh.test0.</prefix>
        <group>name:test</group>
        <entry>title:SSH Server</entry>
        <attributes>
            <attribute>
                <name>test_attr</name>
            </attribute>
            <attribute>
                <name>Manager URL</name>
                <mapTo>manager.url</mapTo>
            </attribute>
        </attributes>
    </record>
    ...
</records>

results matching ""

    No results matching ""