vcenter_ad_domain

Client for vCenter Server’s AD domain join (Active Directory identity provider).

Thin wrapper around vcenter_sso’s identity-provider endpoints, scoped to the ActiveDirectory config_tag — the vSphere REST equivalent of joining the vCenter Server’s SSO domain to Active Directory.

saltext.vcf.clients.vcenter_ad_domain.get(opts, domain_name, profile=None)[source]

Return the AD identity provider joined to domain_name, or None.

saltext.vcf.clients.vcenter_ad_domain.join(opts, domain_name, username, password, profile=None)[source]

Join the vCenter Server to domain_name as an Active Directory identity provider.

Returns the new provider id.

saltext.vcf.clients.vcenter_ad_domain.leave(opts, provider_id, profile=None)[source]

Remove the AD identity provider, leaving the domain.