Szerkesztés

Megosztás a következőn keresztül:


contentCustomization resource type

Namespace: microsoft.graph

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