Skip to content

Scope ​

Scope ​

Scope = object

A saved immutable Scope.

Properties ​

allowlist ​

readonly allowlist: string[]

The allowlist of the scope.

denylist ​

readonly denylist: string[]

The denylist of the scope.

id ​

readonly id: ID

The unique Caido ID of the scope.

name ​

readonly name: string

The name of the scope.


ScopeSDK ​

ScopeSDK = object

The SDK for the Scope service.

Methods ​

getAll() ​

getAll(): Promise<Scope[]>

Get all the scopes.

Returns ​

Promise<Scope[]>

An array of Scope