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

    Interface SecuritySchemePayload

    interface SecuritySchemePayload {
        description?: string;
        name?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
        securityLevels?: Version3Models.SecurityLevelPayload[];
    }
    Index

    Properties

    description?: string

    The description of the security scheme

    name?: string

    The name of the security scheme

    The security levels for the security scheme