User
public struct User : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the user was created.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The email address of the user.
Declaration
Swift
public let emailAddress: String?
-
The given name of the user.
Declaration
Swift
public let givenName: String?
-
The ID of the user.
Declaration
Swift
public let id: String?
-
The locale of the user.
Declaration
Swift
public let locale: LocaleType?
-
The time when the user was modified.
Declaration
Swift
public let modifiedTimestamp: TimeStamp?
-
The ID of the organization.
Declaration
Swift
public let organizationId: String?
-
The ID of the recycle bin folder.
Declaration
Swift
public let recycleBinFolderId: String?
-
The ID of the root folder.
Declaration
Swift
public let rootFolderId: String?
-
The status of the user.
Declaration
Swift
public let status: UserStatusType?
-
The storage for the user.
Declaration
Swift
public let storage: UserStorageMetadata?
-
The surname of the user.
Declaration
Swift
public let surname: String?
-
The time zone ID of the user.
Declaration
Swift
public let timeZoneId: String?
-
The type of user.
Declaration
Swift
public let type: UserType?
-
The login name of the user.
Declaration
Swift
public let username: String?
-
init(createdTimestamp:emailAddress:givenName:id:locale:modifiedTimestamp:organizationId:recycleBinFolderId:rootFolderId:status:storage:surname:timeZoneId:type:username:)
Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, emailAddress: String? = nil, givenName: String? = nil, id: String? = nil, locale: LocaleType? = nil, modifiedTimestamp: TimeStamp? = nil, organizationId: String? = nil, recycleBinFolderId: String? = nil, rootFolderId: String? = nil, status: UserStatusType? = nil, storage: UserStorageMetadata? = nil, surname: String? = nil, timeZoneId: String? = nil, type: UserType? = nil, username: String? = nil)