accessReviewReviewer 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.
Note
This is the recommended API for access reviews. The previous version of the access reviews API is deprecated.
Object representing the identities of the reviewers who were contacted to complete a review.
Inherits from entity.
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The date when the reviewer was added for the access review. |
displayName | String | Name of reviewer. |
id | String | Identifier of the reviewer. Inherited from entity. |
userPrincipalName | String | User principal name of the user. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewReviewer",
"id": "String",
"displayName": "String",
"userPrincipalName": "String",
"createdDateTime": "String (timestamp)",
}