| title | entitlementManagementSettings resource type |
|---|---|
| description | Represents tenant-wide settings for Microsoft Entra entitlement management. |
| ms.localizationpriority | medium |
| author | markwahl-msft |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents settings that control the behavior of Microsoft Entra entitlement management. This resource doesn't include the catalog creators setting; to view or change the catalog creators role membership, use the role assignments API with the entitlement management RBAC provider.
| Method | Return Type | Description |
|---|---|---|
| Get | entitlementManagementSettings | Read the properties of an entitlementManagementSettings object. |
| Update | entitlementManagementSettings | Update the properties of an entitlementManagementSettings object. |
| Property | Type | Description |
|---|---|---|
| externalUserLifecycleAction | String | One of None, BlockSignIn, or BlockSignInAndDelete. |
| daysUntilExternalUserDeletedAfterBlocked | Int64 | If externalUserLifecycleAction is BlockSignInAndDelete, the number of days after an external user is blocked from sign in before their account is deleted. |
None.
The following JSON representation shows the resource type.
{
"externalUserLifecycleAction": "String",
"daysUntilExternalUserDeletedAfterBlocked": 1
}