Details of scheme and new default level.

interface DefaultLevelValue {
    defaultLevelId: string;
    issueSecuritySchemeId: string;
}

Hierarchy

  • Record<string, unknown>
    • DefaultLevelValue

Properties

defaultLevelId: string

The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.

issueSecuritySchemeId: string

The ID of the issue security scheme to set default level for.