Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Background Color.The Background Image Relative Url.The Banner Logo Relative Url.The Cdn List.The Custom Account Reset Credentials Url.The Custom Cannot Access Your Account Text.The Custom Cannot Access Your Account Url.The Custom CSSRelative Url.The Custom Forgot My Password Text.The Custom Privacy And Cookies Text.The Custom Privacy And Cookies Url.The Custom Reset It Now Text.The Custom Terms Of Use Text.The Custom Terms Of Use Url.The Favicon Relative Url.The Header Background Color.The Header Logo Relative Url.The Login Page Layout Configuration.The Login Page Text Visibility Settings.The Sign In Page Text.The Square Logo Dark Relative Url.The Square Logo Relative Url.The Username Hint Text. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
backgroundColor
@SerializedName(value="backgroundColor", alternate="BackgroundColor") @Expose @Nullable public String backgroundColorThe Background Color. 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. -
backgroundImageRelativeUrl
@SerializedName(value="backgroundImageRelativeUrl", alternate="BackgroundImageRelativeUrl") @Expose @Nullable public String backgroundImageRelativeUrlThe 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 bannerLogoRelativeUrlThe 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
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 customAccountResetCredentialsUrlThe Custom Account Reset Credentials Url. 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. -
customCannotAccessYourAccountText
@SerializedName(value="customCannotAccessYourAccountText", alternate="CustomCannotAccessYourAccountText") @Expose @Nullable public String customCannotAccessYourAccountTextThe Custom Cannot Access Your Account Text. 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. -
customCannotAccessYourAccountUrl
@SerializedName(value="customCannotAccessYourAccountUrl", alternate="CustomCannotAccessYourAccountUrl") @Expose @Nullable public String customCannotAccessYourAccountUrlThe Custom Cannot Access Your Account Url. 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. -
customCSSRelativeUrl
@SerializedName(value="customCSSRelativeUrl", alternate="CustomCSSRelativeUrl") @Expose @Nullable public String customCSSRelativeUrlThe Custom CSSRelative Url. 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. -
customForgotMyPasswordText
@SerializedName(value="customForgotMyPasswordText", alternate="CustomForgotMyPasswordText") @Expose @Nullable public String customForgotMyPasswordTextThe Custom Forgot My Password Text. 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. -
customPrivacyAndCookiesText
@SerializedName(value="customPrivacyAndCookiesText", alternate="CustomPrivacyAndCookiesText") @Expose @Nullable public String customPrivacyAndCookiesTextThe Custom Privacy And Cookies Text. 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. -
customPrivacyAndCookiesUrl
@SerializedName(value="customPrivacyAndCookiesUrl", alternate="CustomPrivacyAndCookiesUrl") @Expose @Nullable public String customPrivacyAndCookiesUrlThe Custom Privacy And Cookies Url. 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. -
customResetItNowText
@SerializedName(value="customResetItNowText", alternate="CustomResetItNowText") @Expose @Nullable public String customResetItNowTextThe Custom Reset It Now Text. 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. -
customTermsOfUseText
@SerializedName(value="customTermsOfUseText", alternate="CustomTermsOfUseText") @Expose @Nullable public String customTermsOfUseTextThe Custom Terms Of Use Text. 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. -
customTermsOfUseUrl
@SerializedName(value="customTermsOfUseUrl", alternate="CustomTermsOfUseUrl") @Expose @Nullable public String customTermsOfUseUrlThe Custom Terms Of Use Url. 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. -
faviconRelativeUrl
@SerializedName(value="faviconRelativeUrl", alternate="FaviconRelativeUrl") @Expose @Nullable public String faviconRelativeUrlThe Favicon Relative Url. 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. -
headerBackgroundColor
@SerializedName(value="headerBackgroundColor", alternate="HeaderBackgroundColor") @Expose @Nullable public String headerBackgroundColorThe Header Background Color. The RGB color to apply to customize the color of the header. -
headerLogoRelativeUrl
@SerializedName(value="headerLogoRelativeUrl", alternate="HeaderLogoRelativeUrl") @Expose @Nullable public String headerLogoRelativeUrlThe Header Logo Relative Url. 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. -
loginPageLayoutConfiguration
@SerializedName(value="loginPageLayoutConfiguration", alternate="LoginPageLayoutConfiguration") @Expose @Nullable public LoginPageLayoutConfiguration loginPageLayoutConfigurationThe Login Page Layout Configuration. Represents the layout configuration to be displayed on the login page for a tenant. -
loginPageTextVisibilitySettings
@SerializedName(value="loginPageTextVisibilitySettings", alternate="LoginPageTextVisibilitySettings") @Expose @Nullable public LoginPageTextVisibilitySettings loginPageTextVisibilitySettingsThe Login Page Text Visibility Settings. Represents the various texts that can be hidden on the login page for a tenant. -
signInPageText
@SerializedName(value="signInPageText", alternate="SignInPageText") @Expose @Nullable public String signInPageTextThe Sign In Page Text. 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. -
squareLogoDarkRelativeUrl
@SerializedName(value="squareLogoDarkRelativeUrl", alternate="SquareLogoDarkRelativeUrl") @Expose @Nullable public String squareLogoDarkRelativeUrlThe Square Logo Dark Relative Url. 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. -
squareLogoRelativeUrl
@SerializedName(value="squareLogoRelativeUrl", alternate="SquareLogoRelativeUrl") @Expose @Nullable public String squareLogoRelativeUrlThe 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 usernameHintTextThe Username Hint Text. 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.
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-