interface DeleteDecisionsParams {
    ip?: string;
    range?: string;
    scenario?: string;
    scope?: string;
    type?: string;
    value?: string;
}

Properties

ip?: string

IP to search for (shorthand for scope=ip&value=)

range?: string

range to search for (shorthand for scope=range&value=)

scenario?: string

scenario to search

scope?: string

scope to which the decision applies (ie. IP/Range/Username/Session/...)

type?: string

type of decision

value?: string

the value to match for in the specified scope

Generated using TypeDoc