cbicertificatecontroller

package
v2.732.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.7

func Delete(service *services.Service, certificateID string) (*http.Response, error)

func Update added in v2.61.7

func Update(service *services.Service, certificateID string, certificateRequest *CBICertificate) (*http.Response, error)

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 Get added in v2.61.7

func Get(service *services.Service, certificateID string) (*CBICertificate, *http.Response, error)

func GetAll added in v2.61.7

func GetAll(service *services.Service) ([]CBICertificate, *http.Response, error)

func GetByName added in v2.61.7

func GetByName(service *services.Service, certificateName string) (*CBICertificate, *http.Response, error)

func GetByNameOrID added in v2.72.1

func GetByNameOrID(service *services.Service, identifier string) (*CBICertificate, *http.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL