Microsoft Graph · Schema
contentCustomization
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| attributeCollection | array | 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 | array | Represents content options to customize during MFA proofup interruptions. |
| registrationCampaignRelativeUrl | string | The relative URL of the content options to customize during MFA proofup interruptions. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.contentCustomization",
"title": "contentCustomization",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"attributeCollection": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.keyValue"
},
"description": "Represents the content options of External Identities to be customized throughout the authentication flow for a tenant."
},
"attributeCollectionRelativeUrl": {
"type": "string",
"description": "A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant.",
"nullable": true
},
"registrationCampaign": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.keyValue"
},
"description": "Represents content options to customize during MFA proofup interruptions."
},
"registrationCampaignRelativeUrl": {
"type": "string",
"description": "The relative URL of the content options to customize during MFA proofup interruptions.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}