Edit

Share via


accessReviewDataUploadTriggerCallbackData resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

This object represents the columns expected in the CSV file that is uploaded in a customDataProvidedResourceUploadSession.

Inherits from customExtensionData.

Properties

Property Type Description
permissionDescription String A description for the permission.
permissionId String The id of the permission assigned to this principal.
permissionName String The name of the permission assigned to this principal.
permissionType String The type of the permission assigned to this principal.
principalId String The id of the principal who has permissions on the custom data provided resource.
principalType String The type of the principal. The allowed values are "EntraIdUser".

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewDataUploadTriggerCallbackData",
  "principalId": "String",
  "principalType": "String",
  "permissionId": "String",
  "permissionName": "String",
  "permissionDescription": "String",
  "permissionType": "String"
}