Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.7 KB

GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner.md

File metadata and controls

31 lines (22 loc) · 1.7 KB

GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner

Properties

Name Type Description Notes
organization_id str
role_id str
role_name str

Example

from py_logto.models.get_jwt_customizer200_response_one_of_context_sample_user_organization_roles_inner import GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner

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

# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_user_organization_roles_inner_dict = get_jwt_customizer200_response_one_of_context_sample_user_organization_roles_inner_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner from a dict
get_jwt_customizer200_response_one_of_context_sample_user_organization_roles_inner_from_dict = GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner.from_dict(get_jwt_customizer200_response_one_of_context_sample_user_organization_roles_inner_dict)

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