# NormalizedProjectRevision


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_experience_custom_translations** | [**Array&lt;RevisionAccountExperienceCustomTranslation&gt;**](RevisionAccountExperienceCustomTranslation.md) | The Account Experience\&#39;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 \&quot;default_locale\&quot; setting. | [optional] [default to undefined]
**account_experience_enabled_locales** | **Array&lt;string&gt;** | The Account Experience\&#39;s Enabled Locales  This governs the locales that are available in the account experience. This governs the \&quot;enabled_locales\&quot; setting. | [optional] [default to undefined]
**account_experience_favicon_dark** | **string** | Holds the URL to the account experience\&#39;s dark theme favicon (currently unused). This governs the \&quot;favicon_dark\&quot; setting. | [optional] [default to undefined]
**account_experience_favicon_light** | **string** | Holds the URL to the account experience\&#39;s favicon. This governs the \&quot;favicon_light\&quot; setting. | [optional] [default to undefined]
**account_experience_locale_behavior** | **string** | Holds the URL to the account experience\&#39;s language behavior.  Can be one of: &#x60;respect_accept_language&#x60;: Respect the &#x60;Accept-Language&#x60; header. &#x60;force_default&#x60;: Force the default language. This governs the \&quot;locale_behavior\&quot; setting. | [optional] [default to undefined]
**account_experience_logo_dark** | **string** | Holds the URL to the account experience\&#39;s dark theme logo (currently unused). This governs the \&quot;logo_dark\&quot; setting. | [optional] [default to undefined]
**account_experience_logo_light** | **string** | Holds the URL to the account experience\&#39;s logo. This governs the \&quot;logo_light\&quot; setting. | [optional] [default to undefined]
**account_experience_theme_variables_dark** | **string** | Holds the URL to the account experience\&#39;s dark theme variables. This governs the \&quot;theme_variables_dark\&quot; setting. | [optional] [default to undefined]
**account_experience_theme_variables_light** | **string** | Holds the URL to the account experience\&#39;s light theme variables. This governs the \&quot;theme_variables_light\&quot; setting. | [optional] [default to undefined]
**created_at** | **string** | The Project\&#39;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 &#x60;/ui/welcome&#x60;. This governs the \&quot;disable_welcome_screen\&quot; setting. | [optional] [default to undefined]
**enable_ax_v2** | **boolean** | Whether the new account experience is enabled and reachable. This governs the \&quot;enable_ax_v2\&quot; setting. | [optional] [default to undefined]
**hydra_oauth2_allowed_top_level_claims** | **Array&lt;string&gt;** | 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 \&quot;oauth2.allowed_top_level_claims\&quot; 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 &#x60;read write&#x60;). 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 &#x60;scope&#x60; query parameter.  Setting this option to true is common if you need compatibility with MITREid.  This governs the \&quot;oauth2.client_credentials.default_grant_allowed_scope\&quot; setting. | [optional] [default to undefined]
**hydra_oauth2_exclude_not_before_claim** | **boolean** | Set to true if you want to exclude claim &#x60;nbf (not before)&#x60; part of access token.  This governs the \&quot;oauth2.exclude_not_before_claim\&quot; setting. | [optional] [default to undefined]
**hydra_oauth2_grant_jwt_iat_optional** | **boolean** | Configures if the issued at (&#x60;iat&#x60;) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).  If set to &#x60;false&#x60;, the &#x60;iat&#x60; claim is required. Set this value to &#x60;true&#x60; only after careful consideration.  This governs the \&quot;oauth2.grant.jwt.iat_optional\&quot; setting. | [optional] [default to undefined]
**hydra_oauth2_grant_jwt_jti_optional** | **boolean** | Configures if the JSON Web Token ID (&#x60;jti&#x60;) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).  If set to &#x60;false&#x60;, the &#x60;jti&#x60; claim is required. Set this value to &#x60;true&#x60; only after careful consideration.  This governs the \&quot;oauth2.grant.jwt.jti_optional\&quot; 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 &#x60;exp&#x60; claim and &#x60;iat&#x60; 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 \&quot;oauth2.grant.jwt.max_ttl\&quot; 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 &#x60;null&#x60; or &#x60;\&quot;0s\&quot;&#x60;, the graceful refresh token rotation is disabled.  This governs the \&quot;oauth2.grant.refresh_token_rotation_grace_period\&quot; setting. | [optional] [default to undefined]
**hydra_oauth2_mirror_top_level_claims** | **boolean** | Set to false if you don\&#39;t want to mirror custom claims under \&#39;ext\&#39;.  This governs the \&quot;oauth2.mirror_top_level_claims\&quot; setting. | [optional] [default to undefined]
**hydra_oauth2_pkce_enforced** | **boolean** | Configures whether PKCE should be enforced for all OAuth2 Clients.  This governs the \&quot;oauth2.pkce.enforced\&quot; 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 \&quot;oauth2.pkce.enforced_for_public_clients\&quot; 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 \&#39;ext\&#39; claim. Only applies when mirror_top_level_claims is false.  This governs the \&quot;oauth2.preserve_ext_claims\&quot; 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 \&quot;oauth2.refresh_token_hook\&quot; 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 \&quot;oauth2.token_hook.url\&quot; setting. | [optional] [default to undefined]
**hydra_oidc_dynamic_client_registration_default_scope** | **Array&lt;string&gt;** | 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 \&quot;scope\&quot; key in the registration payload, effectively disabling the concept of whitelisted scopes.  This governs the \&quot;oidc.dynamic_client_registration.default_scope\&quot; setting. | [optional] [default to undefined]
**hydra_oidc_dynamic_client_registration_enabled** | **boolean** | Configures OpenID Connect Dynamic Client Registration.  This governs the \&quot;oidc.dynamic_client_registration.enabled\&quot; setting. | [optional] [default to undefined]
**hydra_oidc_subject_identifiers_pairwise_salt** | **string** | Configures OpenID Connect Discovery and overwrites the pairwise algorithm  This governs the \&quot;oidc.subject_identifiers.pairwise_salt\&quot; setting. | [optional] [default to undefined]
**hydra_oidc_subject_identifiers_supported_types** | **Array&lt;string&gt;** | Configures OpenID Connect Discovery and overwrites the list of Subject Identifier Algorithms to enable.  This governs the \&quot;oidc.subject_identifiers.supported_types\&quot; setting. | [optional] [default to undefined]
**hydra_secrets_cookie** | **Array&lt;string&gt;** | Configures the Ory Hydra Cookie Secret  This governs the \&quot;secrets.cookie\&quot; setting. | [optional] [default to undefined]
**hydra_secrets_pagination** | **Array&lt;string&gt;** | Configures the Ory Hydra Pagination Secret  This governs the \&quot;secrets.pagination\&quot; setting. | [optional] [default to undefined]
**hydra_secrets_system** | **Array&lt;string&gt;** | Configures the Ory Hydra System Secret  This governs the \&quot;secrets.system\&quot; 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 \&quot;serve.cookies.same_site_legacy_workaround\&quot; setting. | [optional] [default to undefined]
**hydra_serve_cookies_same_site_mode** | **string** | Configures the Ory Hydra Cookie Same Site Mode  This governs the \&quot;serve.cookies.same_site_mode\&quot; setting. | [optional] [default to undefined]
**hydra_strategies_access_token** | **string** | Defines access token type  This governs the \&quot;strategies.access_token\&quot; 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 \&quot;strategies.jwt.scope_claim\&quot; setting.  list: The scope claim is an array of strings named &#x60;scope&#x60;: &#x60;{ \&quot;scope\&quot;: [\&quot;read\&quot;, \&quot;write\&quot;] }&#x60; string: The scope claim is a space delimited list of strings named &#x60;scp&#x60;: &#x60;{ \&quot;scp\&quot;: \&quot;read write\&quot; }&#x60; both: The scope claim is both a space delimited list and an array of strings named &#x60;scope&#x60; and &#x60;scp&#x60;: &#x60;{ \&quot;scope\&quot;: [\&quot;read\&quot;, \&quot;write\&quot;], \&quot;scp\&quot;: \&quot;read write\&quot; }&#x60; 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 \&quot;strategies.scope\&quot; setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard | [optional] [default to HydraStrategiesScopeEnum_Wildcard]
**hydra_ttl_access_token** | **string** | This governs the \&quot;ttl.access_token\&quot; 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 \&quot;ttl.auth_code\&quot; setting. | [optional] [default to '720h']
**hydra_ttl_id_token** | **string** | This governs the \&quot;ttl.id_token\&quot; 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 \&quot;ttl.login_consent_request\&quot; 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 \&quot;ttl.refresh_token\&quot; setting. | [optional] [default to '720h']
**hydra_urls_consent** | **string** | Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login &amp; Consent flow.  Defaults to the Ory Account Experience if left empty.  This governs the \&quot;urls.consent\&quot; setting. | [optional] [default to undefined]
**hydra_urls_error** | **string** | Sets the OAuth2 Error URL of the OAuth2 User Login &amp; Consent flow.  Defaults to the Ory Account Experience if left empty.  This governs the \&quot;urls.error\&quot; setting. | [optional] [default to undefined]
**hydra_urls_login** | **string** | Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login &amp; Consent flow.  Defaults to the Ory Account Experience if left empty.  This governs the \&quot;urls.login\&quot; 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 \&quot;urls.logout\&quot; 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 \&quot;urls.post_logout_redirect\&quot; setting. | [optional] [default to undefined]
**hydra_urls_registration** | **string** | Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login &amp; Consent flow.  Defaults to the Ory Account Experience if left empty.  This governs the \&quot;urls.registration\&quot; 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 \&quot;urls.self.issuer\&quot; setting. | [optional] [default to undefined]
**hydra_webfinger_jwks_broadcast_keys** | **Array&lt;string&gt;** | 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 \&quot;webfinger.jwks.broadcast_keys\&quot; 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 \&quot;webfinger.oidc_discovery.auth_url\&quot; 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 \&quot;webfinger.oidc_discovery.client_registration_url\&quot; setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_jwks_url** | **string** | Configures OpenID Connect Discovery and overwrites the JWKS URL.  This governs the \&quot;webfinger.oidc_discovery.jwks_url\&quot; setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_supported_claims** | **Array&lt;string&gt;** | Configures OpenID Connect Discovery and overwrites a list of supported claims to be broadcasted. Claim \&quot;sub\&quot; is always included.  This governs the \&quot;webfinger.oidc_discovery.supported_claims\&quot; setting. | [optional] [default to undefined]
**hydra_webfinger_oidc_discovery_supported_scope** | **Array&lt;string&gt;** | Configures OpenID Connect Discovery and overwrites the scope OAuth 2.0 Clients may request. Scope &#x60;offline&#x60;, &#x60;offline_access&#x60;, and &#x60;openid&#x60; are always included.  This governs the \&quot;webfinger.oidc_discovery.supported_scope\&quot; 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 \&quot;webfinger.oidc_discovery.token_url\&quot; 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\&#39;s userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.  This governs the \&quot;webfinger.oidc_discovery.userinfo_url\&quot; setting. | [optional] [default to undefined]
**id** | **string** | The revision ID. | [optional] [readonly] [default to undefined]
**keto_namespace_configuration** | **string** | The Revisions\&#39; Keto Namespace Configuration  The string is a URL pointing to an OPL file with the configuration.  This governs the \&quot;namespaces.location\&quot; setting. | [optional] [default to undefined]
**keto_namespaces** | [**Array&lt;KetoNamespace&gt;**](KetoNamespace.md) |  | [optional] [default to undefined]
**keto_secrets_pagination** | **Array&lt;string&gt;** | Configures Keto\&#39;s pagination secrets.  This governs the \&quot;secrets.pagination\&quot; setting. | [optional] [default to undefined]
**kratos_cookies_same_site** | **string** | Configures the Ory Kratos Cookie SameSite Attribute  This governs the \&quot;cookies.same_site\&quot; setting. | [optional] [default to undefined]
**kratos_courier_channels** | [**Array&lt;NormalizedProjectRevisionCourierChannel&gt;**](NormalizedProjectRevisionCourierChannel.md) |  | [optional] [default to undefined]
**kratos_courier_delivery_strategy** | **string** | The delivery strategy to use when sending emails  This governs the \&quot;courier.delivery_strategy\&quot; setting.  &#x60;smtp&#x60;: Use SMTP server &#x60;http&#x60;: 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\&#39;s authentication  &#x60;header&#x60;: Send the key value pair as a header &#x60;cookie&#x60;: Send the key value pair as a cookie This governs the \&quot;courier.http.request_config.auth.config.in\&quot; 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\&#39;s authentication  This governs the \&quot;courier.http.request_config.auth.config.name\&quot; 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\&#39;s authentication  This governs the \&quot;courier.http.request_config.auth.config.value\&quot; 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\&#39;s authentication  This governs the \&quot;courier.http.request_config.auth.config.password\&quot; 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\&#39;s authentication  This governs the \&quot;courier.http.request_config.auth.config.user\&quot; 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 \&quot;courier.http.request_config.auth.type\&quot; setting.  &#x60;basic_auth&#x60;: Use Basic Authentication &#x60;api_key&#x60;: 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 \&quot;courier.http.request_config.body\&quot; 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 \&quot;courier.http.request_config.headers\&quot; 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 \&quot;courier.http.request_config.method\&quot; setting. | [optional] [default to 'POST']
**kratos_courier_http_request_config_url** | **string** | The URL of the remote HTTP email sending service  This governs the \&quot;courier.http.request_config.url\&quot; setting. | [optional] [default to undefined]
**kratos_courier_smtp_connection_uri** | **string** | Configures the Ory Kratos SMTP Connection URI  This governs the \&quot;courier.smtp.connection_uri\&quot; setting. | [optional] [default to undefined]
**kratos_courier_smtp_from_address** | **string** | Configures the Ory Kratos SMTP From Address  This governs the \&quot;courier.smtp.from_address\&quot; setting. | [optional] [default to undefined]
**kratos_courier_smtp_from_name** | **string** | Configures the Ory Kratos SMTP From Name  This governs the \&quot;courier.smtp.from_name\&quot; setting. | [optional] [default to undefined]
**kratos_courier_smtp_headers** | **object** | Configures the Ory Kratos SMTP Connection Headers  This governs the \&quot;courier.smtp.headers\&quot; setting. | [optional] [default to undefined]
**kratos_courier_smtp_local_name** | **string** | Configures the local_name to use in SMTP connections  This governs the \&quot;courier.smtp.local_name\&quot; 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 \&quot;courier.templates.login_code.valid.email.body.html\&quot; 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 \&quot;courier.templates.login_code.valid.email.body.plaintext\&quot; 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 \&quot;courier.templates.login_code.valid.email.subject\&quot; 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 \&quot;courier.templates.login_code.valid.sms.body.plaintext\&quot; 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 \&quot;courier.templates.recovery_code.invalid.email.body.html\&quot; 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 \&quot;courier.templates.recovery_code.invalid.email.body.plaintext\&quot; 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 \&quot;courier.templates.recovery_code.invalid.email.subject\&quot; 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 \&quot;courier.templates.recovery_code.valid.email.body.html\&quot; 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 \&quot;courier.templates.recovery_code.valid.email.body.plaintext\&quot; 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 \&quot;courier.templates.recovery_code.valid.email.subject\&quot; 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 \&quot;courier.templates.recovery.invalid.email.body.html\&quot; 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 \&quot;courier.templates.recovery.invalid.email.body.plaintext\&quot; 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 \&quot;courier.templates.recovery.invalid.email.subject\&quot; 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 \&quot;courier.templates.recovery.valid.email.body.html\&quot; 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 \&quot;courier.templates.recovery.valid.email.body.plaintext\&quot; 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 \&quot;courier.templates.recovery.valid.email.subject\&quot; 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 \&quot;courier.templates.registration_code.valid.email.body.html\&quot; 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 \&quot;courier.templates.registration_code.valid.email.body.plaintext\&quot; 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 \&quot;courier.templates.registration_code.valid.email.subject\&quot; 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 \&quot;courier.templates.registration_code.valid.sms.body.plaintext\&quot; 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 \&quot;courier.templates.verification_code.invalid.email.body.html\&quot; 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 \&quot;courier.templates.verification_code.invalid.email.body.plaintext\&quot; 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 \&quot;courier.templates.verification_code.invalid.email.subject\&quot; 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 \&quot;courier.templates.verification_code.valid.email.body.html\&quot; 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 \&quot;courier.templates.verification_code.valid.email.body.plaintext\&quot; 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 \&quot;courier.templates.verification_code.valid.email.subject\&quot; 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 \&quot;courier.templates.verification_code.valid.sms.body.plaintext\&quot; 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 \&quot;courier.templates.verification.invalid.email.body.html\&quot; 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 \&quot;courier.templates.verification.invalid.email.body.plaintext\&quot; 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 \&quot;courier.templates.verification.invalid.email.subject\&quot; 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 \&quot;courier.templates.verification.valid.email.body.html\&quot; 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 \&quot;courier.templates.verification.valid.email.body.plaintext\&quot; 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 \&quot;courier.templates.verification.valid.email.subject\&quot; setting. | [optional] [default to undefined]
**kratos_feature_flags_cacheable_sessions** | **boolean** | Configures the Ory Kratos Session caching feature flag  This governs the \&quot;feature_flags.cacheable_sessions\&quot; 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 \&quot;feature_flags.cacheable_sessions_max_age\&quot; setting. | [optional] [default to undefined]
**kratos_feature_flags_choose_recovery_address** | **boolean** | This governs the \&quot;feature_flags.choose_recovery_address\&quot; 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 \&quot;feature_flags.faster_session_extend\&quot; 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 &#x60;show_verification_ui&#x60; in the registration flow\&#39;s &#x60;continue_with&#x60; when verification is enabled. If set to false, &#x60;show_verification_ui&#x60; is only set in &#x60;continue_with&#x60; if the &#x60;show_verification_ui&#x60; hook is used. This flag will be removed in the future.  This governs the \&quot;feature_flags.legacy_continue_with_verification_ui\&quot; 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 \&quot;oidc\&quot; in case required fields are not returned by the OIDC provider.  If set to true, the UI nodes will have group \&quot;oidc\&quot; and the flow will be considered successful if the user completes the flow. This is the legacy behavior.  This governs the \&quot;feature_flags.legacy_oidc_registration_node_group\&quot; 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 &#x60;continue_with&#x60; array will contain a &#x60;show_verification_ui&#x60; hook instead.  This flag is deprecated and will be removed in the future.  This governs the \&quot;feature_flags.legacy_require_verified_login_error\&quot; 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 \&quot;password\&quot; if it is the only method available. This is the legacy behavior. If false is, it sets the password method group value to \&quot;default\&quot;.  This governs the \&quot;feature_flags.password_profile_registration_node_group\&quot; 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 \&quot;feature_flags.use_continue_with_transitions\&quot; setting. | [optional] [default to undefined]
**kratos_identity_schemas** | [**Array&lt;NormalizedProjectRevisionIdentitySchema&gt;**](NormalizedProjectRevisionIdentitySchema.md) |  | [optional] [default to undefined]
**kratos_oauth2_provider_headers** | **object** | Configures the OAuth2 Provider Integration HTTP Headers  This governs the \&quot;oauth2_provider.headers\&quot; 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 \&quot;oauth2_provider.override_return_to\&quot; setting. | [optional] [default to undefined]
**kratos_oauth2_provider_url** | **string** | The Revisions\&#39; OAuth2 Provider Integration URL  This governs the \&quot;oauth2_provider.url\&quot; 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 &#x60;eventual&#x60; may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting:  &#x60;GET /admin/identities&#x60;  Defaults to \&quot;strong\&quot; for new and existing projects. This feature is in preview. Use with caution. This governs the \&quot;preview.default_read_consistency_level\&quot; setting. | [optional] [default to undefined]
**kratos_secrets_cipher** | **Array&lt;string&gt;** | Configures the Ory Kratos Cipher Secret  This governs the \&quot;secrets.cipher\&quot; setting. | [optional] [default to undefined]
**kratos_secrets_cookie** | **Array&lt;string&gt;** | Configures the Ory Kratos Cookie Secret  This governs the \&quot;secrets.cookie\&quot; setting. | [optional] [default to undefined]
**kratos_secrets_default** | **Array&lt;string&gt;** | Configures the Ory Kratos Default Secret  This governs the \&quot;secrets.default\&quot; setting. | [optional] [default to undefined]
**kratos_secrets_pagination** | **Array&lt;string&gt;** | Configures the Ory Kratos Pagination Secret  This governs the \&quot;secrets.pagination\&quot; 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 \&quot;security.account_enumeration.mitigate\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_allowed_return_urls** | **Array&lt;string&gt;** | Configures the Ory Kratos Allowed Return URLs  This governs the \&quot;selfservice.allowed_return_urls\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_default_browser_return_url** | **string** | Configures the Ory Kratos Default Return URL  This governs the \&quot;selfservice.default_browser_return_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_error_ui_url** | **string** | Configures the Ory Kratos Error UI URL  This governs the \&quot;selfservice.flows.error.ui_url\&quot; 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 \&quot;selfservice.flows.login.after.code.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.lookup_secret.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.oidc.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.passkey.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.password.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.totp.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.login.after.webauthn.default_browser_return_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_lifespan** | **string** | Configures the Ory Kratos Login Lifespan  This governs the \&quot;selfservice.flows.login.lifespan\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_login_style** | **string** | Configures the Ory Kratos Login Flow Style  This governs the \&quot;selfservice.flows.login.style\&quot; setting. Possible values are \&quot;unified\&quot; and \&quot;identifier_first\&quot;. | [optional] [default to undefined]
**kratos_selfservice_flows_login_ui_url** | **string** | Configures the Ory Kratos Login UI URL  This governs the \&quot;selfservice.flows.login.ui_url\&quot; 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 \&quot;selfservice.flows.logout.after.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.recovery.after.default_browser_return_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_enabled** | **boolean** | Configures the Ory Kratos Recovery Enabled Setting  This governs the \&quot;selfservice.flows.recovery.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_lifespan** | **string** | Configures the Ory Kratos Recovery Lifespan  This governs the \&quot;selfservice.flows.recovery.lifespan\&quot; 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 \&quot;selfservice.flows.recovery.notify_unknown_recipients\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_ui_url** | **string** | Configures the Ory Kratos Recovery UI URL  This governs the \&quot;selfservice.flows.recovery.ui_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_recovery_use** | **string** | Configures the Ory Kratos Recovery strategy to use (\&quot;link\&quot; or \&quot;code\&quot;)  This governs the \&quot;selfservice.flows.recovery.use\&quot; 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 \&quot;selfservice.flows.registration.after.code.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.registration.after.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.registration.after.oidc.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.registration.after.passkey.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.registration.after.password.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.registration.after.webauthn.default_browser_return_url\&quot; 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 &#x60;true&#x60;.  This governs the \&quot;selfservice.flows.registration.enable_legacy_one_step\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_enabled** | **boolean** | Configures the Whether Ory Kratos Registration is Enabled  This governs the \&quot;selfservice.flows.registration.enabled\&quot; setting.0 | [optional] [default to undefined]
**kratos_selfservice_flows_registration_lifespan** | **string** | Configures the Ory Kratos Registration Lifespan  This governs the \&quot;selfservice.flows.registration.lifespan\&quot; 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 \&quot;selfservice.flows.registration.login_hints\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_registration_ui_url** | **string** | Configures the Ory Kratos Registration UI URL  This governs the \&quot;selfservice.flows.registration.ui_url\&quot; 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 \&quot;selfservice.flows.settings.after.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.settings.after.lookup_secret.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.settings.after.oidc.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.settings.after.passkey.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.settings.after.password.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.settings.after.profile.default_browser_return_url\&quot; 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 \&quot;selfservice.flows.settings.after.totp.default_browser_return_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url** | **string** | Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn  This governs the \&quot;selfservice.flows.settings.after.webauthn.default_browser_return_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_lifespan** | **string** | Configures the Ory Kratos Settings Lifespan  This governs the \&quot;selfservice.flows.settings.lifespan\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_privileged_session_max_age** | **string** | Configures the Ory Kratos Settings Privileged Session Max Age  This governs the \&quot;selfservice.flows.settings.privileged_session_max_age\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_required_aal** | **string** | Configures the Ory Kratos Settings Required AAL  This governs the \&quot;selfservice.flows.settings.required_aal\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_settings_ui_url** | **string** | Configures the Ory Kratos Settings UI URL  This governs the \&quot;selfservice.flows.settings.ui_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_verification_after_default_browser_return_url** | **string** | Configures the Ory Kratos Verification Default Return URL  This governs the \&quot;selfservice.flows.verification.after.default_browser_return_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_verification_enabled** | **boolean** | Configures the Ory Kratos Verification Enabled Setting  This governs the \&quot;selfservice.flows.verification.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_verification_lifespan** | **string** | Configures the Ory Kratos Verification Lifespan  This governs the \&quot;selfservice.flows.verification.lifespan\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_verification_notify_unknown_recipients** | **boolean** | Configures whether to notify unknown recipients of a Ory Kratos verification flow  This governs the \&quot;selfservice.flows.verification.notify_unknown_recipients\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_verification_ui_url** | **string** | Configures the Ory Kratos Verification UI URL  This governs the \&quot;selfservice.flows.verification.ui_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_flows_verification_use** | **string** | Configures the Ory Kratos Strategy to use for Verification  This governs the \&quot;selfservice.flows.verification.use\&quot; setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_allowed_domains** | **Array&lt;string&gt;** | Configures the CAPTCHA allowed domains list  This governs the \&quot;selfservice.methods.captcha.config.allowed_domains\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_byo** | **boolean** | Configures whether to use BYO or managed widget  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.config.byo\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret** | **string** | Configures the Cloudflare Turnstile site secret for Ory BYO CAPTCHA protection  The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request.  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.config.cf_turnstile.secret\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey** | **string** | Configures the Cloudflare Turnstile site key for Ory BYO CAPTCHA protection  The site key is public and will be shared with the client.  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.config.cf_turnstile.sitekey\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_cf_turnstile_secret** | **string** | Configures the Cloudflare Turnstile site secret for managed CAPTCHA protection  The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request.  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.config.cf_turnstile.secret\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey** | **string** | Configures the Cloudflare Turnstile site key for managed CAPTCHA protection  The site key is public and will be shared with the client.  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.config.cf_turnstile.sitekey\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_config_legacy_inject_node** | **boolean** | Configures legacy CAPTCHA node injection behavior  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.config.legacy_inject_node\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_captcha_enabled** | **boolean** | Configures the Ory Kratos Self-Service Methods\&#39; Captcha Enabled Setting  Reach out to your account manager to enable this feature.  This governs the \&quot;selfservice.methods.captcha.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_config_lifespan** | **string** | Configures the Ory Kratos Code Method\&#39;s lifespan  This governs the \&quot;selfservice.methods.code.config.lifespan\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_config_max_submissions** | **number** | Configures the maximum number of attempts to submit a one-time code in kratos.  This governs the \&quot;selfservice.methods.code.max_submissions\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_config_missing_credential_fallback_enabled** | **boolean** | Enables a fallback method required in certain legacy use cases.  This governs the \&quot;selfservice.methods.code.config.missing_credential_fallback_enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_enabled** | **boolean** | Configures whether Ory Kratos Code Method is enabled  This governs the \&quot;selfservice.methods.code.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_mfa_enabled** | **boolean** | Configures whether the code method can be used to fulfil MFA flows  This governs the \&quot;selfservice.methods.code.mfa_enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_passwordless_enabled** | **boolean** | Configures whether Ory Kratos Passwordless should use the Code Method  This governs the \&quot;selfservice.methods.code.passwordless_enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_code_passwordless_login_fallback_enabled** | **boolean** | This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.  This governs the \&quot;selfservice.methods.code.passwordless_login_fallback_enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_link_config_base_url** | **string** | Configures the Base URL which Recovery, Verification, and Login Links Point to  It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically.  This governs the \&quot;selfservice.methods.link.config.base_url\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_link_config_lifespan** | **string** | Configures the Ory Kratos Link Method\&#39;s lifespan  This governs the \&quot;selfservice.methods.link.config.lifespan\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_link_enabled** | **boolean** | Configures whether Ory Kratos Link Method is enabled  This governs the \&quot;selfservice.methods.link.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_lookup_secret_enabled** | **boolean** | Configures whether Ory Kratos TOTP Lookup Secret is enabled  This governs the \&quot;selfservice.methods.lookup_secret.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_oidc_config_base_redirect_uri** | **string** | Configures the Ory Kratos Third Party / OpenID Connect base redirect URI  This governs the \&quot;selfservice.methods.oidc.config.base_redirect_uri\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_oidc_config_providers** | [**Array&lt;NormalizedProjectRevisionThirdPartyProvider&gt;**](NormalizedProjectRevisionThirdPartyProvider.md) |  | [optional] [default to undefined]
**kratos_selfservice_methods_oidc_enable_auto_link_policy** | **boolean** | Configures whether Ory Kratos allows auto-linking of OIDC credentials without a subject  This governs the \&quot;selfservice.methods.oidc.enable_auto_link_policy\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_oidc_enabled** | **boolean** | Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled  This governs the \&quot;selfservice.methods.oidc.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_passkey_config_rp_display_name** | **string** | Configures the Ory Kratos Passkey RP Display Name  This governs the \&quot;selfservice.methods.passkey.config.rp.display_name\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_passkey_config_rp_id** | **string** | Configures the Ory Kratos Passkey RP ID  This governs the \&quot;selfservice.methods.passkey.config.rp.id\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_passkey_config_rp_origins** | **Array&lt;string&gt;** | Configures the Ory Kratos Passkey RP Origins  This governs the \&quot;selfservice.methods.passkey.config.rp.origins\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_passkey_enabled** | **boolean** | Configures whether Ory Kratos Passkey authentication is enabled  This governs the \&quot;selfservice.methods.passkey.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_password_config_haveibeenpwned_enabled** | **boolean** | Configures whether Ory Kratos Password HIBP Checks is enabled  This governs the \&quot;selfservice.methods.password.config.haveibeenpwned_enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_password_config_identifier_similarity_check_enabled** | **boolean** | Configures whether Ory Kratos Password should disable the similarity policy.  This governs the \&quot;selfservice.methods.password.config.identifier_similarity_check_enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_password_config_ignore_network_errors** | **boolean** | Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors  This governs the \&quot;selfservice.methods.password.config.ignore_network_errors\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_password_config_max_breaches** | **number** | Configures Ory Kratos Password Max Breaches Detection  This governs the \&quot;selfservice.methods.password.config.max_breaches\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_password_config_min_password_length** | **number** | Configures the minimum length of passwords.  This governs the \&quot;selfservice.methods.password.config.min_password_length\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_password_enabled** | **boolean** | Configures whether Ory Kratos Password Method is enabled  This governs the \&quot;selfservice.methods.password.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_profile_enabled** | **boolean** | Configures whether Ory Kratos Profile Method is enabled  This governs the \&quot;selfservice.methods.profile.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_saml_config_providers** | [**Array&lt;NormalizedProjectRevisionSAMLProvider&gt;**](NormalizedProjectRevisionSAMLProvider.md) |  | [optional] [default to undefined]
**kratos_selfservice_methods_saml_enabled** | **boolean** | Configures whether Ory Kratos SAML Login is enabled  This governs the \&quot;selfservice.methods.saml.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_totp_config_issuer** | **string** | Configures Ory Kratos TOTP Issuer  This governs the \&quot;selfservice.methods.totp.config.issuer\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_totp_enabled** | **boolean** | Configures whether Ory Kratos TOTP Method is enabled  This governs the \&quot;selfservice.methods.totp.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_webauthn_config_passwordless** | **boolean** | Configures whether Ory Kratos Webauthn is used for passwordless flows  This governs the \&quot;selfservice.methods.webauthn.config.passwordless\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_webauthn_config_rp_display_name** | **string** | Configures the Ory Kratos Webauthn RP Display Name  This governs the \&quot;selfservice.methods.webauthn.config.rp.display_name\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_webauthn_config_rp_icon** | **string** | Configures the Ory Kratos Webauthn RP Icon  This governs the \&quot;selfservice.methods.webauthn.config.rp.icon\&quot; setting. Deprecated: This value will be ignored due to security considerations. | [optional] [default to undefined]
**kratos_selfservice_methods_webauthn_config_rp_id** | **string** | Configures the Ory Kratos Webauthn RP ID  This governs the \&quot;selfservice.methods.webauthn.config.rp.id\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_webauthn_config_rp_origins** | **Array&lt;string&gt;** | Configures the Ory Kratos Webauthn RP Origins  This governs the \&quot;selfservice.methods.webauthn.config.rp.origins\&quot; setting. | [optional] [default to undefined]
**kratos_selfservice_methods_webauthn_enabled** | **boolean** | Configures whether Ory Kratos Webauthn is enabled  This governs the \&quot;selfservice.methods.webauthn.enabled\&quot; setting. | [optional] [default to undefined]
**kratos_session_cookie_persistent** | **boolean** | Configures the Ory Kratos Session Cookie Persistent Attribute  This governs the \&quot;session.cookie.persistent\&quot; setting. | [optional] [default to undefined]
**kratos_session_cookie_same_site** | **string** | Configures the Ory Kratos Session Cookie SameSite Attribute  This governs the \&quot;session.cookie.same_site\&quot; setting. | [optional] [default to undefined]
**kratos_session_lifespan** | **string** | Configures the Ory Kratos Session Lifespan  This governs the \&quot;session.lifespan\&quot; setting. | [optional] [default to undefined]
**kratos_session_whoami_required_aal** | **string** | Configures the Ory Kratos Session Whoami AAL requirement  This governs the \&quot;session.whoami.required_aal\&quot; setting. | [optional] [default to undefined]
**kratos_session_whoami_tokenizer_templates** | [**Array&lt;NormalizedProjectRevisionTokenizerTemplate&gt;**](NormalizedProjectRevisionTokenizerTemplate.md) |  | [optional] [default to undefined]
**name** | **string** | The project\&#39;s name. | [default to undefined]
**organizations** | [**Array&lt;Organization&gt;**](Organization.md) |  | [optional] [default to undefined]
**project_id** | **string** | The Revision\&#39;s Project ID | [optional] [default to undefined]
**project_revision_hooks** | [**Array&lt;NormalizedProjectRevisionHook&gt;**](NormalizedProjectRevisionHook.md) |  | [optional] [default to undefined]
**scim_clients** | [**Array&lt;NormalizedProjectRevisionScimClient&gt;**](NormalizedProjectRevisionScimClient.md) |  | [optional] [default to undefined]
**serve_admin_cors_allowed_origins** | **Array&lt;string&gt;** | Configures the CORS Allowed Origins on admin APIs  This governs the \&quot;serve.admin.cors.allowed_origins\&quot; setting. | [optional] [default to undefined]
**serve_admin_cors_enabled** | **boolean** | Enable CORS headers on all admin APIs  This governs the \&quot;serve.admin.cors.enabled\&quot; setting. | [optional] [default to undefined]
**serve_public_cors_allowed_origins** | **Array&lt;string&gt;** | Configures the CORS Allowed Origins on public APIs  This governs the \&quot;serve.public.cors.allowed_origins\&quot; setting. | [optional] [default to undefined]
**serve_public_cors_enabled** | **boolean** | Enable CORS headers on all public APIs  This governs the \&quot;serve.public.cors.enabled\&quot; setting. | [optional] [default to undefined]
**strict_security** | **boolean** | Whether the project should employ strict security measures. Setting this to true is recommended for going into production. | [optional] [default to undefined]
**updated_at** | **string** | Last Time Project\&#39;s Revision was Updated | [optional] [readonly] [default to undefined]

## Example

```typescript
import { NormalizedProjectRevision } from '@ory/client';

const instance: NormalizedProjectRevision = {
    account_experience_custom_translations,
    account_experience_default_locale,
    account_experience_enabled_locales,
    account_experience_favicon_dark,
    account_experience_favicon_light,
    account_experience_locale_behavior,
    account_experience_logo_dark,
    account_experience_logo_light,
    account_experience_theme_variables_dark,
    account_experience_theme_variables_light,
    created_at,
    disable_account_experience_welcome_screen,
    enable_ax_v2,
    hydra_oauth2_allowed_top_level_claims,
    hydra_oauth2_client_credentials_default_grant_allowed_scope,
    hydra_oauth2_exclude_not_before_claim,
    hydra_oauth2_grant_jwt_iat_optional,
    hydra_oauth2_grant_jwt_jti_optional,
    hydra_oauth2_grant_jwt_max_ttl,
    hydra_oauth2_grant_refresh_token_rotation_grace_period,
    hydra_oauth2_mirror_top_level_claims,
    hydra_oauth2_pkce_enforced,
    hydra_oauth2_pkce_enforced_for_public_clients,
    hydra_oauth2_preserve_ext_claims,
    hydra_oauth2_refresh_token_hook,
    hydra_oauth2_token_hook,
    hydra_oidc_dynamic_client_registration_default_scope,
    hydra_oidc_dynamic_client_registration_enabled,
    hydra_oidc_subject_identifiers_pairwise_salt,
    hydra_oidc_subject_identifiers_supported_types,
    hydra_secrets_cookie,
    hydra_secrets_pagination,
    hydra_secrets_system,
    hydra_serve_cookies_same_site_legacy_workaround,
    hydra_serve_cookies_same_site_mode,
    hydra_strategies_access_token,
    hydra_strategies_jwt_scope_claim,
    hydra_strategies_scope,
    hydra_ttl_access_token,
    hydra_ttl_auth_code,
    hydra_ttl_id_token,
    hydra_ttl_login_consent_request,
    hydra_ttl_refresh_token,
    hydra_urls_consent,
    hydra_urls_error,
    hydra_urls_login,
    hydra_urls_logout,
    hydra_urls_post_logout_redirect,
    hydra_urls_registration,
    hydra_urls_self_issuer,
    hydra_webfinger_jwks_broadcast_keys,
    hydra_webfinger_oidc_discovery_auth_url,
    hydra_webfinger_oidc_discovery_client_registration_url,
    hydra_webfinger_oidc_discovery_jwks_url,
    hydra_webfinger_oidc_discovery_supported_claims,
    hydra_webfinger_oidc_discovery_supported_scope,
    hydra_webfinger_oidc_discovery_token_url,
    hydra_webfinger_oidc_discovery_userinfo_url,
    id,
    keto_namespace_configuration,
    keto_namespaces,
    keto_secrets_pagination,
    kratos_cookies_same_site,
    kratos_courier_channels,
    kratos_courier_delivery_strategy,
    kratos_courier_http_request_config_auth_api_key_in,
    kratos_courier_http_request_config_auth_api_key_name,
    kratos_courier_http_request_config_auth_api_key_value,
    kratos_courier_http_request_config_auth_basic_auth_password,
    kratos_courier_http_request_config_auth_basic_auth_user,
    kratos_courier_http_request_config_auth_type,
    kratos_courier_http_request_config_body,
    kratos_courier_http_request_config_headers,
    kratos_courier_http_request_config_method,
    kratos_courier_http_request_config_url,
    kratos_courier_smtp_connection_uri,
    kratos_courier_smtp_from_address,
    kratos_courier_smtp_from_name,
    kratos_courier_smtp_headers,
    kratos_courier_smtp_local_name,
    kratos_courier_templates_login_code_valid_email_body_html,
    kratos_courier_templates_login_code_valid_email_body_plaintext,
    kratos_courier_templates_login_code_valid_email_subject,
    kratos_courier_templates_login_code_valid_sms_body_plaintext,
    kratos_courier_templates_recovery_code_invalid_email_body_html,
    kratos_courier_templates_recovery_code_invalid_email_body_plaintext,
    kratos_courier_templates_recovery_code_invalid_email_subject,
    kratos_courier_templates_recovery_code_valid_email_body_html,
    kratos_courier_templates_recovery_code_valid_email_body_plaintext,
    kratos_courier_templates_recovery_code_valid_email_subject,
    kratos_courier_templates_recovery_invalid_email_body_html,
    kratos_courier_templates_recovery_invalid_email_body_plaintext,
    kratos_courier_templates_recovery_invalid_email_subject,
    kratos_courier_templates_recovery_valid_email_body_html,
    kratos_courier_templates_recovery_valid_email_body_plaintext,
    kratos_courier_templates_recovery_valid_email_subject,
    kratos_courier_templates_registration_code_valid_email_body_html,
    kratos_courier_templates_registration_code_valid_email_body_plaintext,
    kratos_courier_templates_registration_code_valid_email_subject,
    kratos_courier_templates_registration_code_valid_sms_body_plaintext,
    kratos_courier_templates_verification_code_invalid_email_body_html,
    kratos_courier_templates_verification_code_invalid_email_body_plaintext,
    kratos_courier_templates_verification_code_invalid_email_subject,
    kratos_courier_templates_verification_code_valid_email_body_html,
    kratos_courier_templates_verification_code_valid_email_body_plaintext,
    kratos_courier_templates_verification_code_valid_email_subject,
    kratos_courier_templates_verification_code_valid_sms_body_plaintext,
    kratos_courier_templates_verification_invalid_email_body_html,
    kratos_courier_templates_verification_invalid_email_body_plaintext,
    kratos_courier_templates_verification_invalid_email_subject,
    kratos_courier_templates_verification_valid_email_body_html,
    kratos_courier_templates_verification_valid_email_body_plaintext,
    kratos_courier_templates_verification_valid_email_subject,
    kratos_feature_flags_cacheable_sessions,
    kratos_feature_flags_cacheable_sessions_max_age,
    kratos_feature_flags_choose_recovery_address,
    kratos_feature_flags_faster_session_extend,
    kratos_feature_flags_legacy_continue_with_verification_ui,
    kratos_feature_flags_legacy_oidc_registration_node_group,
    kratos_feature_flags_legacy_require_verified_login_error,
    kratos_feature_flags_password_profile_registration_node_group,
    kratos_feature_flags_use_continue_with_transitions,
    kratos_identity_schemas,
    kratos_oauth2_provider_headers,
    kratos_oauth2_provider_override_return_to,
    kratos_oauth2_provider_url,
    kratos_preview_default_read_consistency_level,
    kratos_secrets_cipher,
    kratos_secrets_cookie,
    kratos_secrets_default,
    kratos_secrets_pagination,
    kratos_security_account_enumeration_mitigate,
    kratos_selfservice_allowed_return_urls,
    kratos_selfservice_default_browser_return_url,
    kratos_selfservice_flows_error_ui_url,
    kratos_selfservice_flows_login_after_code_default_browser_return_url,
    kratos_selfservice_flows_login_after_default_browser_return_url,
    kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url,
    kratos_selfservice_flows_login_after_oidc_default_browser_return_url,
    kratos_selfservice_flows_login_after_passkey_default_browser_return_url,
    kratos_selfservice_flows_login_after_password_default_browser_return_url,
    kratos_selfservice_flows_login_after_totp_default_browser_return_url,
    kratos_selfservice_flows_login_after_webauthn_default_browser_return_url,
    kratos_selfservice_flows_login_lifespan,
    kratos_selfservice_flows_login_style,
    kratos_selfservice_flows_login_ui_url,
    kratos_selfservice_flows_logout_after_default_browser_return_url,
    kratos_selfservice_flows_recovery_after_default_browser_return_url,
    kratos_selfservice_flows_recovery_enabled,
    kratos_selfservice_flows_recovery_lifespan,
    kratos_selfservice_flows_recovery_notify_unknown_recipients,
    kratos_selfservice_flows_recovery_ui_url,
    kratos_selfservice_flows_recovery_use,
    kratos_selfservice_flows_registration_after_code_default_browser_return_url,
    kratos_selfservice_flows_registration_after_default_browser_return_url,
    kratos_selfservice_flows_registration_after_oidc_default_browser_return_url,
    kratos_selfservice_flows_registration_after_passkey_default_browser_return_url,
    kratos_selfservice_flows_registration_after_password_default_browser_return_url,
    kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url,
    kratos_selfservice_flows_registration_enable_legacy_one_step,
    kratos_selfservice_flows_registration_enabled,
    kratos_selfservice_flows_registration_lifespan,
    kratos_selfservice_flows_registration_login_hints,
    kratos_selfservice_flows_registration_ui_url,
    kratos_selfservice_flows_settings_after_default_browser_return_url,
    kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url,
    kratos_selfservice_flows_settings_after_oidc_default_browser_return_url,
    kratos_selfservice_flows_settings_after_passkey_default_browser_return_url,
    kratos_selfservice_flows_settings_after_password_default_browser_return_url,
    kratos_selfservice_flows_settings_after_profile_default_browser_return_url,
    kratos_selfservice_flows_settings_after_totp_default_browser_return_url,
    kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url,
    kratos_selfservice_flows_settings_lifespan,
    kratos_selfservice_flows_settings_privileged_session_max_age,
    kratos_selfservice_flows_settings_required_aal,
    kratos_selfservice_flows_settings_ui_url,
    kratos_selfservice_flows_verification_after_default_browser_return_url,
    kratos_selfservice_flows_verification_enabled,
    kratos_selfservice_flows_verification_lifespan,
    kratos_selfservice_flows_verification_notify_unknown_recipients,
    kratos_selfservice_flows_verification_ui_url,
    kratos_selfservice_flows_verification_use,
    kratos_selfservice_methods_captcha_config_allowed_domains,
    kratos_selfservice_methods_captcha_config_byo,
    kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret,
    kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey,
    kratos_selfservice_methods_captcha_config_cf_turnstile_secret,
    kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey,
    kratos_selfservice_methods_captcha_config_legacy_inject_node,
    kratos_selfservice_methods_captcha_enabled,
    kratos_selfservice_methods_code_config_lifespan,
    kratos_selfservice_methods_code_config_max_submissions,
    kratos_selfservice_methods_code_config_missing_credential_fallback_enabled,
    kratos_selfservice_methods_code_enabled,
    kratos_selfservice_methods_code_mfa_enabled,
    kratos_selfservice_methods_code_passwordless_enabled,
    kratos_selfservice_methods_code_passwordless_login_fallback_enabled,
    kratos_selfservice_methods_link_config_base_url,
    kratos_selfservice_methods_link_config_lifespan,
    kratos_selfservice_methods_link_enabled,
    kratos_selfservice_methods_lookup_secret_enabled,
    kratos_selfservice_methods_oidc_config_base_redirect_uri,
    kratos_selfservice_methods_oidc_config_providers,
    kratos_selfservice_methods_oidc_enable_auto_link_policy,
    kratos_selfservice_methods_oidc_enabled,
    kratos_selfservice_methods_passkey_config_rp_display_name,
    kratos_selfservice_methods_passkey_config_rp_id,
    kratos_selfservice_methods_passkey_config_rp_origins,
    kratos_selfservice_methods_passkey_enabled,
    kratos_selfservice_methods_password_config_haveibeenpwned_enabled,
    kratos_selfservice_methods_password_config_identifier_similarity_check_enabled,
    kratos_selfservice_methods_password_config_ignore_network_errors,
    kratos_selfservice_methods_password_config_max_breaches,
    kratos_selfservice_methods_password_config_min_password_length,
    kratos_selfservice_methods_password_enabled,
    kratos_selfservice_methods_profile_enabled,
    kratos_selfservice_methods_saml_config_providers,
    kratos_selfservice_methods_saml_enabled,
    kratos_selfservice_methods_totp_config_issuer,
    kratos_selfservice_methods_totp_enabled,
    kratos_selfservice_methods_webauthn_config_passwordless,
    kratos_selfservice_methods_webauthn_config_rp_display_name,
    kratos_selfservice_methods_webauthn_config_rp_icon,
    kratos_selfservice_methods_webauthn_config_rp_id,
    kratos_selfservice_methods_webauthn_config_rp_origins,
    kratos_selfservice_methods_webauthn_enabled,
    kratos_session_cookie_persistent,
    kratos_session_cookie_same_site,
    kratos_session_lifespan,
    kratos_session_whoami_required_aal,
    kratos_session_whoami_tokenizer_templates,
    name,
    organizations,
    project_id,
    project_revision_hooks,
    scim_clients,
    serve_admin_cors_allowed_origins,
    serve_admin_cors_enabled,
    serve_public_cors_allowed_origins,
    serve_public_cors_enabled,
    strict_security,
    updated_at,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
