-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autogen: regenerate OpenAPI client for v1.11.10
Version: v1.11.10
- Loading branch information
Showing
603 changed files
with
6,568 additions
and
2,633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# AccountExperienceConfiguration | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**account_experience_theme_stylesheet** | **str** | | [optional] | ||
**kratos_selfservice_flows_recovery_enabled** | **bool** | | [optional] | ||
**kratos_selfservice_flows_registration_enabled** | **bool** | | [optional] | ||
**kratos_selfservice_flows_verification_enabled** | **bool** | | [optional] | ||
**organization_map** | **Dict[str, str]** | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from ory_client.models.account_experience_configuration import AccountExperienceConfiguration | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AccountExperienceConfiguration from a JSON string | ||
account_experience_configuration_instance = AccountExperienceConfiguration.from_json(json) | ||
# print the JSON string representation of the object | ||
print(AccountExperienceConfiguration.to_json()) | ||
|
||
# convert the object into a dict | ||
account_experience_configuration_dict = account_experience_configuration_instance.to_dict() | ||
# create an instance of AccountExperienceConfiguration from a dict | ||
account_experience_configuration_form_dict = account_experience_configuration.from_dict(account_experience_configuration_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.