Sets the password policy for an instance. Returns (Task)
| Name | Description |
|---|---|
| instance | The instance to set the password policy for |
| newPolicy | The new password policy to apply |
Example in C#
// Returns: nothing
await client.SetInstancePasswordPolicyAsync(InstanceInfo instance, PasswordPolicy newPolicy);