Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
root.authorization.permissions object
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"
}
]
}
}
}
Feedback
Was this page helpful?
