CreateUserRequest
public struct CreateUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The display name for the new user.
Declaration
Swift
public let displayName: String -
The name for the new user. Simple AD or AD Connector user names have a maximum length of 20. All others have a maximum length of 64.
Declaration
Swift
public let name: String -
The identifier of the organization for which the user is created.
Declaration
Swift
public let organizationId: String -
The password for the new user.
Declaration
Swift
public let password: String -
Undocumented
Declaration
Swift
public init(displayName: String, name: String, organizationId: String, password: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateUserRequest Structure Reference