Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.71 KB

File metadata and controls

54 lines (46 loc) · 1.71 KB
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

contentCustomization resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}