vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 76 forks source link

Add Account lockout capabilities to Organizations #702

Closed adambarreiro closed 2 weeks ago

adambarreiro commented 1 month ago

Add OrgPasswordPolicySettings to the OrgSettings existing type. This new type allows to configure Account lockout preferences of an Organization.

Used to implement https://github.com/vmware/terraform-provider-vcd/pull/1304