ResetUserPasswordRequest
public struct ResetUserPasswordRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Identifier of the AWS Managed Microsoft AD or Simple AD directory in which the user resides.
Declaration
Swift
public let directoryId: String -
The new password that will be reset.
Declaration
Swift
public let newPassword: String -
The user name of the user whose password will be reset.
Declaration
Swift
public let userName: String -
Undocumented
Declaration
Swift
public init(directoryId: String, newPassword: String, userName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ResetUserPasswordRequest Structure Reference