permissionsRequestChange 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.
Represents a change event relating to requests for permissions by identities.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | permissionsRequestChange collection | Get a list of the permissionsRequestChange objects and their properties. |
Get | permissionsRequestChange | Read the properties and relationships of a permissionsRequestChange object. |
Properties
Property | Type | Description |
---|---|---|
activeOccurrenceStatus | permissionsRequestOccurrenceStatus | The status of the active occurence of the schedule if one exists. The possible values are: grantingFailed , granted , granting , revoked , revoking , revokingFailed , unknownFutureValue . |
id | String | Unique ID of the permissions request change event within Permissions Management. Inherited from entity. |
modificationDateTime | DateTimeOffset | Time when the change occurred. |
permissionsRequestId | String | The ID of the scheduledPermissionsRequest object. |
statusDetail | statusDetail | The current status of the request. The possible values are: submitted , approved , completed , canceled , rejected , unknownFutureValue . |
ticketId | String | Represents the ticketing system identifier. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.permissionsRequestChange",
"id": "String (identifier)",
"modificationDateTime": "String (timestamp)",
"statusDetail": "String",
"activeOccurrenceStatus": "String",
"ticketId": "String",
"permissionsRequestId": "String"
}