ForgeRockConfig

class gafaelfawr.config.ForgeRockConfig(url, username, password)

Bases: object

Configuration for ForgeRock Identity Management server.

Parameters:

Attributes Summary

password

Password for authenticated queries to server.

url

Base URL for ForgeRock Identity Management server.

username

Username for authenticated queries to server.

Attributes Documentation

password: str

Password for authenticated queries to server.

url: str

Base URL for ForgeRock Identity Management server.

username: str

Username for authenticated queries to server.