Class OrganizationalBrandingProperties

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OrganizationalBrandingProperties
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
OrganizationalBranding, OrganizationalBrandingLocalization

public class OrganizationalBrandingProperties extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Organizational Branding Properties.
  • Field Details

    • backgroundColor

      @SerializedName(value="backgroundColor", alternate="BackgroundColor") @Expose @Nullable public String backgroundColor
      The Background Color. Color that will appear 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.
    • backgroundImageRelativeUrl

      @SerializedName(value="backgroundImageRelativeUrl", alternate="BackgroundImageRelativeUrl") @Expose @Nullable public String backgroundImageRelativeUrl
      The Background Image Relative Url. 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.
    • bannerLogoRelativeUrl

      @SerializedName(value="bannerLogoRelativeUrl", alternate="BannerLogoRelativeUrl") @Expose @Nullable public String bannerLogoRelativeUrl
      The Banner Logo Relative Url. 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.
    • cdnList

      @SerializedName(value="cdnList", alternate="CdnList") @Expose @Nullable public List<String> cdnList
      The Cdn List. 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.
    • customAccountResetCredentialsUrl

      @SerializedName(value="customAccountResetCredentialsUrl", alternate="CustomAccountResetCredentialsUrl") @Expose @Nullable public String customAccountResetCredentialsUrl
      The Custom Account Reset Credentials Url.
    • customCannotAccessYourAccountText

      @SerializedName(value="customCannotAccessYourAccountText", alternate="CustomCannotAccessYourAccountText") @Expose @Nullable public String customCannotAccessYourAccountText
      The Custom Cannot Access Your Account Text.
    • customCannotAccessYourAccountUrl

      @SerializedName(value="customCannotAccessYourAccountUrl", alternate="CustomCannotAccessYourAccountUrl") @Expose @Nullable public String customCannotAccessYourAccountUrl
      The Custom Cannot Access Your Account Url.
    • customCSSRelativeUrl

      @SerializedName(value="customCSSRelativeUrl", alternate="CustomCSSRelativeUrl") @Expose @Nullable public String customCSSRelativeUrl
      The Custom CSSRelative Url.
    • customForgotMyPasswordText

      @SerializedName(value="customForgotMyPasswordText", alternate="CustomForgotMyPasswordText") @Expose @Nullable public String customForgotMyPasswordText
      The Custom Forgot My Password Text.
    • customPrivacyAndCookiesText

      @SerializedName(value="customPrivacyAndCookiesText", alternate="CustomPrivacyAndCookiesText") @Expose @Nullable public String customPrivacyAndCookiesText
      The Custom Privacy And Cookies Text.
    • customPrivacyAndCookiesUrl

      @SerializedName(value="customPrivacyAndCookiesUrl", alternate="CustomPrivacyAndCookiesUrl") @Expose @Nullable public String customPrivacyAndCookiesUrl
      The Custom Privacy And Cookies Url.
    • customResetItNowText

      @SerializedName(value="customResetItNowText", alternate="CustomResetItNowText") @Expose @Nullable public String customResetItNowText
      The Custom Reset It Now Text.
    • customTermsOfUseText

      @SerializedName(value="customTermsOfUseText", alternate="CustomTermsOfUseText") @Expose @Nullable public String customTermsOfUseText
      The Custom Terms Of Use Text.
    • customTermsOfUseUrl

      @SerializedName(value="customTermsOfUseUrl", alternate="CustomTermsOfUseUrl") @Expose @Nullable public String customTermsOfUseUrl
      The Custom Terms Of Use Url.
    • faviconRelativeUrl

      @SerializedName(value="faviconRelativeUrl", alternate="FaviconRelativeUrl") @Expose @Nullable public String faviconRelativeUrl
      The Favicon Relative Url.
    • headerBackgroundColor

      @SerializedName(value="headerBackgroundColor", alternate="HeaderBackgroundColor") @Expose @Nullable public String headerBackgroundColor
      The Header Background Color.
    • headerLogoRelativeUrl

      @SerializedName(value="headerLogoRelativeUrl", alternate="HeaderLogoRelativeUrl") @Expose @Nullable public String headerLogoRelativeUrl
      The Header Logo Relative Url.
    • loginPageLayoutConfiguration

      @SerializedName(value="loginPageLayoutConfiguration", alternate="LoginPageLayoutConfiguration") @Expose @Nullable public LoginPageLayoutConfiguration loginPageLayoutConfiguration
      The Login Page Layout Configuration.
    • loginPageTextVisibilitySettings

      @SerializedName(value="loginPageTextVisibilitySettings", alternate="LoginPageTextVisibilitySettings") @Expose @Nullable public LoginPageTextVisibilitySettings loginPageTextVisibilitySettings
      The Login Page Text Visibility Settings.
    • signInPageText

      @SerializedName(value="signInPageText", alternate="SignInPageText") @Expose @Nullable public String signInPageText
      The Sign In Page Text. Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters.
    • squareLogoDarkRelativeUrl

      @SerializedName(value="squareLogoDarkRelativeUrl", alternate="SquareLogoDarkRelativeUrl") @Expose @Nullable public String squareLogoDarkRelativeUrl
      The Square Logo Dark Relative Url.
    • squareLogoRelativeUrl

      @SerializedName(value="squareLogoRelativeUrl", alternate="SquareLogoRelativeUrl") @Expose @Nullable public String squareLogoRelativeUrl
      The Square Logo Relative Url. 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.
    • usernameHintText

      @SerializedName(value="usernameHintText", alternate="UsernameHintText") @Expose @Nullable public String usernameHintText
      The Username Hint Text. 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.
  • Constructor Details

    • OrganizationalBrandingProperties

      public OrganizationalBrandingProperties()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to