You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**kratosSecurityAccountEnumerationMitigate**|**Boolean**| Configures if account enumeration should be mitigated when using identifier first login. |[optional]|
|**kratosSelfserviceDefaultBrowserReturnUrl**|**String**| Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. |[optional]|
135
136
|**kratosSelfserviceFlowsErrorUiUrl**|**String**| Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. |[optional]|
|**kratosSecurityAccountEnumerationMitigate**|**Boolean**| Configures if account enumeration should be mitigated when using identifier first login. |[optional]|
|**kratosSelfserviceDefaultBrowserReturnUrl**|**String**| Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. |[optional]|
132
133
|**kratosSelfserviceFlowsErrorUiUrl**|**String**| Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. |[optional]|
|**autocomplete**|[**AutocompleteEnum**](#AutocompleteEnum)| The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode |[optional]|
10
+
|**autocomplete**|[**AutocompleteEnum**](#AutocompleteEnum)| The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode username webauthn InputAttributeAutocompleteUsernameWebauthn |[optional]|
11
11
|**disabled**|**Boolean**| Sets the input's disabled field to true or false. ||
12
12
|**label**|[**UiText**](UiText.md)||[optional]|
13
13
|**maxlength**|**Long**| MaxLength may contain the input's maximum length. |[optional]|
|**autocomplete**|[**AutocompleteEnum**](#AutocompleteEnum)| The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode |[optional]|
11
+
|**autocomplete**|[**AutocompleteEnum**](#AutocompleteEnum)| The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode username webauthn InputAttributeAutocompleteUsernameWebauthn |[optional]|
12
12
|**disabled**|**Boolean**| Sets the input's disabled field to true or false. ||
13
13
|**label**|[**UiText**](UiText.md)||[optional]|
14
14
|**maxlength**|**Long**| MaxLength may contain the input's maximum length. |[optional]|
@@ -35,6 +35,7 @@ InputAttributes represents the attributes of an input node
0 commit comments