ImportSource

sealed class ImportSource

The source from which to import security requirements. Currently supports document uploads.

Inheritors

Types

Link copied to clipboard

The list of documents to extract security requirements from.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ImportSource as a Documents and retrieves its kotlin.collections.List value. Throws an exception if the ImportSource is not a Documents.

Link copied to clipboard

Casts this ImportSource as a Documents and retrieves its kotlin.collections.List value. Returns null if the ImportSource is not a Documents.