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 684332d commit 724aa4dCopy full SHA for 724aa4d
pygitguardian/models.py
@@ -772,6 +772,7 @@ class TokenScope(str, Enum):
772
CUSTOM_TAGS_WRITE = "custom_tags:write"
773
SECRET_READ = "secrets:read"
774
SCAN_CREATE_INCIDENTS = "scan:create-incidents"
775
+ PUBLIC_PERIMETER_VIEW = "public-perimeter:read"
776
777
778
class APITokensResponseSchema(BaseSchema):
0 commit comments