ServiceAccounts: Use isManaged in DTO instead of isExternal (#77634)

* ServiceAccounts: Use IsManaged in DTO instead of isExternal

* Revert omitempty

* Modify the other DTO

* Swagger
This commit is contained in:
Gabriel MABILLE
2023-11-03 17:49:11 +01:00
committed by GitHub
parent c98add6e5a
commit bf363b3234
6 changed files with 13 additions and 13 deletions

View File

@@ -6825,7 +6825,7 @@
"type": "boolean",
"example": false
},
"isExternal": {
"isManaged": {
"type": "boolean",
"example": false
},
@@ -6880,7 +6880,7 @@
"type": "boolean",
"example": false
},
"isExternal": {
"isManaged": {
"type": "boolean",
"example": false
},