|
60 | 60 | "remediate": false
|
61 | 61 | }
|
62 | 62 | },
|
| 63 | + { |
| 64 | + "name": "standards.Branding", |
| 65 | + "cat": "Global Standards", |
| 66 | + "tag": ["lowimpact"], |
| 67 | + "helpText": "Sets the branding for the tenant. This includes the login page, and the Office 365 portal.", |
| 68 | + "addedComponent": [ |
| 69 | + { |
| 70 | + "type": "input", |
| 71 | + "name": "standards.Branding.signInPageText", |
| 72 | + "label": "Sign-in page text" |
| 73 | + }, |
| 74 | + { |
| 75 | + "type": "input", |
| 76 | + "name": "standards.Branding.usernameHintText", |
| 77 | + "label": "Username hint Text" |
| 78 | + }, |
| 79 | + { |
| 80 | + "type": "boolean", |
| 81 | + "name": "standards.Branding.hideAccountResetCredentials", |
| 82 | + "label": "Hide self-service password reset" |
| 83 | + }, |
| 84 | + { |
| 85 | + "type": "Select", |
| 86 | + "label": "Visual Template", |
| 87 | + "name": "standards.Branding.layoutTemplateType", |
| 88 | + "values": [ |
| 89 | + { |
| 90 | + "label": "Full-screen background", |
| 91 | + "value": "default" |
| 92 | + }, |
| 93 | + { |
| 94 | + "label": "Parial-screen background", |
| 95 | + "value": "verticalSplit" |
| 96 | + } |
| 97 | + ] |
| 98 | + }, |
| 99 | + { |
| 100 | + "type": "boolean", |
| 101 | + "name": "standards.Branding.isHeaderShown", |
| 102 | + "label": "Show header" |
| 103 | + }, |
| 104 | + { |
| 105 | + "type":"boolean", |
| 106 | + "name":"standards.Branding.isFooterShown", |
| 107 | + "label":"Show footer" |
| 108 | + } |
| 109 | + ], |
| 110 | + "label": "Set branding for the tenant", |
| 111 | + "impact": "Low Impact", |
| 112 | + "impactColour": "info" |
| 113 | + }, |
63 | 114 | {
|
64 | 115 | "name": "standards.EnableCustomerLockbox",
|
65 | 116 | "cat": "Global Standards",
|
|
0 commit comments