Name | Type | Description | Notes |
---|---|---|---|
id | str | ||
name | str | ||
description | str | ||
resource_id | str | ||
resource | GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource |
from py_logto.models.get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_scopes_inner import GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner
# TODO update the JSON string below
json = "{}"
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner from a JSON string
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_scopes_inner_instance = GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner.from_json(json)
# print the JSON string representation of the object
print(GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner.to_json())
# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_scopes_inner_dict = get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_scopes_inner_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner from a dict
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_scopes_inner_from_dict = GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner.from_dict(get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_scopes_inner_dict)