# KnetikCloud.ClientCustomizationResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**credential_text** | **String** | The text displayed above the login form for the login page.  Default: Enter your credentials | [optional] 
**custom_css_url** | **String** | The link to a custom css file for the login page.  If not using, keep it set as null. | [optional] 
**favicon_url** | **String** | The link to a favicon ico for the login page.  If not using, keep it set as null. | [optional] 
**footer** | **String** | The HTML inside the header for the login page.  If not using, keep it set as null. | [optional] 
**forgot_password_text** | **String** | The text provided for the link for a forgotten username for the login page.  Default: Forgot password? | [optional] 
**forgot_password_url** | **String** | The link to a forgot password page for the login page.  If not using, keep it set as null. | [optional] 
**forgot_username_text** | **String** | The text provided for the link for a forgotten username for the login page.  Default: Forgot username? | [optional] 
**forgot_username_url** | **String** | The link to a forgot username page for the login page.  If not using, keep it set as null. | [optional] 
**header** | **String** | The HTML inside the header for the login page.  If not using, keep it set as null. | [optional] 
**invalid_login_text** | **String** | The text displayed when inputting an invalid user/pass for the login page.  Default: Invalid username or password. | [optional] 
**login_button_text** | **String** | The text displayed on the login button for the login page.  Default: Log In | [optional] 
**logout_text** | **String** | The text displayed when logging out for the login page.  Default: You have been logged out. | [optional] 
**password_placeholder** | **String** | The placeholder text in the password entry for the login page.  Default: Password | [optional] 
**provider_text** | **String** | The text displayed when there are auth providers to select from for the login page.  Default: Or use your favorite identity provider | [optional] 
**sign_up_text** | **String** | The text provided for the link to sign up for the login page.  Default: Sign up | [optional] 
**sign_up_url** | **String** | The link to a sign up url for the login page.  If not using, keep it set as null. | [optional] 
**title** | **String** | The title of the login page.  If not using, keep it set as null. | [optional] 
**username_placeholder** | **String** | The placeholder text in the username entry for the login page.  Default: Username | [optional] 


