Events
Mar 17, 9 PM - Mar 21, 10 AM
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 in preview and are subject to change. Use of these APIs in production applications is not supported.
Represents a Trust Framework policy (also called custom policy) in Azure Active Directory B2C. A Trust Framework policy gives full control over the user journeys. Use it to:
For more information, see Custom policies in Azure Active Directory B2C.
Method | Return Type | Description |
---|---|---|
Create | trustFrameworkPolicy | Create a new trustFrameworkPolicy. |
Get | trustFrameworkPolicy | Read properties of an existing trustFrameworkPolicy. |
List | trustFrameworkPolicy collection | List all trustFrameworkPolicies configured in a tenant. |
Update | None | Update an existing trustFrameworkPolicy. |
Delete | None | Delete an existing trustFrameworkPolicy. |
Property | Type | Description |
---|---|---|
id | String | The ID of the policy. |
None.
The following JSON representation shows the resource type.
{
"id": "B2C_1A_Test"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now