Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.51 KB

AuthUserCreateParams.md

File metadata and controls

23 lines (19 loc) · 1.51 KB

AuthUserCreateParams

Properties

Name Type Description Notes
email str Specifies an email address for the user. [optional]
enabled bool If true, the authenticated user is enabled. [optional]
expiry int Specifies the Unix Epoch time when the auth user will expire. [optional]
gecos str Specifies the GECOS value, which is usually the full name. [optional]
home_directory str Specifies a home directory for the user. [optional]
password str Changes the password for the user. [optional]
password_expires bool If true, the password should expire. [optional]
primary_group GroupMember Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'. [optional]
prompt_password_change bool If true, prompts the user to change their password at the next login. [optional]
shell str Specifies the shell for the user. [optional]
sid str Specifies a security identifier. [optional]
uid int Specifies a numeric user identifier. [optional]
unlock bool If true, the user account should be unlocked. [optional]
name str Specifies a user name.

[Back to Model list] [Back to API list] [Back to README]