Name | Type | Description | Notes |
---|---|---|---|
tenant_id | str | ||
id | str | ||
name | str | ||
secret | str | ||
description | str | ||
type | str | ||
oidc_client_metadata | ListApplications200ResponseInnerOidcClientMetadata | ||
custom_client_metadata | ListApplications200ResponseInnerCustomClientMetadata | ||
protected_app_metadata | ListApplications200ResponseInnerProtectedAppMetadata | ||
is_third_party | bool | ||
created_at | float | ||
organization_roles | List[ListApplicationOrganizations200ResponseInnerOrganizationRolesInner] |
from py_logto.models.list_organization_applications200_response_inner import ListOrganizationApplications200ResponseInner
# TODO update the JSON string below
json = "{}"
# create an instance of ListOrganizationApplications200ResponseInner from a JSON string
list_organization_applications200_response_inner_instance = ListOrganizationApplications200ResponseInner.from_json(json)
# print the JSON string representation of the object
print(ListOrganizationApplications200ResponseInner.to_json())
# convert the object into a dict
list_organization_applications200_response_inner_dict = list_organization_applications200_response_inner_instance.to_dict()
# create an instance of ListOrganizationApplications200ResponseInner from a dict
list_organization_applications200_response_inner_from_dict = ListOrganizationApplications200ResponseInner.from_dict(list_organization_applications200_response_inner_dict)