loginPageTextVisibilitySettings 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.

Represents the various text strings that can be hidden on the sign-in page for a tenant.

Properties

Property Type Description
hideAccountResetCredentials Boolean Option to hide the self-service password reset (SSPR) hyperlinks such as "Can't access your account?", "Forgot my password" and "Reset it now" on the sign-in form.
hideCannotAccessYourAccount Boolean Option to hide the self-service password reset (SSPR) "Can't access your account?" hyperlink on the sign-in form.
hideForgotMyPassword Boolean Option to hide the self-service password reset (SSPR) "Forgot my password" hyperlink on the sign-in form.
hideResetItNow Boolean Option to hide the self-service password reset (SSPR) "reset it now" hyperlink on the sign-in form.
hideTermsOfUse Boolean Option to hide the "Terms of Use" hyperlink in the footer.
hidePrivacyAndCookies Boolean Option to hide the "Privacy & Cookies" hyperlink in the footer.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.loginPageTextVisibilitySettings",
  "hideAccountResetCredentials": "Boolean",
  "hideCannotAccessYourAccount": "Boolean",
  "hideForgotMyPassword": "Boolean",
  "hidePrivacyAndCookies": "Boolean",
  "hideResetItNow": "Boolean",
  "hideTermsOfUse": "Boolean"
}