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.
List of permissions that the app needs to function.
Properties that reference this object type:
Syntax
Properties
resourceSpecific
Permissions that guard data access on resource instance level.
Type
Array of resourceSpecific
Required
—
Constraints
Maximum array items: 16. Array items must be unique.
Supported values
Examples
{
"authorization": {
"permissions": {
"resourceSpecific": [
{
"type": "Application",
"name": "ChannelSettings.Read.Group"
},
{
"type": "Delegated",
"name": "ChannelMeetingParticipant.Read.Group"
}
]
}
}
}