teamsAppResourceSpecificPermission resource type

Namespace: microsoft.graph

Represents the resource-specific permission associated with a teamsApp.

For details, see understanding resource-specific consent.

Properties

Property Type Description
permissionType teamsAppResourceSpecificPermissionType The type of resource-specific permission.
permissionValue String The name of the resource-specific permission.

teamsAppResourceSpecificPermissionType values

Member Description
delegated Indicates that the resource specific permission is of delegated type.
application Indicates that the resource specific permission is of application type.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.teamsAppResourceSpecificPermission",
  "permissionValue": "String",
  "permissionType": "String"
}