Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IdentitySources = types.IdentitySources{ System: types.IdentitySource{ Name: "vsphere.local", Domains: []types.Domain{{Name: "vsphere.local", Alias: "vmwarem"}}, }, LocalOS: &types.IdentitySource{ Name: "localos", Domains: []types.Domain{{Name: "localos", Alias: ""}}, }, NativeAD: nil, LDAPS: []types.LdapIdentitySource{ { IdentitySource: types.IdentitySource{ Name: "example.com", Domains: []types.Domain{{Name: "example.com", Alias: "examplex"}}, }, Type: "ActiveDirectory", Details: types.LdapIdentitySourceDetails{ FriendlyName: "foo", UserBaseDn: "ou=People,dc=example,dc=org", GroupBaseDn: "ou=People,dc=example,dc=org", PrimaryURL: "ldap://10.168.194.120:389", FailoverURL: "", }, AuthenticationDetails: types.AuthenticationDetails{ AuthenticationType: "PASSWORD", Username: "cn=admin,dc=example,dc=org", }, }, }, }
Functions ¶
Types ¶
type GroupcheckServiceInstance ¶
type GroupcheckServiceInstance struct {
vim.ManagedObjectReference
}
func (*GroupcheckServiceInstance) SsoGroupcheckServiceInstance ¶
func (s *GroupcheckServiceInstance) SsoGroupcheckServiceInstance(ctx *simulator.Context, _ *types.SsoGroupcheckServiceInstance) soap.HasFault
type IdentitySourceManagementService ¶
type IdentitySourceManagementService struct {
vim.ManagedObjectReference
}
type ServiceInstance ¶
type ServiceInstance struct {
vim.ManagedObjectReference
}
func (*ServiceInstance) SsoAdminServiceInstance ¶
func (s *ServiceInstance) SsoAdminServiceInstance(ctx *simulator.Context, _ *types.SsoAdminServiceInstance) soap.HasFault
type SessionManager ¶
type SessionManager struct {
vim.ManagedObjectReference
}
Click to show internal directories.
Click to hide internal directories.