IExtendedCloudIdentityProviderSetUserPassword Method (User, String, CloudIdentity) |
Namespace: net.openstack.Providers.Rackspace
Exception | Condition |
---|---|
ArgumentNullException |
If user is .
-or- If password is . |
ArgumentException |
If password is empty.
-or- If user.Id is or empty. -or- If user.Username is or empty. |
NotSupportedException |
If the provider does not support the OS-KSADM Admin Extension.
-or- If the provider does not support the given identity type. |
InvalidOperationException | If identity is and no default identity is available for the provider. |
ResponseException | If the REST API request failed. |