Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.41 KB

accesspackageautomaticrequestsettings.md

File metadata and controls

42 lines (35 loc) · 1.41 KB
title description author ms.localizationpriority ms.subservice doc_type ms.date
accessPackageAutomaticRequestSettings resource type
Specifies information about an automatic access package assignment.
fsheik
medium
entra-id-governance
resourcePageType
07/22/2024

accessPackageAutomaticRequestSettings resource type

Namespace: microsoft.graph

Specifies information about an automatic access package assignment.

Properties

Property Type Description
gracePeriodBeforeAccessRemoval Duration The duration for which access must be retained before the target's access is revoked once they leave the allowed target scope.
removeAccessWhenTargetLeavesAllowedTargets Boolean Indicates whether automatic assignment must be removed for targets who move out of the allowed target scope.
requestAccessForAllowedTargets Boolean If set to true, automatic assignments will be created for targets in the allowed target scope.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageAutomaticRequestSettings",
  "requestAccessForAllowedTargets": "Boolean",
  "removeAccessWhenTargetLeavesAllowedTargets": "Boolean",
  "gracePeriodBeforeAccessRemoval": "String (duration)"
}