User

public struct User : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.

    Declaration

    Swift

    public let active: Bool?
  • arn

    The Amazon Resource Name (ARN) for the user.

    Declaration

    Swift

    public let arn: String?
  • The custom permissions profile associated with this user.

    Declaration

    Swift

    public let customPermissionsName: String?
  • The user’s email address.

    Declaration

    Swift

    public let email: String?
  • The type of identity authentication used by the user.

    Declaration

    Swift

    public let identityType: IdentityType?
  • The principal ID of the user.

    Declaration

    Swift

    public let principalId: String?
  • The Amazon QuickSight role for the user. The user role can be one of the following:. READER: A user who has read-only access to dashboards. AUTHOR: A user who can create data sources, datasets, analyses, and dashboards. ADMIN: A user who is an author, who can also manage Amazon QuickSight settings. RESTRICTED_READER: This role isn’t currently available for use. RESTRICTED_AUTHOR: This role isn’t currently available for use.

    Declaration

    Swift

    public let role: UserRole?
  • The user’s user name.

    Declaration

    Swift

    public let userName: String?
  • Undocumented

    Declaration

    Swift

    public init(active: Bool? = nil, arn: String? = nil, customPermissionsName: String? = nil, email: String? = nil, identityType: IdentityType? = nil, principalId: String? = nil, role: UserRole? = nil, userName: String? = nil)