Name | Type | Description | Notes |
---|---|---|---|
authentication | bool | If true, enables authentication and identity management through the authentication provider. | [optional] |
create_home_directory | bool | Automatically creates the home directory on the first login. | [optional] |
home_directory_template | str | Specifies the path to the home directory template. | [optional] |
id | str | Specifies the local provider ID. | [optional] |
lockout_duration | int | Specifies the length of time in seconds that an account will be inaccessible after multiple failed login attempts. | [optional] |
lockout_threshold | int | Specifies the number of failed login attempts necessary before an account is locked. | [optional] |
lockout_window | int | Specifies the duration of time in seconds in which the number of failed attempts set in the 'lockout_threshold' parameter must be made before an account is locked. | [optional] |
login_shell | str | Specifies the login shell path. | [optional] |
machine_name | str | Specifies the domain for this provider through which users and groups are qualified. | [optional] |
max_password_age | int | Specifies the maximum password age in seconds. | [optional] |
min_password_age | int | Specifies the minimum password age in seconds. | [optional] |
min_password_length | int | Specifies the minimum password length. | [optional] |
name | str | Specifies the local provider name. | [optional] |
password_complexity | list[str] | Specifies the conditions required for a password. | [optional] |
password_history_length | int | Specifies the number of previous passwords to store. | [optional] |
password_prompt_time | int | Specifies the time in seconds remaining before a user will be prompted for a password change. | [optional] |
status | str | Specifies the status of the provider. | [optional] |
system | bool | If true, indicates that this provider instance was created by OneFS and cannot be removed. | [optional] |