UpdateUserRequest
public struct UpdateUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Declaration
Swift
public let authenticationToken: String?
-
The given name of the user.
Declaration
Swift
public let givenName: String?
-
Boolean value to determine whether the user is granted Poweruser privileges.
Declaration
Swift
public let grantPoweruserPrivileges: BooleanEnumType?
-
The locale of the user.
Declaration
Swift
public let locale: LocaleType?
-
The amount of storage for the user.
Declaration
Swift
public let storageRule: StorageRuleType?
-
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 the user.
Declaration
Swift
public let type: UserType?
-
The ID of the user.
Declaration
Swift
public let userId: String
-
init(authenticationToken:givenName:grantPoweruserPrivileges:locale:storageRule:surname:timeZoneId:type:userId:)
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, givenName: String? = nil, grantPoweruserPrivileges: BooleanEnumType? = nil, locale: LocaleType? = nil, storageRule: StorageRuleType? = nil, surname: String? = nil, timeZoneId: String? = nil, type: UserType? = nil, userId: String)
-
Declaration
Swift
public func validate(name: String) throws