Scope
Scope
Scope =
object
A saved immutable Scope.
Properties
allowlist
readonlyallowlist:string[]
The allowlist of the scope.
denylist
readonlydenylist:string[]
The denylist of the scope.
id
readonlyid:ID
The unique Caido ID of the scope.
name
readonlyname: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
