Microsoft Graph · Schema

microsoft.graph.organizationalBrandingProperties

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphorganizationalbrandingproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.organizationalBrandingProperties",
  "title": "microsoft.graph.organizationalBrandingProperties",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "organizationalBrandingProperties",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "backgroundColor": {
          "type": "string",
          "description": "Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF.",
          "nullable": true
        },
        "backgroundImage": {
          "type": "string",
          "description": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 \u00d7 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.",
          "format": "base64url",
          "nullable": true
        },
        "backgroundImageRelativeUrl": {
          "type": "string",
          "description": "A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.",
          "nullable": true
        },
        "bannerLogo": {
          "type": "string",
          "description": "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 \u00d7 245 pixels. We recommend using a transparent image with no padding around the logo.",
          "format": "base64url",
          "nullable": true
        },
        "bannerLogoRelativeUrl": {
          "type": "string",
          "description": "A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.",
          "nullable": true
        },
        "cdnList": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only."
        },
        "contentCustomization": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.contentCustomization"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents the content options to be customized throughout the authentication flow for a tenant. NOTE: Supported by Microsoft Entra External ID in external tenants only."
        },
        "customAccountResetCredentialsUrl": {
          "type": "string",
          "description": "A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.",
          "nullable": true
        },
        "customCannotAccessYourAccountText": {
          "type": "string",
          "description": "A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters.",
          "nullable": true
        },
        "customCannotAccessYourAccountUrl": {
          "type": "string",
          "description": "A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead.",
          "nullable": true
        },
        "customCSS": {
          "type": "string",
          "description": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.",
          "format": "base64url",
          "nullable": true
        },
        "customCSSRelativeUrl": {
          "type": "string",
          "description": "A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.",
          "nullable": true
        },
        "customForgotMyPasswordText": {
          "type": "string",
          "description": "A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters.",
          "nullable": true
        },
        "customPrivacyAndCookiesText": {
          "type": "string",
          "description": "A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters.",
          "nullable": true
        },
        "customPrivacyAndCookiesUrl": {
          "type": "string",
          "description": "A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.",
          "nullable": true
        },
        "customResetItNowText": {
          "type": "string",
          "description": "A string to replace the default 'reset it now' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. DO NOT USE: Customization of the 'reset it now' hyperlink text is currently not supported.",
          "nullable": true
        },
        "customTermsOfUseText": {
          "type": "string",
          "description": "A string to replace the the default 'Terms of Use' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters.",
          "nullable": true
        },
        "customTermsOfUseUrl": {
          "type": "string",
          "description": "A custom URL to replace the default URL of the 'Terms of Use' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128characters.",
          "nullable": true
        },
        "favicon": {
          "type": "string",
          "description": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.",
          "format": "base64url",
          "nullable": true
        },
        "faviconRelativeUrl": {
          "type": "string",
          "description": "A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.",
          "nullable": true
        },
        "headerBackgroundColor": {
          "type": "string",
          "description": "The RGB color to apply to customize the color of the header.",
          "nullable": true
        },
        "headerLogo": {
          "type": "string",
          "description": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 \u00d7 245 pixels. We recommend using a transparent image with no padding around the logo.",
          "format": "base64url",
          "nullable": true
        },
        "headerLogoRelativeUrl": {
          "type": "string",
          "description": "A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.",
          "nullable": true
        },
        "loginPageLayoutConfiguration": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.loginPageLayoutConfiguration"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents the layout configuration to be displayed on the login page for a tenant."
        },
        "loginPageTextVisibilitySettings": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.loginPageTextVisibilitySettings"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents the various texts that can be hidden on the login page for a tenant."
        },
        "signInPageText": {
          "type": "string",
          "description": "Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters.",
          "nullable": true
        },
        "squareLogo": {
          "type": "string",
          "description": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.",
          "format": "base64url",
          "nullable": true
        },
        "squareLogoDark": {
          "type": "string",
          "description": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.",
          "format": "base64url",
          "nullable": true
        },
        "squareLogoDarkRelativeUrl": {
          "type": "string",
          "description": "A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.",
          "nullable": true
        },
        "squareLogoRelativeUrl": {
          "type": "string",
          "description": "A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.",
          "nullable": true
        },
        "usernameHintText": {
          "type": "string",
          "description": "A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.organizationalBranding": "#/components/schemas/microsoft.graph.organizationalBranding",
          "#microsoft.graph.organizationalBrandingLocalization": "#/components/schemas/microsoft.graph.organizationalBrandingLocalization"
        }
      }
    }
  ]
}