---
title: "IssueSecurityLevel interface"
canonical: "https://support.appfire.com/space/JMCF/465732323/IssueSecurityLevel%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [IssueSecurityLevel](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/security/IssueSecurityLevel.html) interface you can use on a Issue Security Level, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465371580) when you [access the Security Level field](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465240465).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getName](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/security/IssueSecurityLevel.html#getName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Name of the Security Level |
| [getId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/security/IssueSecurityLevel.html#getId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The Security Level ID |
| [getDescription](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/security/IssueSecurityLevel.html#getDescription())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The Security Level description |
| [getSchemeId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/security/IssueSecurityLevel.html#getSchemeId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The Security Level scheme ID |