Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents authorization requirements for the app.
Properties that reference this object type:
Syntax
Properties
permissions
List of permissions that the app needs to function.
Type
permissions
Required
—
Constraints
Supported values
Examples
{
"authorization": {
"permissions": {
"resourceSpecific": [
{
"type": "Application",
"name": "ChannelSettings.Read.Group"
},
{
"type": "Delegated",
"name": "ChannelMeetingParticipant.Read.Group"
}
]
}
}
}