IMicrosoftGraphOrganizationalBrandingLocalization Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrganizationalBrandingLocalizationTypeConverter))]
public interface IMicrosoftGraphOrganizationalBrandingLocalization : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingProperties, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrganizationalBrandingLocalizationTypeConverter))>]
type IMicrosoftGraphOrganizationalBrandingLocalization = interface
interface IJsonSerializable
interface IMicrosoftGraphOrganizationalBrandingProperties
interface IMicrosoftGraphEntity
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphOrganizationalBrandingLocalization
Implements IAssociativeArray(Of Object), IMicrosoftGraphOrganizationalBrandingProperties
- Derived
- Attributes
- Implements
Properties
AdditionalProperties | (Inherited from IAssociativeArray<T>) |
BackgroundColor |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
BackgroundImage |
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 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
BackgroundImageRelativeUrl |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
BannerLogo |
A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
BannerLogoRelativeUrl |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
CdnList |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
Id |
The unique idenfier for an entity. Read-only. (Inherited from IMicrosoftGraphEntity) |
Item[String] | (Inherited from IAssociativeArray<T>) |
SignInPageText |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
SquareLogo |
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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
SquareLogoRelativeUrl |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
UsernameHintText |
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. (Inherited from IMicrosoftGraphOrganizationalBrandingProperties) |
Methods
Add(String, T) | (Inherited from IAssociativeArray<T>) |
Clear() | (Inherited from IAssociativeArray<T>) |
ContainsKey(String) | (Inherited from IAssociativeArray<T>) |
Remove(String) | (Inherited from IAssociativeArray<T>) |
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
TryGetValue(String, T) | (Inherited from IAssociativeArray<T>) |