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|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 manager access permission. 511 is manager 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|In [Table Function: Record Access Control](/manual/table-record-access-control), specifies the number of records retrieved by the drop-down list in a single load.|
The numbers for the access rights that can be set are the logical sum of the numerical value listed in the enum Types in the source code below.
https://github.com/Implem/Implem.Pleasanter/blob/master/Implem.Pleasanter/Libraries/Security/Permissions.cs