@ory/client
Version:
OpenAPI client for @ory/client
181 lines (178 loc) • 81 kB
Markdown
# CreateProjectNormalizedPayload
Create project (normalized) request payload
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_experience_custom_translations** | [**Array<RevisionAccountExperienceCustomTranslation>**](RevisionAccountExperienceCustomTranslation.md) | The Account Experience\'s Custom Translations Contains all Custom Translations for this project. | [optional] [default to undefined]
**account_experience_default_locale** | **string** | Holds the default locale for the account experience. This governs the \"default_locale\" setting. | [optional] [default to undefined]
**account_experience_enabled_locales** | **Array<string>** | The Account Experience\'s Enabled Locales This governs the locales that are available in the account experience. This governs the \"enabled_locales\" setting. | [optional] [default to undefined]
**account_experience_favicon_dark** | **string** | Holds the URL to the account experience\'s dark theme favicon (currently unused). This governs the \"favicon_dark\" setting. | [optional] [default to undefined]
**account_experience_favicon_light** | **string** | Holds the URL to the account experience\'s favicon. This governs the \"favicon_light\" setting. | [optional] [default to undefined]
**account_experience_locale_behavior** | **string** | Holds the URL to the account experience\'s language behavior. Can be one of: `respect_accept_language`: Respect the `Accept-Language` header. `force_default`: Force the default language. This governs the \"locale_behavior\" setting. | [optional] [default to undefined]
**account_experience_logo_dark** | **string** | Holds the URL to the account experience\'s dark theme logo (currently unused). This governs the \"logo_dark\" setting. | [optional] [default to undefined]
**account_experience_logo_light** | **string** | Holds the URL to the account experience\'s logo. This governs the \"logo_light\" setting. | [optional] [default to undefined]
**account_experience_theme_variables_dark** | **string** | Holds the URL to the account experience\'s dark theme variables. This governs the \"theme_variables_dark\" setting. | [optional] [default to undefined]
**account_experience_theme_variables_light** | **string** | Holds the URL to the account experience\'s light theme variables. This governs the \"theme_variables_light\" setting. | [optional] [default to undefined]
**created_at** | **string** | The Project\'s Revision Creation Date | [optional] [readonly] [default to undefined]
**disable_account_experience_welcome_screen** | **boolean** | Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. This governs the \"disable_welcome_screen\" setting. | [optional] [default to undefined]
**enable_ax_v2** | **boolean** | Whether the new account experience is enabled and reachable. This governs the \"enable_ax_v2\" setting. | [optional] [default to undefined]
**environment** | **string** | prod Production stage Staging dev Development | [default to undefined]
**home_region** | **string** | eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | [optional] [default to undefined]
**hydra_oauth2_allowed_top_level_claims** | **Array<string>** | A list of custom claims which are allowed to be added top level to the Access Token. They cannot override reserved claims. This governs the \"oauth2.allowed_top_level_claims\" setting. | [optional] [default to undefined]
**hydra_oauth2_client_credentials_default_grant_allowed_scope** | **boolean** | Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting. | [optional] [default to undefined]
**hydra_oauth2_exclude_not_before_claim** | **boolean** | Set to true if you want to exclude claim `nbf (not before)` part of access token. This governs the \"oauth2.exclude_not_before_claim\" setting. | [optional] [default to undefined]
**hydra_oauth2_grant_jwt_iat_optional** | **boolean** | Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting. | [optional] [default to undefined]
**hydra_oauth2_grant_jwt_jti_optional** | **boolean** | Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting. | [optional] [default to undefined]
**hydra_oauth2_grant_jwt_max_ttl** | **string** | Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be. This feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied. Useful as a safety measure and recommended to keep below 720h. This governs the \"oauth2.grant.jwt.max_ttl\" setting. | [optional] [default to '720h']
**hydra_oauth2_grant_refresh_token_rotation_grace_period** | **string** | Configures the OAuth2 Grant Refresh Token Rotation Grace Period If set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled. This governs the \"oauth2.grant.refresh_token_rotation_grace_period\" setting. | [optional] [default to undefined]
**hydra_oauth2_mirror_top_level_claims** | **boolean** | Set to false if you don\'t want to mirror custom claims under \'ext\'. This governs the \"oauth2.mirror_top_level_claims\" setting. | [optional] [default to undefined]
**hydra_oauth2_pkce_enforced** | **boolean** | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional] [default to undefined]
**hydra_oauth2_pkce_enforced_for_public_clients** | **boolean** | Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting. | [optional] [default to undefined]
**hydra_oauth2_preserve_ext_claims** | **boolean** | Set to true to keep custom claims that are not promoted to the top level in the \'ext\' claim. Only applies when mirror_top_level_claims is false. This governs the \"oauth2.preserve_ext_claims\" setting. | [optional] [default to undefined]
**hydra_oauth2_refresh_token_hook** | **string** | Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting. | [optional] [default to undefined]
**hydra_oauth2_token_hook** | **string** | Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting. | [optional] [default to undefined]
**hydra_oidc_dynamic_client_registration_default_scope** | **Array<string>** | The OpenID Connect Dynamic Client Registration specification has no concept of whitelisting OAuth 2.0 Scope. If you want to expose Dynamic Client Registration, you should set the default scope enabled for newly registered clients. Keep in mind that users can overwrite this default by setting the \"scope\" key in the registration payload, effectively disabling the concept of whitelisted scopes. This governs the \"oidc.dynamic_client_registration.default_scope\" setting. | [optional] [default to undefined]
**hydra_oidc_dynamic_client_registration_enabled** | **boolean** | Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting. | [optional] [default to undefined]
**hydra_oidc_subject_identifiers_pairwise_salt** | **string** | Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting. | [optional] [default to undefined]
**hydra_oidc_subject_identifiers_supported_types** | **Array<string>** | Configures OpenID Connect Discovery and overwrites the list of Subject Identifier Algorithms to enable. This governs the \"oidc.subject_identifiers.supported_types\" setting. | [optional] [default to undefined]
**hydra_secrets_cookie** | **Array<string>** | Configures the Ory Hydra Cookie Secret This governs the \"secrets.cookie\" setting. | [optional] [default to undefined]
**hydra_secrets_pagination** | **Array<string>** | Configures the Ory Hydra Pagination Secret This governs the \"secrets.pagination\" setting. | [optional] [default to undefined]
**hydra_secrets_system** | **Array<string>** | Configures the Ory Hydra System Secret This governs the \"secrets.system\" setting. | [optional] [default to undefined]
**hydra_serve_cookies_same_site_legacy_workaround** | **boolean** | Configures the Ory Hydra Cookie Same Site Legacy Workaround This governs the \"serve.cookies.same_site_legacy_workaround\" setting. | [optional] [default to undefined]
**hydra_serve_cookies_same_site_mode** | **string** | Configures the Ory Hydra Cookie Same Site Mode This governs the \"serve.cookies.same_site_mode\" setting. | [optional] [default to undefined]
**hydra_strategies_access_token** | **string** | Defines access token type This governs the \"strategies.access_token\" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt | [optional] [default to HydraStrategiesAccessTokenEnum_Opaque]
**hydra_strategies_jwt_scope_claim** | **string** | Define the claim to use as the scope in the access token. This governs the \"strategies.jwt.scope_claim\" setting. list: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }` string: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }` both: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }` list OAuth2JWTScopeClaimList string OAuth2JWTScopeClaimString both OAuth2JWTScopeClaimBoth | [optional] [default to HydraStrategiesJwtScopeClaimEnum_List]
**hydra_strategies_scope** | **string** | Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the \"strategies.scope\" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard | [optional] [default to HydraStrategiesScopeEnum_Wildcard]
**hydra_ttl_access_token** | **string** | This governs the \"ttl.access_token\" setting. | [optional] [default to '30m']
**hydra_ttl_auth_code** | **string** | Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.auth_code\" setting. | [optional] [default to '720h']
**hydra_ttl_id_token** | **string** | This governs the \"ttl.id_token\" setting. | [optional] [default to '30m']
**hydra_ttl_login_consent_request** | **string** | Configures how long a user login and consent flow may take. This governs the \"ttl.login_consent_request\" setting. | [optional] [default to '30m']
**hydra_ttl_refresh_token** | **string** | Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.refresh_token\" setting. | [optional] [default to '720h']
**hydra_urls_consent** | **string** | Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.consent\" setting. | [optional] [default to undefined]
**hydra_urls_error** | **string** | Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.error\" setting. | [optional] [default to undefined]
**hydra_urls_login** | **string** | Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.login\" setting. | [optional] [default to undefined]
**hydra_urls_logout** | **string** | Sets the logout endpoint. Defaults to the Ory Account Experience if left empty. This governs the \"urls.logout\" setting. | [optional] [default to undefined]
**hydra_urls_post_logout_redirect** | **string** | When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default. Defaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected. This governs the \"urls.post_logout_redirect\" setting. | [optional] [default to undefined]
**hydra_urls_registration** | **string** | Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.registration\" setting. | [optional] [default to undefined]
**hydra_urls_self_issuer** | **string** | This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled. On the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network. This governs the \"urls.self.issuer\" setting. | [optional] [default to undefined]
**hydra_webfinger_jwks_broadcast_keys** | **Array<string>** | A list of JSON Web Keys that should be exposed at that endpoint. This is usually the public key for verifying OpenID Connect ID Tokens. However, you might want to add additional keys here as well. This governs the \"webfinger.jwks.broadcast_keys\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_auth_url** | **string** | Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc_discovery.auth_url\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_client_registration_url** | **string** | Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc_discovery.client_registration_url\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_jwks_url** | **string** | Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc_discovery.jwks_url\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_supported_claims** | **Array<string>** | Configures OpenID Connect Discovery and overwrites a list of supported claims to be broadcasted. Claim \"sub\" is always included. This governs the \"webfinger.oidc_discovery.supported_claims\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_supported_scope** | **Array<string>** | Configures OpenID Connect Discovery and overwrites the scope OAuth 2.0 Clients may request. Scope `offline`, `offline_access`, and `openid` are always included. This governs the \"webfinger.oidc_discovery.supported_scope\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_token_url** | **string** | Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.oidc_discovery.token_url\" setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_userinfo_url** | **string** | Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra\'s userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself. This governs the \"webfinger.oidc_discovery.userinfo_url\" setting. | [optional] [default to undefined]
**id** | **string** | The revision ID. | [optional] [readonly] [default to undefined]
**keto_namespace_configuration** | **string** | The Revisions\' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration. This governs the \"namespaces.location\" setting. | [optional] [default to undefined]
**keto_namespaces** | [**Array<KetoNamespace>**](KetoNamespace.md) | | [optional] [default to undefined]
**keto_secrets_pagination** | **Array<string>** | Configures Keto\'s pagination secrets. This governs the \"secrets.pagination\" setting. | [optional] [default to undefined]
**kratos_cookies_same_site** | **string** | Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting. | [optional] [default to undefined]
**kratos_courier_channels** | [**Array<NormalizedProjectRevisionCourierChannel>**](NormalizedProjectRevisionCourierChannel.md) | | [optional] [default to undefined]
**kratos_courier_delivery_strategy** | **string** | The delivery strategy to use when sending emails This governs the \"courier.delivery_strategy\" setting. `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service | [optional] [default to 'smtp']
**kratos_courier_http_request_config_auth_api_key_in** | **string** | The location of the API key to use in the HTTP email sending service\'s authentication `header`: Send the key value pair as a header `cookie`: Send the key value pair as a cookie This governs the \"courier.http.request_config.auth.config.in\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_auth_api_key_name** | **string** | The name of the API key to use in the HTTP email sending service\'s authentication This governs the \"courier.http.request_config.auth.config.name\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_auth_api_key_value** | **string** | The value of the API key to use in the HTTP email sending service\'s authentication This governs the \"courier.http.request_config.auth.config.value\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_auth_basic_auth_password** | **string** | The password to use for basic auth in the HTTP email sending service\'s authentication This governs the \"courier.http.request_config.auth.config.password\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_auth_basic_auth_user** | **string** | The user to use for basic auth in the HTTP email sending service\'s authentication This governs the \"courier.http.request_config.auth.config.user\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_auth_type** | **string** | The authentication type to use while contacting the remote HTTP email sending service This governs the \"courier.http.request_config.auth.type\" setting. `basic_auth`: Use Basic Authentication `api_key`: Use API Key Authentication in a header or cookie | [optional] [default to 'empty (no authentication)']
**kratos_courier_http_request_config_body** | **string** | The Jsonnet template to generate the body to send to the remote HTTP email sending service Should be valid Jsonnet and base64 encoded This governs the \"courier.http.request_config.body\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_headers** | **object** | Any additional headers to send to the remote HTTP email sending service This governs the \"courier.http.request_config.headers\" setting. | [optional] [default to undefined]
**kratos_courier_http_request_config_method** | **string** | The http METHOD to use when calling the remote HTTP email sending service This governs the \"courier.http.request_config.method\" setting. | [optional] [default to 'POST']
**kratos_courier_http_request_config_url** | **string** | The URL of the remote HTTP email sending service This governs the \"courier.http.request_config.url\" setting. | [optional] [default to undefined]
**kratos_courier_smtp_connection_uri** | **string** | Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting. | [optional] [default to undefined]
**kratos_courier_smtp_from_address** | **string** | Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting. | [optional] [default to undefined]
**kratos_courier_smtp_from_name** | **string** | Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting. | [optional] [default to undefined]
**kratos_courier_smtp_headers** | **object** | Configures the Ory Kratos SMTP Connection Headers This governs the \"courier.smtp.headers\" setting. | [optional] [default to undefined]
**kratos_courier_smtp_local_name** | **string** | Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting. | [optional] [default to undefined]
**kratos_courier_templates_login_code_valid_email_body_html** | **string** | Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.templates.login_code.valid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_login_code_valid_email_body_plaintext** | **string** | Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.templates.login_code.valid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_login_code_valid_email_subject** | **string** | Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.templates.login_code.valid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_login_code_valid_sms_body_plaintext** | **string** | Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.templates.login_code.valid.sms.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_code_invalid_email_body_html** | **string** | Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.templates.recovery_code.invalid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_code_invalid_email_body_plaintext** | **string** | Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.templates.recovery_code.invalid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_code_invalid_email_subject** | **string** | Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.templates.recovery_code.invalid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_code_valid_email_body_html** | **string** | Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.templates.recovery_code.valid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_code_valid_email_body_plaintext** | **string** | Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.templates.recovery_code.valid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_code_valid_email_subject** | **string** | Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.templates.recovery_code.valid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_invalid_email_body_html** | **string** | Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.templates.recovery.invalid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_invalid_email_body_plaintext** | **string** | Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.templates.recovery.invalid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_invalid_email_subject** | **string** | Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.templates.recovery.invalid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_valid_email_body_html** | **string** | Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.templates.recovery.valid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_valid_email_body_plaintext** | **string** | Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.templates.recovery.valid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_recovery_valid_email_subject** | **string** | Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.templates.recovery.valid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_registration_code_valid_email_body_html** | **string** | Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.templates.registration_code.valid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_registration_code_valid_email_body_plaintext** | **string** | Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.templates.registration_code.valid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_registration_code_valid_email_subject** | **string** | Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.templates.registration_code.valid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_registration_code_valid_sms_body_plaintext** | **string** | Configures the Ory Kratos Valid Registration via Code SMS Body Plaintext Template This governs the \"courier.templates.registration_code.valid.sms.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_invalid_email_body_html** | **string** | Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.invalid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_invalid_email_body_plaintext** | **string** | Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.invalid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_invalid_email_subject** | **string** | Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.invalid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_valid_email_body_html** | **string** | Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.valid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_valid_email_body_plaintext** | **string** | Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.valid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_valid_email_subject** | **string** | Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.valid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_code_valid_sms_body_plaintext** | **string** | Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.templates.verification_code.valid.sms.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_invalid_email_body_html** | **string** | Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.templates.verification.invalid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_invalid_email_body_plaintext** | **string** | Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.templates.verification.invalid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_invalid_email_subject** | **string** | Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.templates.verification.invalid.email.subject\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_valid_email_body_html** | **string** | Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.templates.verification.valid.email.body.html\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_valid_email_body_plaintext** | **string** | Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.templates.verification.valid.email.body.plaintext\" setting. | [optional] [default to undefined]
**kratos_courier_templates_verification_valid_email_subject** | **string** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.templates.verification.valid.email.subject\" setting. | [optional] [default to undefined]
**kratos_feature_flags_cacheable_sessions** | **boolean** | Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting. | [optional] [default to undefined]
**kratos_feature_flags_cacheable_sessions_max_age** | **string** | Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting. | [optional] [default to undefined]
**kratos_feature_flags_choose_recovery_address** | **boolean** | This governs the \"feature_flags.choose_recovery_address\" setting. | [optional] [default to undefined]
**kratos_feature_flags_faster_session_extend** | **boolean** | Configures the Ory Kratos Faster Session Extend setting If enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200. Disabling this feature will be deprecated in the future. This governs the \"feature_flags.faster_session_extend\" setting. | [optional] [default to undefined]
**kratos_feature_flags_legacy_continue_with_verification_ui** | **boolean** | Always include show_verification_ui in continue_with If true, restores the legacy behavior of always including `show_verification_ui` in the registration flow\'s `continue_with` when verification is enabled. If set to false, `show_verification_ui` is only set in `continue_with` if the `show_verification_ui` hook is used. This flag will be removed in the future. This governs the \"feature_flags.legacy_continue_with_verification_ui\" setting. | [optional] [default to undefined]
**kratos_feature_flags_legacy_oidc_registration_node_group** | **boolean** | Controls whether the UI nodes in an OIDC registration flow have group \"oidc\" in case required fields are not returned by the OIDC provider. If set to true, the UI nodes will have group \"oidc\" and the flow will be considered successful if the user completes the flow. This is the legacy behavior. This governs the \"feature_flags.legacy_oidc_registration_node_group\" setting. | [optional] [default to undefined]
**kratos_feature_flags_legacy_require_verified_login_error** | **boolean** | Return a form error if the login identifier is not verified If true, the login flow will return a form error if the login identifier is not verified, which restores legacy behavior. If this value is false, the `continue_with` array will contain a `show_verification_ui` hook instead. This flag is deprecated and will be removed in the future. This governs the \"feature_flags.legacy_require_verified_login_error\" setting. | [optional] [default to undefined]
**kratos_feature_flags_password_profile_registration_node_group** | **boolean** | Configures the group for the password method in the registration flow. If true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior. If false is, it sets the password method group value to \"default\". This governs the \"feature_flags.password_profile_registration_node_group\" setting. | [optional] [default to undefined]
**kratos_feature_flags_use_continue_with_transitions** | **boolean** | Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting. | [optional] [default to undefined]
**kratos_identity_schemas** | [**Array<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] [default to undefined]
**kratos_oauth2_provider_headers** | **object** | Configures the OAuth2 Provider Integration HTTP Headers This governs the \"oauth2_provider.headers\" setting. | [optional] [default to undefined]
**kratos_oauth2_provider_override_return_to** | **boolean** | Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow. This governs the \"oauth2_provider.override_return_to\" setting. | [optional] [default to undefined]
**kratos_oauth2_provider_url** | **string** | The Revisions\' OAuth2 Provider Integration URL This governs the \"oauth2_provider.url\" setting. | [optional] [default to undefined]
**kratos_preview_default_read_consistency_level** | **string** | Configures the default read consistency level for identity APIs The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` Defaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution. This governs the \"preview.default_read_consistency_level\" setting. | [optional] [default to undefined]
**kratos_secrets_cipher** | **Array<string>** | Configures the Ory Kratos Cipher Secret This governs the \"secrets.cipher\" setting. | [optional] [default to undefined]
**kratos_secrets_cookie** | **Array<string>** | Configures the Ory Kratos Cookie Secret This governs the \"secrets.cookie\" setting. | [optional] [default to undefined]
**kratos_secrets_default** | **Array<string>** | Configures the Ory Kratos Default Secret This governs the \"secrets.default\" setting. | [optional] [default to undefined]
**kratos_secrets_pagination** | **Array<string>** | Configures the Ory Kratos Pagination Secret This governs the \"secrets.pagination\" setting. | [optional] [default to undefined]
**kratos_security_account_enumeration_mitigate** | **boolean** | Configures if account enumeration should be mitigated when using identifier first login. This governs the \"security.account_enumeration.mitigate\" setting. | [optional] [default to undefined]
**kratos_selfservice_allowed_return_urls** | **Array<string>** | Configures the Ory Kratos Allowed Return URLs This governs the \"selfservice.allowed_return_urls\" setting. | [optional] [default to undefined]
**kratos_selfservice_default_browser_return_url** | **string** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_error_ui_url** | **string** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_code_default_browser_return_url** | **string** | Configures the Ory Kratos Login After Code Default Return URL This governs the \"selfservice.flows.login.after.code.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_default_browser_return_url** | **string** | Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url** | **string** | Configures the Ory Kratos Login After Lookup Secret Default Return URL This governs the \"selfservice.flows.login.after.lookup_secret.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_oidc_default_browser_return_url** | **string** | Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_passkey_default_browser_return_url** | **string** | Configures the Ory Kratos Login After Passkey Default Return URL This governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_password_default_browser_return_url** | **string** | Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_totp_default_browser_return_url** | **string** | Configures the Ory Kratos Login After TOTP Default Return URL This governs the \"selfservice.flows.login.after.totp.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_after_webauthn_default_browser_return_url** | **string** | Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_lifespan** | **string** | Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_style** | **string** | Configures the Ory Kratos Login Flow Style This governs the \"selfservice.flows.login.style\" setting. Possible values are \"unified\" and \"identifier_first\". | [optional] [default to undefined]
**kratos_selfservice_flows_login_ui_url** | **string** | Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_logout_after_default_browser_return_url** | **string** | Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_after_default_browser_return_url** | **string** | Configures the Ory Kratos Recovery Default Return URL This governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_enabled** | **boolean** | Configures the Ory Kratos Recovery Enabled Setting This governs the \"selfservice.flows.recovery.enabled\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_lifespan** | **string** | Configures the Ory Kratos Recovery Lifespan This governs the \"selfservice.flows.recovery.lifespan\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_notify_unknown_recipients** | **boolean** | Configures whether to notify unknown recipients of a Ory Kratos recovery flow This governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_ui_url** | **string** | Configures the Ory Kratos Recovery UI URL This governs the \"selfservice.flows.recovery.ui_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_use** | **string** | Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\") This governs the \"selfservice.flows.recovery.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] [default to undefined]
**kratos_selfservice_flows_registration_after_code_default_browser_return_url** | **string** | Configures the Ory Kratos Registration After Code Default Return URL This governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_after_default_browser_return_url** | **string** | Configures the Ory Kratos Registration Default Return URL This governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_after_oidc_default_browser_return_url** | **string** | Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_after_passkey_default_browser_return_url** | **string** | Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.passkey.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_after_password_default_browser_return_url** | **string** | Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url** | **string** | Configures the Ory Kratos Registration After Webauthn Default Return URL This governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_enable_legacy_one_step** | **boolean** | Disable two-step registration Two-step registration is a significantly improved sign up flow and recommended when using more than one sign up methods. To revert to one-step registration, set this to `true`. This governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_enabled** | **boolean** | Configures the Whether Ory Kratos Registration is Enabled This governs the \"selfservice.flows.registration.enabled\" setting.0 | [optional] [default to undefined]
**kratos_selfservice_flows_registration_lifespan** | **string** | Configures the Ory Kratos Registration Lifespan This governs the \"selfservice.flows.registration.lifespan\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_login_hints** | **boolean** | Configures the Ory Kratos Registration Login Hints Shows helpful information when a user tries to sign up with a duplicate account. This governs the \"selfservice.flows.registration.login_hints\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_ui_url** | **string** | Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL This governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets This governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_oidc_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In This governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_passkey_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating Passkey This governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_password_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating Passwords This governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_profile_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating Profiles This governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_totp_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating TOTP This governs the \"selfservice.flows.s