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
Represents an external application whose access data is provided through the Bring Your Own Data (BYOD) flow for catalog user access reviews. The originSystem of a customDataProvidedResource is always CustomDataProvidedResource.
Inherits from accessPackageResource.
For more information, see Include custom data provided resource in the catalog for catalog user Access Reviews.
Methods
| Method | Return type | Description |
|---|---|---|
| List uploadSessions | customDataProvidedResourceUploadSession collection | Get a list of the upload sessions created on a customDataProvidedResource. |
| Create customDataProvidedResourceUploadSession | customDataProvidedResourceUploadSession | Create a new upload session on a customDataProvidedResource. |
| Delete customDataProvidedResourceUploadSession | None | Delete an upload session from a customDataProvidedResource. |
Properties
| Property | Type | Description |
|---|---|---|
| attributes | accessPackageResourceAttribute collection | Contains information about the attributes to be collected from the requestor and sent to the resource application. Inherited from accessPackageResource. |
| createdDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from accessPackageResource. |
| description | String | A description for the resource. Inherited from accessPackageResource. |
| displayName | String | The display name of the resource, such as the application name, group name, or site name. Inherited from accessPackageResource. |
| id | String | Read-only. Inherited from accessPackageResource. |
| modifiedDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from accessPackageResource. |
| notificationEndpointConfiguration | customExtensionEndpointConfiguration | The endpoint configuration of the logic app that is triggered when the access review for this resource goes into an initializing state. |
| originId | String | The unique identifier of the resource in the origin system. For a Microsoft Entra group, this is the identifier of the group. Inherited from accessPackageResource. |
| originSystem | String | The type of the resource in the origin system. For a customDataProvidedResource, the value is always CustomDataProvidedResource. Inherited from accessPackageResource. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| environment | accessPackageResourceEnvironment | Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId. Supports $expand. Inherited from accessPackageResource. |
| roles | accessPackageResourceRole collection | Read-only. Nullable. Supports $expand. Inherited from accessPackageResource. |
| scopes | accessPackageResourceScope collection | Read-only. Nullable. Supports $expand. Inherited from accessPackageResource. |
| uploadSessions | customDataProvidedResourceUploadSession collection | The upload sessions for uploading external access data to this resource through the Bring Your Own Data (BYOD) flow. Inherited from accessPackageResource. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customDataProvidedResource",
"id": "String (identifier)",
"attributes": [
{
"@odata.type": "microsoft.graph.accessPackageResourceAttribute"
}
],
"displayName": "String",
"description": "String",
"originId": "String",
"originSystem": "String",
"createdDateTime": "String (timestamp)",
"modifiedDateTime": "String (timestamp)",
"notificationEndpointConfiguration": {
"@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
}
}