PermissionsApi class
Jira Cloud platform REST API documentation
Constructors
- PermissionsApi(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
-
getAllPermissions(
) → Future< Permissions> - Returns all permissions, including:
-
getBulkPermissions(
{required BulkPermissionsRequestBean body}) → Future< BulkPermissionGrants> - Returns:
-
getMyPermissions(
{String? projectKey, String? projectId, String? issueKey, String? issueId, String? permissions, String? projectUuid, String? projectConfigurationUuid, String? commentId}) → Future< Permissions> - Returns a list of permissions indicating which permissions the user has. Details of the user's permissions can be obtained in a global, project, issue or comment context.
-
getPermittedProjects(
{required PermissionsKeysBean body}) → Future< PermittedProjects> - Returns all the projects where the user is granted a list of project permissions.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited