Set Parameter: Permissions.json
## Notes
When changing parameters, please refer to "[Confirmation When Changing Parameters](/en/manual/parameter-edit)".
## Setting Values
The setting values of this parameter file are as follows.
|Parameter name|Value (e.g.)|Description|
|:--|:--|:--|
|CheckManagePermission|true|Set true to check if there are users with "Manage Permissions" permission. |
|General|31|Specify the default general user access permission. 31 is write permission. |
|Manager|511|Specify the default administrator access permission. 511 is administrator permission. |
|Pattern|json array|Set the access permission pattern. |
|ReadOnly|1|Read-only access permission. |
|ReadWrite|31|Write access permission. |
|Leader|255|Leader access permission. |
|Manager|511|Administrative access rights. |
|PageSize|100|Maximum number of items to display in the access permission setting list. |
The number of access rights that can be set is the logical sum of the numbers listed in enum types in the source code below.
https://github.com/Implem/Implem.Pleasanter/blob/master/Implem.Pleasanter/Libraries/Security/Permissions.cs