SecurityInformationApi class

Jira Software Cloud REST API documentation

Constructors

SecurityInformationApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteLinkedWorkspaces() Future<void>
Bulk delete all linked Security Workspaces that match the given request.
deleteVulnerabilitiesByProperty() Future<void>
Bulk delete all Vulnerabilities that match the given request.
deleteVulnerabilityById(String vulnerabilityId) Future<void>
Delete the Vulnerability data currently stored for the given ID.
getLinkedWorkspaceById(String workspaceId) Future
Retrieve a specific Security Workspace linked to the Jira site for the given workspace ID.
getLinkedWorkspaces() Future
Retrieve all Security Workspaces linked with the Jira site.
getVulnerabilityById(String vulnerabilityId) Future
Retrieve the currently stored Vulnerability data for the given ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitVulnerabilities({required dynamic body}) Future
Update / Insert Vulnerability data.
submitWorkspaces({required dynamic body}) Future<void>
Insert Security Workspace IDs to establish a relationship between them and the Jira site the app is installed on. If a relationship between the workspace ID and Jira already exists then the workspace ID will be ignored and Jira will process the rest of the entries.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited