mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
LBAC for datasources: Adds teamUID to lbac rules for terraform resource consumption (#96048)
Add teamUID to lbac rules swagger
This commit is contained in:
parent
741aa91e6f
commit
e86283e8b1
@ -7824,6 +7824,9 @@
|
|||||||
},
|
},
|
||||||
"teamId": {
|
"teamId": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"teamUid": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -21100,6 +21100,9 @@
|
|||||||
},
|
},
|
||||||
"teamId": {
|
"teamId": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"teamUid": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -11057,6 +11057,9 @@
|
|||||||
},
|
},
|
||||||
"teamId": {
|
"teamId": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"teamUid": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
Loading…
Reference in New Issue
Block a user