Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.16 KB

SamlAppAllOfParametersSamlUsername.md

File metadata and controls

28 lines (20 loc) · 1.16 KB

SamlAppAllOfParametersSamlUsername

Properties

Name Type Description Notes
user_attribute_mappings str

Example

from onelogin.models.saml_app_all_of_parameters_saml_username import SamlAppAllOfParametersSamlUsername

# TODO update the JSON string below
json = "{}"
# create an instance of SamlAppAllOfParametersSamlUsername from a JSON string
saml_app_all_of_parameters_saml_username_instance = SamlAppAllOfParametersSamlUsername.from_json(json)
# print the JSON string representation of the object
print SamlAppAllOfParametersSamlUsername.to_json()

# convert the object into a dict
saml_app_all_of_parameters_saml_username_dict = saml_app_all_of_parameters_saml_username_instance.to_dict()
# create an instance of SamlAppAllOfParametersSamlUsername from a dict
saml_app_all_of_parameters_saml_username_form_dict = saml_app_all_of_parameters_saml_username.from_dict(saml_app_all_of_parameters_saml_username_dict)

[Back to Model list] [Back to API list] [Back to README]