Get Office 365 Azure apps
Select
SaaS
Customer Managed
Get list of Office 365 Azure apps
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- count int32
- azureDirectoryId string
Azure application directory id.
- apps object[]
{
"count": 0,
"azureDirectoryId": "string",
"apps": [
{
"applicationId": "string",
"applicationSecret": "string",
"certificatePassword": "string",
"certificate": "string",
"certificateThumbprint": "string",
"applicationName": "string",
"applicationStatus": "AUTHORIZED",
"credentialId": 0,
"flags": [
"CREDENTIAL_APP"
]
}
]
}
Loading...