Struct aws_sdk_workmail::output::describe_user_output::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeUserOutput
Implementations
The identifier for the described user.
The display name of the user.
The display name of the user.
The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to WorkMail).
The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to WorkMail).
In certain cases, other entities are modeled as users. If interoperability is enabled, resources are imported into Amazon WorkMail as users. Because different WorkMail organizations rely on different directory types, administrators can distinguish between an unregistered user (account is disabled and has a user role) and the directory administrators. The values are USER, RESOURCE, and SYSTEM_USER.
In certain cases, other entities are modeled as users. If interoperability is enabled, resources are imported into Amazon WorkMail as users. Because different WorkMail organizations rely on different directory types, administrators can distinguish between an unregistered user (account is disabled and has a user role) and the directory administrators. The values are USER, RESOURCE, and SYSTEM_USER.
The date and time at which the user was enabled for Amazon WorkMail usage, in UNIX epoch time format.
The date and time at which the user was enabled for Amazon WorkMail usage, in UNIX epoch time format.
The date and time at which the user was disabled for Amazon WorkMail usage, in UNIX epoch time format.
The date and time at which the user was disabled for Amazon WorkMail usage, in UNIX epoch time format.
Consumes the builder and constructs a DescribeUserOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
