Edit

accessPackageAssignmentRequestParameters 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.

In Microsoft Entra entitlement management, this resource represents additional parameters that can be supplied when creating an accessPackageAssignmentRequest. Use it to control how the request is processed, such as bypassing the approval requirement that's configured on the access package policy.

In entitlement management, this object is configured in the parameters property of the accessPackageAssignmentRequest resource.

Properties

Property Type Description
bypassApproval Boolean When true, bypasses the approval requirement configured on the access package policy for this request. The default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageAssignmentRequestParameters",
  "bypassApproval": "Boolean"
}