Versions in this module Expand all Collapse all v0 v0.18.0 May 24, 2018 Changes in this version + const Namespace + const Path + const Version + var ServiceInstance = vim.ManagedObjectReference + type Client struct + Domain string + GroupCheck types.GroupcheckServiceContent + Limit int32 + ServiceContent types.AdminServiceContent + func NewClient(ctx context.Context, c *vim25.Client) (*Client, 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) 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) GrantWSTrustRole(ctx context.Context, id types.PrincipalId, role string) (bool, error) + func (c *Client) Login(ctx context.Context) error + func (c *Client) Logout(ctx context.Context) 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) SetRole(ctx context.Context, id types.PrincipalId, role string) (bool, 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