Versions in this module Expand all Collapse all v0 v0.0.1 Jun 6, 2024 Changes in this version + const Namespace + const Path + const SystemPath + const Version + var ServiceInstance = vim.ManagedObjectReference + type Client struct + Domain string + GroupCheck types.GroupcheckServiceContent + Limit int32 + RoundTripper soap.RoundTripper + ServiceContent types.AdminServiceContent + func NewClient(ctx context.Context, c *vim25.Client) (*Client, error) + func (c *Client) AddGroupsToGroup(ctx context.Context, groupName string, groupIDs ...types.PrincipalId) error + func (c *Client) AddUsersToGroup(ctx context.Context, groupName string, userIDs ...types.PrincipalId) error + func (c *Client) CreateGroup(ctx context.Context, name string, details types.AdminGroupDetails) error + func (c *Client) CreatePersonUser(ctx context.Context, name string, details types.AdminPersonDetails, ...) error + func (c *Client) CreateSolutionUser(ctx context.Context, name string, details types.AdminSolutionDetails) error + func (c *Client) DeletePrincipal(ctx context.Context, name string) error + func (c *Client) FindGroup(ctx context.Context, name string) (*types.AdminGroup, error) + func (c *Client) FindGroups(ctx context.Context, search string) ([]types.AdminGroup, error) + func (c *Client) FindGroupsInGroup(ctx context.Context, name string, search string) ([]types.AdminGroup, error) + func (c *Client) FindParentGroups(ctx context.Context, id types.PrincipalId, groups ...types.PrincipalId) ([]types.PrincipalId, error) + func (c *Client) FindPersonUser(ctx context.Context, name string) (*types.AdminPersonUser, error) + func (c *Client) FindPersonUsers(ctx context.Context, search string) ([]types.AdminPersonUser, error) + func (c *Client) FindSolutionUser(ctx context.Context, name string) (*types.AdminSolutionUser, error) + func (c *Client) FindSolutionUsers(ctx context.Context, search string) ([]types.AdminSolutionUser, error) + func (c *Client) FindUser(ctx context.Context, name string) (*types.AdminUser, error) + func (c *Client) FindUsersInGroup(ctx context.Context, name string, search string) ([]types.AdminUser, error) + func (c *Client) GetDefaultDomains(ctx context.Context) ([]string, error) + func (c *Client) GetLocalPasswordPolicy(ctx context.Context) (*types.AdminPasswordPolicy, error) + func (c *Client) GrantWSTrustRole(ctx context.Context, id types.PrincipalId, role string) (bool, error) + func (c *Client) IdentitySources(ctx context.Context) (*types.IdentitySources, error) + func (c *Client) Login(ctx context.Context) error + func (c *Client) Logout(ctx context.Context) error + func (c *Client) RegisterLdap(ctx context.Context, stype string, name string, alias string, ...) error + func (c *Client) RemoveUsersFromGroup(ctx context.Context, groupName string, userIDs ...types.PrincipalId) error + func (c *Client) ResetPersonPassword(ctx context.Context, name string, password string) error + func (c *Client) RevokeWSTrustRole(ctx context.Context, id types.PrincipalId, role string) (bool, error) + func (c *Client) RoundTrip(ctx context.Context, req, res soap.HasFault) error + func (c *Client) SetDefaultDomains(ctx context.Context, domain string) error + func (c *Client) SetRole(ctx context.Context, id types.PrincipalId, role string) (bool, error) + func (c *Client) UpdateGroup(ctx context.Context, name string, details types.AdminGroupDetails) error + func (c *Client) UpdateLdap(ctx context.Context, name string, details types.LdapIdentitySourceDetails) error + func (c *Client) UpdateLdapAuthnType(ctx context.Context, name string, ...) error + func (c *Client) UpdateLocalPasswordPolicy(ctx context.Context, policy types.AdminPasswordPolicy) error + func (c *Client) UpdatePersonUser(ctx context.Context, name string, details types.AdminPersonDetails) error + func (c *Client) UpdateSolutionUser(ctx context.Context, name string, details types.AdminSolutionDetails) error