RegisterDeviceAndAppsResponse Data Type

Properties
name data type description
errorCode string
errorBody string
tenant_id string
tenant_id string
tenant_name string
tenant_name string
applications array of CreateApplicationResponse

Example

{
  "errorCode" : "...",
  "errorBody" : "...",
  "tenant_id" : "...",
  "tenant_name" : "...",
  "applications" : [ {
    "appId" : "...",
    "error" : { },
    "id" : "...",
    "errorBody" : "...",
    "displayName" : "...",
    "clientSecret" : "..."
  }, {
    "appId" : "...",
    "error" : { },
    "id" : "...",
    "errorBody" : "...",
    "displayName" : "...",
    "clientSecret" : "..."
  } ]
}