loginPageTextVisibilitySettings resource type
Namespace: microsoft.graph
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. |
hidePrivacyAndCookies | Boolean | Option to hide the "Privacy & Cookies" hyperlink in the footer. |
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.loginPageTextVisibilitySettings",
"hideAccountResetCredentials": "Boolean",
"hideCannotAccessYourAccount": "Boolean",
"hideForgotMyPassword": "Boolean",
"hidePrivacyAndCookies": "Boolean",
"hideResetItNow": "Boolean",
"hideTermsOfUse": "Boolean"
}