Name | Type | Description | Notes |
---|---|---|---|
IframeWhiteList | Pointer to NullableString | Parameter that organizational administrators can adjust to permit another domain to encapsulate IDN within an iframe. If you would like to reset the value use "null". It will only allow include into iframe non authenticated portions of the product, such as password reset. | [optional] |
UsernameLabel | Pointer to NullableString | Descriptor for the username input field. If you would like to reset the value use "null". | [optional] |
UsernameEmptyText | Pointer to NullableString | Placeholder text displayed in the username input field. If you would like to reset the value use "null". | [optional] |
func NewTenantUiMetadataItemUpdateRequest() *TenantUiMetadataItemUpdateRequest
NewTenantUiMetadataItemUpdateRequest instantiates a new TenantUiMetadataItemUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantUiMetadataItemUpdateRequestWithDefaults() *TenantUiMetadataItemUpdateRequest
NewTenantUiMetadataItemUpdateRequestWithDefaults instantiates a new TenantUiMetadataItemUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TenantUiMetadataItemUpdateRequest) GetIframeWhiteList() string
GetIframeWhiteList returns the IframeWhiteList field if non-nil, zero value otherwise.
func (o *TenantUiMetadataItemUpdateRequest) GetIframeWhiteListOk() (*string, bool)
GetIframeWhiteListOk returns a tuple with the IframeWhiteList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantUiMetadataItemUpdateRequest) SetIframeWhiteList(v string)
SetIframeWhiteList sets IframeWhiteList field to given value.
func (o *TenantUiMetadataItemUpdateRequest) HasIframeWhiteList() bool
HasIframeWhiteList returns a boolean if a field has been set.
func (o *TenantUiMetadataItemUpdateRequest) SetIframeWhiteListNil(b bool)
SetIframeWhiteListNil sets the value for IframeWhiteList to be an explicit nil
func (o *TenantUiMetadataItemUpdateRequest) UnsetIframeWhiteList()
UnsetIframeWhiteList ensures that no value is present for IframeWhiteList, not even an explicit nil
func (o *TenantUiMetadataItemUpdateRequest) GetUsernameLabel() string
GetUsernameLabel returns the UsernameLabel field if non-nil, zero value otherwise.
func (o *TenantUiMetadataItemUpdateRequest) GetUsernameLabelOk() (*string, bool)
GetUsernameLabelOk returns a tuple with the UsernameLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantUiMetadataItemUpdateRequest) SetUsernameLabel(v string)
SetUsernameLabel sets UsernameLabel field to given value.
func (o *TenantUiMetadataItemUpdateRequest) HasUsernameLabel() bool
HasUsernameLabel returns a boolean if a field has been set.
func (o *TenantUiMetadataItemUpdateRequest) SetUsernameLabelNil(b bool)
SetUsernameLabelNil sets the value for UsernameLabel to be an explicit nil
func (o *TenantUiMetadataItemUpdateRequest) UnsetUsernameLabel()
UnsetUsernameLabel ensures that no value is present for UsernameLabel, not even an explicit nil
func (o *TenantUiMetadataItemUpdateRequest) GetUsernameEmptyText() string
GetUsernameEmptyText returns the UsernameEmptyText field if non-nil, zero value otherwise.
func (o *TenantUiMetadataItemUpdateRequest) GetUsernameEmptyTextOk() (*string, bool)
GetUsernameEmptyTextOk returns a tuple with the UsernameEmptyText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantUiMetadataItemUpdateRequest) SetUsernameEmptyText(v string)
SetUsernameEmptyText sets UsernameEmptyText field to given value.
func (o *TenantUiMetadataItemUpdateRequest) HasUsernameEmptyText() bool
HasUsernameEmptyText returns a boolean if a field has been set.
func (o *TenantUiMetadataItemUpdateRequest) SetUsernameEmptyTextNil(b bool)
SetUsernameEmptyTextNil sets the value for UsernameEmptyText to be an explicit nil
func (o *TenantUiMetadataItemUpdateRequest) UnsetUsernameEmptyText()
UnsetUsernameEmptyText ensures that no value is present for UsernameEmptyText, not even an explicit nil