Variable: TargetAuthType
const TargetAuthType: {
HEADERS: "HEADERS";
BASIC_AUTH: "BASIC_AUTH";
OAUTH2: "OAUTH2";
};
Defined in: src/models/red-team-enums.ts:37
Target authentication type (distinct from Databricks AuthType).
Type Declaration
HEADERS
readonly HEADERS: "HEADERS" = 'HEADERS';
BASIC_AUTH
readonly BASIC_AUTH: "BASIC_AUTH" = 'BASIC_AUTH';
OAUTH2
readonly OAUTH2: "OAUTH2" = 'OAUTH2';