You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The background color of the button on the cPanel interface.
[optional]
display_name
str
The identity provider's friendly name. cPanel & WHM interfaces will display this value.
[optional]
documentation_url
str
The public URL of the identity provider's implementation documentation.
[optional]
icon
str
The icon file to display on the button in the cPanel login interface.
[optional]
icon_type
str
The icon file's MIME type.
[optional]
label
str
The text label of the login icon in the cPanel login interface.
[optional]
link
str
link to the identity provider's configuration for the appropriate service on the system.
[optional]
provider_name
str
The identity provider's system name.
[optional]
textcolor
str
The color of the text label in the cPanel login interface.
[optional]
Example
fromclientapi_cpanel.models.inline_response200228_result_dataimportInlineResponse200228ResultData# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200228ResultData from a JSON stringinline_response200228_result_data_instance=InlineResponse200228ResultData.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200228ResultData.to_json())
# convert the object into a dictinline_response200228_result_data_dict=inline_response200228_result_data_instance.to_dict()
# create an instance of InlineResponse200228ResultData from a dictinline_response200228_result_data_from_dict=InlineResponse200228ResultData.from_dict(inline_response200228_result_data_dict)