DescribedUser class
Describes the properties of a user that was specified.
Constructors
-
DescribedUser({required String arn, String? homeDirectory, List<
HomeDirectoryMapEntry> ? homeDirectoryMappings, HomeDirectoryType? homeDirectoryType, String? policy, String? role, List<SshPublicKey> ? sshPublicKeys, List<Tag> ? tags, String? userName}) -
DescribedUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String
-
Specifies the unique Amazon Resource Name (ARN) for the user that was
requested to be described.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeDirectory → String?
-
Specifies the landing directory (or folder), which is the location that
files are written to or read from in an Amazon S3 bucket, for the described
user. An example is
your-Amazon-S3-bucket-name>/home/username
.final -
homeDirectoryMappings
→ List<
HomeDirectoryMapEntry> ? -
Specifies the logical directory mappings that specify what Amazon S3 paths
and keys should be visible to your user and how you want to make them
visible. You will need to specify the "
Entry
" and "Target
" pair, whereEntry
shows how the path is made visible andTarget
is the actual Amazon S3 path. If you only specify a target, it will be displayed as is. You will need to also make sure that your AWS Identity and Access Management (IAM) role provides access to paths inTarget
.final - homeDirectoryType → HomeDirectoryType?
-
Specifies the type of landing directory (folder) you mapped for your users
to see when they log into the file transfer protocol-enabled server. If you
set it to
PATH
, the user will see the absolute Amazon S3 bucket paths as is in their file transfer protocol clients. If you set itLOGICAL
, you will need to provide mappings in theHomeDirectoryMappings
for how you want to make Amazon S3 paths visible to your users.final - policy → String?
-
Specifies the name of the policy in use for the described user.
final
- role → String?
-
Specifies the IAM role that controls your users' access to your Amazon S3
bucket. The policies attached to this role will determine the level of
access you want to provide your users when transferring files into and out
of your Amazon S3 bucket or buckets. The IAM role should also contain a
trust relationship that allows a server to access your resources when
servicing your users' transfer requests.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sshPublicKeys
→ List<
SshPublicKey> ? -
Specifies the public key portion of the Secure Shell (SSH) keys stored for
the described user.
final
-
Specifies the key-value pairs for the user requested. Tag can be used to
search for and group users for a variety of purposes.
final
- userName → String?
-
Specifies the name of the user that was requested to be described. User
names are used for authentication purposes. This is the string that will be
used by your user when they log in to your server.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited