TokenScope
The set of permissions a personal access token grants.
Read — Read-only access: the token may query resources but not modify them. Write — Write access: the token may create, update and delete resources. Requires Read to also be granted. Admin — Administrative access: elevated operations beyond ordinary read/write.
stringTokenScope (string)
The set of permissions a personal access token grants.
Read — Read-only access: the token may query resources but not modify them. Write — Write access: the token may create, update and delete resources. Requires Read to also be granted. Admin — Administrative access: elevated operations beyond ordinary read/write.
Possible values: [Read, Write, Admin]
TokenScope
"Read"