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.
Namespace: microsoft.graph
In an accessReviewInstanceDecisionItem, the resource property can contain an accessReviewInstanceDecisionItemCustomDataProvidedResource object for an external customer-provided resource. This open type allows other properties to be passed in.
Inherits from accessReviewInstanceDecisionItemResource.
Properties
| Property | Type | Description |
|---|---|---|
| customData | String | Custom data to include with the decision. |
| description | String | The description of the custom data provided resource. Inherited from accessReviewInstanceDecisionItemResource. |
| displayName | String | The display name of the custom data provided resource. Inherited from accessReviewInstanceDecisionItemResource. |
| id | String | The identifier of the custom data provided resource. Inherited from accessReviewInstanceDecisionItemResource. |
| scopeDisplayName | String | The name of the scope for the decision. |
| scopeId | String | The identifier of the scope for the decision. |
| type | String | The type of the custom data provided resource. Inherited from accessReviewInstanceDecisionItemResource. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemCustomDataProvidedResource",
"id": "String",
"displayName": "String",
"type": "String",
"description": "String",
"customData": "String",
"scopeId": "String",
"scopeDisplayName": "String"
}