We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b3ffa commit b12a7baCopy full SHA for b12a7ba
pygitguardian/models.py
@@ -771,6 +771,7 @@ class TokenScope(str, Enum):
771
CUSTOM_TAGS_READ = "custom_tags:read"
772
CUSTOM_TAGS_WRITE = "custom_tags:write"
773
SECRET_READ = "secrets:read"
774
+ SECRET_WRITE = "secrets:write"
775
SCAN_CREATE_INCIDENTS = "scan:create-incidents"
776
PUBLIC_PERIMETER_VIEW = "public-perimeter:read"
777
0 commit comments