Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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
}
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now