The FTP user represents the user accounts to be used with the FTP client.
References to ftpuser are object references.
The name part of the FTP user object reference has the following components:
- The FTP username
The object does not support the following operations:
The object cannot be managed on Cloud Platform members.
These fields are actual members of the object; thus, they can be requested by using _return_fields, if the fields are readable.
The basic version of the object contains the field(s): username.
The following fields are required to create this object:
Field | Notes |
---|---|
create_home_dir | See the field description for more information |
home_dir | See the field description for more information |
password | |
username |
Determines whether to create the home directory with the user name or to use the existing directory as the home directory.
Type
Bool.
Create
You cannot specify home_dir when create_home_dir is set to True
Search
The field is not available for search.
Notes
The create_home_dir cannot be updated.
create_home_dir is not readable.
Extensible attributes associated with the object.
For valid values for extensible attributes, see the following information.
Type
Extensible attributes.
This field allows +/- to be specified as part of the field name when updating the object, see the following information.
Create
The default value is empty.
Search
For how to search extensible attributes, see the following information.
The absolute path of the FTP user’s home directory.
Type
String.
Create
You must specify home_dir when create_home_dir is set to False
Search
The field is not available for search.
Notes
The home_dir cannot be updated.
The FTP user password.
Type
String.
Create
The field is required on creation.
Search
The field is not available for search.
Notes
password is not readable.
The FTP user permission.
Type
String.
Create
The default value is RO.
Search
The field is not available for search.
The FTP user name.
Type
String.
Values with leading or trailing white space are not valid for this field.
Create
The field is required on creation.
Search
The field is available for search via
Notes
The username is part of the base object.
The username cannot be updated.
Field | Type | Req | R/O | Base | Search |
---|---|---|---|---|---|
create_home_dir | Bool | Y* | N | N | N/A |
extattrs | Extattr | N | N | N | ext |
home_dir | String | Y* | N | N | N/A |
password | String | Y | N | N | N/A |
permission | String | N | N | N | N/A |
username | String | Y | N | Y | : = ~ |
* Required in some cases, see detailed field description above.