diff --git a/swaggerui/html/swagger.json b/swaggerui/html/swagger.json index 156c8ccf..d7369c07 100644 --- a/swaggerui/html/swagger.json +++ b/swaggerui/html/swagger.json @@ -5307,6 +5307,7 @@ "repository", "sharedSecret", "adGroups", + "adUsers", "owner", "creator", "configBranch" @@ -5320,6 +5321,14 @@ }, "x-go-name": "AdGroups" }, + "adUsers": { + "description": "AdUsers the users/service-principals that should be able to access the application", + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "AdUsers" + }, "configBranch": { "description": "ConfigBranch information", "type": "string", @@ -5359,6 +5368,14 @@ }, "x-go-name": "ReaderAdGroups" }, + "readerAdUsers": { + "description": "ReaderAdUsers the users/service-principals that should be able to read the application", + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "ReaderAdUsers" + }, "repository": { "description": "Repository the github repository", "type": "string", @@ -5390,6 +5407,14 @@ }, "x-go-name": "AdGroups" }, + "adUsers": { + "description": "AdUsers the users/service-principals that should be able to access the application", + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "AdUsers" + }, "configBranch": { "description": "ConfigBranch information", "type": "string", @@ -5418,6 +5443,14 @@ }, "x-go-name": "ReaderAdGroups" }, + "readerAdUsers": { + "description": "ReaderAdUsers the users/service-principals that should be able to read the application", + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "ReaderAdUsers" + }, "repository": { "description": "Repository the github repository", "type": "string",