AdminSetUserPasswordRequest
public struct AdminSetUserPasswordRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The password for the user.
Declaration
Swift
public let password: String
-
True if the password is permanent, False if it is temporary.
Declaration
Swift
public let permanent: Bool?
-
The user name of the user whose password you wish to set.
Declaration
Swift
public let username: String
-
The user pool ID for the user pool where you want to set the user’s password.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(password: String, permanent: Bool? = nil, username: String, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws