Module Values.ResetUserPasswordResultSource

Resets the password for any user in your Managed Microsoft AD or Simple AD directory. Disabled users will become enabled and can be authenticated following the API call. You can reset the password for any user in your directory with the following exceptions: For Simple AD, you cannot reset the password for any user that is a member of either the Domain Admins or Enterprise Admins group except for the administrator user. For Managed Microsoft AD, you can only reset the password for a user that is in an OU based off of the NetBIOS name that you typed when you created your directory. For example, you cannot reset the password for a user in the Amazon Web Services Reserved OU. For more information about the OU structure for an Managed Microsoft AD directory, see What Gets Created in the Directory Service Administration Guide.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `DirectoryUnavailableException of DirectoryUnavailableException.t
  3. | `EntityDoesNotExistException of EntityDoesNotExistException.t
  4. | `InvalidPasswordException of InvalidPasswordException.t
  5. | `ServiceException of ServiceException.t
  6. | `UnsupportedOperationException of UnsupportedOperationException.t
  7. | `UserDoesNotExistException of UserDoesNotExistException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientException of ClientException.t | `DirectoryUnavailableException of DirectoryUnavailableException.t | `EntityDoesNotExistException of EntityDoesNotExistException.t | `InvalidPasswordException of InvalidPasswordException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t | `UserDoesNotExistException of UserDoesNotExistException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClientException of ClientException.t | `DirectoryUnavailableException of DirectoryUnavailableException.t | `EntityDoesNotExistException of EntityDoesNotExistException.t | `InvalidPasswordException of InvalidPasswordException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t | `UserDoesNotExistException of UserDoesNotExistException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t