PermissionSchemesApi class

Jira Cloud platform REST API documentation

Constructors

PermissionSchemesApi(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

createPermissionGrant({required int schemeId, String? expand, required PermissionGrant body}) Future<PermissionGrant>
Creates a permission grant in a permission scheme.
createPermissionScheme({String? expand, required PermissionScheme body}) Future<PermissionScheme>
Creates a new permission scheme. You can create a permission scheme with or without defining a set of permission grants.
deletePermissionScheme(int schemeId) Future<void>
Deletes a permission scheme.
deletePermissionSchemeEntity({required int schemeId, required int permissionId}) Future<void>
Deletes a permission grant from a permission scheme. See About permission schemes and grants for more details.
getAllPermissionSchemes({String? expand}) Future<PermissionSchemes>
Returns all permission schemes.
getPermissionScheme({required int schemeId, String? expand}) Future<PermissionScheme>
Returns a permission scheme.
getPermissionSchemeGrant({required int schemeId, required int permissionId, String? expand}) Future<PermissionGrant>
Returns a permission grant.
getPermissionSchemeGrants({required int schemeId, String? expand}) Future<PermissionGrants>
Returns all permission grants for a permission scheme.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePermissionScheme({required int schemeId, String? expand, required PermissionScheme body}) Future<PermissionScheme>
Updates a permission scheme. Below are some important things to note when using this resource:

Operators

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