Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added new proeprties for update
  • Loading branch information
malincrist committed Sep 7, 2022
commit cfbf217a9cc039fcfe6c79752877e99916a9b309
Original file line number Diff line number Diff line change
Expand Up @@ -3794,6 +3794,14 @@
"x-ms-secret": true,
"type": "string",
"description": "Client Secret of developer console which is the client application."
},
"useInTestConsole": {
"type": "boolean",
"description": "If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided."
},
"useInApiDocumentation": {
"type": "boolean",
"description": "If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided."
}
},
"description": "Parameters supplied to the Update OpenID Connect Provider operation."
Expand Down