Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + DNSIP string + Description string + Domain string + Name string + Password string + Server string + Type SecurityServiceType + User string + func (opts CreateOpts) ToSecurityServiceCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToSecurityServiceCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*SecurityService, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*SecurityService, error) + type ListOpts struct + AllTenants bool + DNSIP string + Domain string + ID string + Name string + Server string + ShareNetworkID string + Type SecurityServiceType + User string + func (opts ListOpts) ToSecurityServiceListQuery() (string, error) + type ListOptsBuilder interface + ToSecurityServiceListQuery func() (string, error) + type SecurityService struct + CreatedAt time.Time + DNSIP string + Description string + Domain string + ID string + Name string + Password string + ProjectID string + Server string + Status string + Type string + UpdatedAt time.Time + User string + func ExtractSecurityServices(r pagination.Page) ([]SecurityService, error) + func (r *SecurityService) UnmarshalJSON(b []byte) error + type SecurityServicePage struct + func (r SecurityServicePage) IsEmpty() (bool, error) + type SecurityServiceType string + const ActiveDirectory + const Kerberos + const LDAP + type UpdateOpts struct + DNSIP string + Description string + Domain string + Name string + Password string + Server string + Type string + User string + func (opts UpdateOpts) ToSecurityServiceUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToSecurityServiceUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*SecurityService, error)