Documentation ¶
Index ¶
- type EnrollmentCert
- type Service
- func (service *Service) Get(id string) (*EnrollmentCert, *http.Response, error)
- func (service *Service) GetAll() ([]EnrollmentCert, *http.Response, error)
- func (service *Service) GetByName(certName string) (*EnrollmentCert, *http.Response, error)
- func (service *Service) WithMicroTenant(microTenantID string) *Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrollmentCert ¶
type EnrollmentCert struct { AllowSigning bool `json:"allowSigning,omitempty"` Cname string `json:"cName,omitempty"` Certificate string `json:"certificate,omitempty"` ClientCertType string `json:"clientCertType,omitempty"` CreationTime string `json:"creationTime,omitempty"` CSR string `json:"csr,omitempty"` Description string `json:"description,omitempty"` ID string `json:"id,omitempty"` IssuedBy string `json:"issuedBy,omitempty"` IssuedTo string `json:"issuedTo,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name,omitempty"` ParentCertID string `json:"parentCertId,omitempty"` ParentCertName string `json:"parentCertName,omitempty"` PrivateKey string `json:"privateKey,omitempty"` PrivateKeyPresent bool `json:"privateKeyPresent,omitempty"` SerialNo string `json:"serialNo,omitempty"` ValidFromInEpochSec string `json:"validFromInEpochSec,omitempty"` ValidToInEpochSec string `json:"validToInEpochSec,omitempty"` ZrsaEncryptedPrivateKey string `json:"zrsaencryptedprivatekey,omitempty"` ZrsaEncryptedSessionKey string `json:"zrsaencryptedsessionkey,omitempty"` MicrotenantID string `json:"microtenantId,omitempty"` }
Click to show internal directories.
Click to hide internal directories.