| title | contentCustomization resource type |
|---|---|
| description | Contains details of the various content options for a tenant. |
| author | nanguil |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains details of the various content options to be customized in the authentication flow for a tenant.
| Property | Type | Description |
|---|---|---|
| attributeCollection | keyValue collection | Represents the content options of External Identities to be customized throughout the authentication flow for a tenant. |
| attributeCollectionRelativeUrl | String | A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant. |
| registrationCampaign | keyValue collection | Represents content options to customize during MFA proofup interruptions. |
| registrationCampaignRelativeUrl | String | The relative URL of the content options to customize during MFA proofup interruptions. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.contentCustomization",
"attributeCollection": [
{
"@odata.type": "microsoft.graph.keyValue"
}
],
"attributeCollectionRelativeUrl": "String",
"registrationCampaign": [
{
"@odata.type": "microsoft.graph.keyValue"
}
],
"registrationCampaignRelativeUrl": "String"
}