Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.7 KB

GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner.md

File metadata and controls

32 lines (23 loc) · 1.7 KB

GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner

Properties

Name Type Description Notes
id str
name str
description str
scopes List[GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner]

Example

from py_logto.models.get_jwt_customizer200_response_one_of_context_sample_user_roles_inner import GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner

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

# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_dict = get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner from a dict
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_from_dict = GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner.from_dict(get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_dict)

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