contentCustomization 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.
Contains details of the various content options to be customized in the authentication flow for a tenant.
Properties
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. |
Relationships
None.
JSON representation
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"
}