Skip to main content

Targeting an application

For each application that uses a Python script to manage accounts, add a target (Manage the system >Resources >Target systems):

  • The Type is Python Script.

  • The Address requires the name of the Python Script file you created in Writing a script .Ensure that the script is located in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory.

    You can optionally specify Other settings that can be used in the script. You must enter the settings in KVGroup format:

    {setting1=value;setting2=value;}

    For example:

    {hostname=pythonapp;}

    The address is entered as:

    {script=agtpython-simple.py;settings={hostname=pythonapp;};}

  • The Administrator ID and Password are the login ID and password for the target system administrator you configured in Configuring a target system administrator .

The full list of target system parameters is explained in Target System Options .

Note

You can extend the address wizard by adding address line elements using the addressattrs function, as shown in the sample script. This is useful when creating a scripted target system with a scripted platform definition file.