Documentation ¶
Index ¶
- func Delete(service *services.Service, certificateID string) (*http.Response, error)
- func Update(service *services.Service, certificateID string, ...) (*http.Response, error)
- type CBICertificate
- func Create(service *services.Service, cbiProfile *CBICertificate) (*CBICertificate, *http.Response, error)
- func Get(service *services.Service, certificateID string) (*CBICertificate, *http.Response, error)
- func GetAll(service *services.Service) ([]CBICertificate, *http.Response, error)
- func GetByName(service *services.Service, certificateName string) (*CBICertificate, *http.Response, error)
- func GetByNameOrID(service *services.Service, identifier string) (*CBICertificate, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CBICertificate ¶
type CBICertificate struct { ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` PEM string `json:"pem,omitempty"` IsDefault bool `json:"isDefault,omitempty"` }
func Create ¶ added in v2.61.7
func Create(service *services.Service, cbiProfile *CBICertificate) (*CBICertificate, *http.Response, error)
func GetByNameOrID ¶ added in v2.72.1
Click to show internal directories.
Click to hide internal directories.