Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 an approver delegate configuration that consists of a delegate (subject set) and a schedule. When set, the delegate can approve or deny Entitlement Management access package requests and Access Review decisions on behalf of the primary approver. The delegation applies across all Entitlement Management access package requests and Access Reviews assigned to the user. Only singleUser and groupMembers implementations of subjectSet are currently supported as delegate targets.
Methods
None. Use the operations on the parent resource identityGovernanceUserSettings to manage the approver delegate.
Properties
| Property | Type | Description |
|---|---|---|
| delegate | subjectSet | The identity that receives the approval delegation. Only singleUser and groupMembers are currently supported. |
| schedule | requestSchedule | The schedule for the delegation, including start date and expiration pattern (duration, end date, or no expiration). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.approverDelegate",
"schedule": {
"@odata.type": "microsoft.graph.requestSchedule"
},
"delegate": {
"@odata.type": "microsoft.graph.subjectSet"
}
}