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
# PermissionScheme

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expand** | Option<**String**> | The expand options available for the permission scheme. | [optional][readonly]
**id** | Option<**i64**> | The ID of the permission scheme. | [optional][readonly]
**_self** | Option<**String**> | The URL of the permission scheme. | [optional][readonly]
**name** | **String** | The name of the permission scheme. Must be unique. | 
**description** | Option<**String**> | A description for the permission scheme. | [optional]
**scope** | Option<[**crate::models::Scope**]Scope.md> | The scope of the permission scheme. | [optional]
**permissions** | Option<[**Vec<crate::models::PermissionGrant>**]PermissionGrant.md> | The permission scheme to create or update. See [About permission schemes and grants]../api-group-permission-schemes/#about-permission-schemes-and-grants for more information. | [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)