/v1/ad/reconfigure
{ "description": "ad_domain_reconfigure_args", "type": "object", "properties": { "domain": { "description": "domain", "type": "string" }, "search_trusted_domains": { "description": "Allows the cluster to search trusted domains for user information.", "type": "boolean" }, "use_ad_posix_attributes": { "description": "use_ad_posix_attributes", "type": "boolean" }, "base_dn": { "description": "base_dn", "type": "string" }, "dns_config_id": { "description": "The unique ID of the DNS configuration to use for reconfiguring this AD domain", "type": "number" } } }