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.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.contentCustomization",
  "attributeCollection": [
    {
      "@odata.type": "microsoft.graph.keyValue"
    }
  ],
  "attributeCollectionRelativeUrl": "String"
}