Microsoft Graph · Schema
loginPageTextVisibilitySettings
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | 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. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.loginPageTextVisibilitySettings",
"title": "loginPageTextVisibilitySettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"hideAccountResetCredentials": {
"type": "boolean",
"description": "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.",
"nullable": true
},
"hideCannotAccessYourAccount": {
"type": "boolean",
"description": "Option to hide the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in form.",
"nullable": true
},
"hideForgotMyPassword": {
"type": "boolean",
"description": "Option to hide the self-service password reset (SSPR) 'Forgot my password' hyperlink on the sign-in form.",
"nullable": true
},
"hidePrivacyAndCookies": {
"type": "boolean",
"description": "Option to hide the 'Privacy & Cookies' hyperlink in the footer.",
"nullable": true
},
"hideResetItNow": {
"type": "boolean",
"description": "Option to hide the self-service password reset (SSPR) 'reset it now' hyperlink on the sign-in form.",
"nullable": true
},
"hideTermsOfUse": {
"type": "boolean",
"description": "Option to hide the 'Terms of Use' hyperlink in the footer.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}