hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UserPermission

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The ID of the permission. Either `id` or `key` must be specified. Use [Get all permissions]#api-rest-api-2-permissions-get to get the list of permissions. | [optional]
**key** | Option<**String**> | The key of the permission. Either `id` or `key` must be specified. Use [Get all permissions]#api-rest-api-2-permissions-get to get the list of permissions. | [optional]
**name** | Option<**String**> | The name of the permission. | [optional]
**_type** | Option<**String**> | The type of the permission. | [optional]
**description** | Option<**String**> | The description of the permission. | [optional]
**have_permission** | Option<**bool**> | Whether the permission is available to the user in the queried context. | [optional]
**deprecated_key** | Option<**bool**> | Indicate whether the permission key is deprecated. Note that deprecated keys cannot be used in the `permissions parameter of Get my permissions. Deprecated keys are not returned by Get all permissions.` | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)