CreateApplicationResponse Data Type

Properties
name data type description
appId string
error object
id string
errorBody string
displayName string
clientSecret string

Example

{
  "appId" : "...",
  "error" : { },
  "id" : "...",
  "errorBody" : "...",
  "displayName" : "...",
  "clientSecret" : "..."
}