Skip to content

Commit aa1727e

Browse files
authored
Merge pull request #186 from GitGuardian/gmendy/-/ai-discover-send-scope
Add AI_DISCOVER_SEND = "ai-discover:send" to the APIScopes enum
2 parents 75e8147 + 889652a commit aa1727e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Added
2+
3+
- New `ai-discover:send` token scope.

pygitguardian/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ class TokenScope(str, Enum):
786786
NHI_WRITE_VAULT = "nhi:write-vault"
787787
NHI_SEND_INVENTORY = "nhi:send-inventory"
788788
ENDPOINTS_SEND = "endpoints:send"
789+
AI_DISCOVER_SEND = "ai-discover:send"
789790
CUSTOM_TAGS_READ = "custom_tags:read"
790791
CUSTOM_TAGS_WRITE = "custom_tags:write"
791792
SECRET_READ = "secrets:read"

0 commit comments

Comments
 (0)