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

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
}