Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SecurityScheme

    Details about a security scheme.

    interface SecurityScheme {
        defaultSecurityLevelId?: number;
        description?: string;
        id?: number;
        levels?: Version3Models.SecurityLevel[];
        name?: string;
        self?: string;
    }
    Index

    Properties

    defaultSecurityLevelId?: number

    The ID of the default security level.

    description?: string

    The description of the issue security scheme.

    id?: number

    The ID of the issue security scheme.

    name?: string

    The name of the issue security scheme.

    self?: string

    The URL of the issue security scheme.