LBAC for datasources: Adds teamUID to lbac rules for terraform resource consumption (#96048)

Add teamUID to lbac rules swagger
This commit is contained in:
Eric Leijonmarck 2024-11-08 08:53:38 +00:00 committed by GitHub
parent 741aa91e6f
commit e86283e8b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View File

@ -7824,6 +7824,9 @@
},
"teamId": {
"type": "string"
},
"teamUid": {
"type": "string"
}
}
},

View File

@ -21100,6 +21100,9 @@
},
"teamId": {
"type": "string"
},
"teamUid": {
"type": "string"
}
}
},

View File

@ -11057,6 +11057,9 @@
},
"teamId": {
"type": "string"
},
"teamUid": {
"type": "string"
}
},
"type": "object"