users
Describes the properties of a user that was specified.
Overview
Name | users |
Type | Resource |
Description | Describes the properties of a user that was specified. |
Id | aws.transfer.users |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
home_directory | string | |
home_directory_mappings | array | |
home_directory_type | string | |
policy | string | |
posix_profile | object | The full POSIX identity, including user ID (Uid ), group ID (Gid ), and any secondary groups IDs (SecondaryGids ), that controls your users' access to your Amazon EFS file systems. The POSIX permissions that are set on files and directories in your file system determine the level of access your users get when transferring files into and out of your Amazon EFS file systems. |
role | string | |
ssh_public_keys | array | |
tags | array | |
user_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
describe_user | SELECT | data__ServerId, data__UserName, region |
list_users | SELECT | data__ServerId, region |
create_user | INSERT | data__Role, data__ServerId, data__UserName, region |
delete_user | DELETE | data__ServerId, data__UserName, region |
update_user | UPDATE | data__ServerId, data__UserName, region |