Module: Msf::WebServices::Documentation::Api::V1::WorkspaceApiDoc

Includes:
Swagger::Blocks
Defined in:
lib/msf/core/web_services/documentation/api/v1/workspace_api_doc.rb

Constant Summary collapse

NAME_DESC =
'The name of the workspace. This is the unique identifier for determining which workspace is being accessed.'
BOUNDARY_DESC =
'Comma separated list of IP ranges (in various formats) and IP addresses that users of this workspace are allowed to interact with if limit_to_network is true.'
BOUNDARY_EXAMPLE =
'10.10.1.1-50,10.10.1.100,10.10.2.0/24'
DESCRIPTION_DESC =
'Long description that explains the purpose of this workspace.'
OWNER_ID_DESC =
'ID of the user who owns this workspace.'
LIMIT_TO_NETWORK_DESC =
'true to restrict the hosts and services in this workspace to the IP addresses listed in \'boundary\'.'
IMPORT_FINGERPRINT_DESC =
'Identifier that indicates if and where this workspace was imported from.'