UserDetail

public struct UserDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Undocumented

    Declaration

    Swift

    public let arn: String?
  • A list of the managed policies attached to the user.

    Declaration

    Swift

    public let attachedManagedPolicies: [AttachedPolicy]?
  • The date and time, in ISO 8601 date-time format, when the user was created.

    Declaration

    Swift

    public let createDate: TimeStamp?
  • A list of IAM groups that the user is in.

    Declaration

    Swift

    public let groupList: [String]?
  • The path to the user. For more information about paths, see IAM Identifiers in the IAM User Guide.

    Declaration

    Swift

    public let path: String?
  • The ARN of the policy used to set the permissions boundary for the user. For more information about permissions boundaries, see Permissions Boundaries for IAM Identities in the IAM User Guide.

    Declaration

    Swift

    public let permissionsBoundary: AttachedPermissionsBoundary?
  • A list of tags that are associated with the specified user. For more information about tagging, see Tagging IAM Identities in the IAM User Guide.

    Declaration

    Swift

    public let tags: [Tag]?
  • The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the IAM User Guide.

    Declaration

    Swift

    public let userId: String?
  • The friendly name identifying the user.

    Declaration

    Swift

    public let userName: String?
  • A list of the inline policies embedded in the user.

    Declaration

    Swift

    public let userPolicyList: [PolicyDetail]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, attachedManagedPolicies: [AttachedPolicy]? = nil, createDate: TimeStamp? = nil, groupList: [String]? = nil, path: String? = nil, permissionsBoundary: AttachedPermissionsBoundary? = nil, tags: [Tag]? = nil, userId: String? = nil, userName: String? = nil, userPolicyList: [PolicyDetail]? = nil)