LoginBannerObject

LoginBannerObject
LoginBannerObject
JSON Example
{
    "is_enabled": true,
    "login_message_banner": "Please read these terms of Use (the \"Terms\") carefully before using the websites of VMware, Inc. and its subsidiaries (collectively \"VMware\").",
    "user_consent_title": "US Gov Term of Use",
    "user_consent_description": "By accessing, browing or using these websites, you acknowledge that you have read, understood and agree to be bound by these Terms and to comply with all applicable laws and regulations, including United States export and re-export control laws and regulations, diversion contrary to United States export laws is prohibited. If you do not agree to these Terms, you are not authorized to use these websites."
}
boolean
is_enabled
Optional

Boolean flag to indicate login banner is enabled/disabled.

string
login_message_banner
Optional

A summary of this message along with a link to view it in its entirety will be displayed on the login page. It could be maximum 2,000 characters long with a mix of special characters, alphabets, and numbers.

string
user_consent_title
Optional

User consent form title

string
user_consent_description
Optional

User consent form description. Users will have to accept the consent form before proceeding to login. The contents of user consent description will be displayed on the login page. It could be maximum 2,000 characters long with a mix of special characters, alphabets, and numbers.