SetInstancePasswordPolicyAsync

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

Set Instance Password Policy Async

Example in C#

// Returns: nothing
await client.SetInstancePasswordPolicyAsync(InstanceInfo instance, PasswordPolicy newPolicy);