Class BowireProjectSecurity

Namespace
Kuestenlogik.Bowire.Projects
Assembly
Kuestenlogik.Bowire.dll

The security block: the auth flow to run and the scan profiles to apply.

public sealed class BowireProjectSecurity
Inheritance
BowireProjectSecurity
Inherited Members

Constructors

BowireProjectSecurity()

public BowireProjectSecurity()

Properties

Auth

Project-relative path to an auth-flow definition (e.g. ./bowire/auth/login.flow.json).

[JsonPropertyName("auth")]
public string? Auth { get; set; }

Property Value

string

Scan

Scan profiles to run (e.g. owasp-api, cve, protocol).

[JsonPropertyName("scan")]
public List<string> Scan { get; init; }

Property Value

List<string>