Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.25 KB

File metadata and controls

65 lines (49 loc) · 2.25 KB
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

entitlementManagementSettings resource type

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.

Methods

Method Return Type Description
Get entitlementManagementSettings Read the properties of an entitlementManagementSettings object.
Update entitlementManagementSettings Update the properties of an entitlementManagementSettings object.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "externalUserLifecycleAction": "String",
  "daysUntilExternalUserDeletedAfterBlocked": 1
}