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 |
Namespace: microsoft.graph
Specifies information about an automatic access package assignment.
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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAutomaticRequestSettings",
"requestAccessForAllowedTargets": "Boolean",
"removeAccessWhenTargetLeavesAllowedTargets": "Boolean",
"gracePeriodBeforeAccessRemoval": "String (duration)"
}