DescribeUserResponse

public struct DescribeUserResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time at which the user was disabled for Amazon WorkMail usage, in UNIX epoch time format.

    Declaration

    Swift

    public let disabledDate: TimeStamp?
  • The display name of the user.

    Declaration

    Swift

    public let displayName: String?
  • The email of the user.

    Declaration

    Swift

    public let email: String?
  • The date and time at which the user was enabled for Amazon WorkMail usage, in UNIX epoch time format.

    Declaration

    Swift

    public let enabledDate: TimeStamp?
  • The name for the user.

    Declaration

    Swift

    public let name: String?
  • The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to WorkMail).

    Declaration

    Swift

    public let state: EntityState?
  • The identifier for the described user.

    Declaration

    Swift

    public let userId: String?
  • 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.

    Declaration

    Swift

    public let userRole: UserRole?
  • Undocumented

    Declaration

    Swift

    public init(disabledDate: TimeStamp? = nil, displayName: String? = nil, email: String? = nil, enabledDate: TimeStamp? = nil, name: String? = nil, state: EntityState? = nil, userId: String? = nil, userRole: UserRole? = nil)