Versions in this module Expand all Collapse all v55 v55.1.0 Jan 18, 2022 v55.0.0 Jan 11, 2022 Changes in this version + type CaBundle struct + CaBundlePem *string + Id *string + Name *string + func (m CaBundle) String() string + type CertificateAuthorityBundle struct + CertChainPem *string + CertificateAuthorityId *string + CertificateAuthorityName *string + CertificatePem *string + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + TimeCreated *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateAuthorityBundle) String() string + type CertificateAuthorityBundleVersionCollection struct + Items []CertificateAuthorityBundleVersionSummary + func (m CertificateAuthorityBundleVersionCollection) String() string + type CertificateAuthorityBundleVersionSummary struct + CertificateAuthorityId *string + CertificateAuthorityName *string + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateAuthorityBundleVersionSummary) String() string + type CertificateBundle interface + GetCertChainPem func() *string + GetCertificateId func() *string + GetCertificateName func() *string + GetCertificatePem func() *string + GetRevocationStatus func() *RevocationStatus + GetSerialNumber func() *string + GetStages func() []VersionStageEnum + GetTimeCreated func() *common.SDKTime + GetValidity func() *Validity + GetVersionName func() *string + GetVersionNumber func() *int64 + type CertificateBundleCertificateBundleTypeEnum string + const CertificateBundleCertificateBundleTypePublicOnly + const CertificateBundleCertificateBundleTypeWithPrivateKey + func GetCertificateBundleCertificateBundleTypeEnumValues() []CertificateBundleCertificateBundleTypeEnum + type CertificateBundlePublicOnly struct + CertChainPem *string + CertificateId *string + CertificateName *string + CertificatePem *string + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + TimeCreated *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateBundlePublicOnly) GetCertChainPem() *string + func (m CertificateBundlePublicOnly) GetCertificateId() *string + func (m CertificateBundlePublicOnly) GetCertificateName() *string + func (m CertificateBundlePublicOnly) GetCertificatePem() *string + func (m CertificateBundlePublicOnly) GetRevocationStatus() *RevocationStatus + func (m CertificateBundlePublicOnly) GetSerialNumber() *string + func (m CertificateBundlePublicOnly) GetStages() []VersionStageEnum + func (m CertificateBundlePublicOnly) GetTimeCreated() *common.SDKTime + func (m CertificateBundlePublicOnly) GetValidity() *Validity + func (m CertificateBundlePublicOnly) GetVersionName() *string + func (m CertificateBundlePublicOnly) GetVersionNumber() *int64 + func (m CertificateBundlePublicOnly) MarshalJSON() (buff []byte, e error) + func (m CertificateBundlePublicOnly) String() string + type CertificateBundleVersionCollection struct + Items []CertificateBundleVersionSummary + func (m CertificateBundleVersionCollection) String() string + type CertificateBundleVersionSummary struct + CertificateId *string + CertificateName *string + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateBundleVersionSummary) String() string + type CertificateBundleWithPrivateKey struct + CertChainPem *string + CertificateId *string + CertificateName *string + CertificatePem *string + PrivateKeyPem *string + PrivateKeyPemPassphrase *string + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + TimeCreated *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateBundleWithPrivateKey) GetCertChainPem() *string + func (m CertificateBundleWithPrivateKey) GetCertificateId() *string + func (m CertificateBundleWithPrivateKey) GetCertificateName() *string + func (m CertificateBundleWithPrivateKey) GetCertificatePem() *string + func (m CertificateBundleWithPrivateKey) GetRevocationStatus() *RevocationStatus + func (m CertificateBundleWithPrivateKey) GetSerialNumber() *string + func (m CertificateBundleWithPrivateKey) GetStages() []VersionStageEnum + func (m CertificateBundleWithPrivateKey) GetTimeCreated() *common.SDKTime + func (m CertificateBundleWithPrivateKey) GetValidity() *Validity + func (m CertificateBundleWithPrivateKey) GetVersionName() *string + func (m CertificateBundleWithPrivateKey) GetVersionNumber() *int64 + func (m CertificateBundleWithPrivateKey) MarshalJSON() (buff []byte, e error) + func (m CertificateBundleWithPrivateKey) String() string + type CertificatesClient struct + func NewCertificatesClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client CertificatesClient, err error) + func NewCertificatesClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client CertificatesClient, err error) + func (client *CertificatesClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *CertificatesClient) SetRegion(region string) + func (client CertificatesClient) GetCaBundle(ctx context.Context, request GetCaBundleRequest) (response GetCaBundleResponse, err error) + func (client CertificatesClient) GetCertificateAuthorityBundle(ctx context.Context, request GetCertificateAuthorityBundleRequest) (response GetCertificateAuthorityBundleResponse, err error) + func (client CertificatesClient) GetCertificateBundle(ctx context.Context, request GetCertificateBundleRequest) (response GetCertificateBundleResponse, err error) + func (client CertificatesClient) ListCertificateAuthorityBundleVersions(ctx context.Context, request ListCertificateAuthorityBundleVersionsRequest) (response ListCertificateAuthorityBundleVersionsResponse, err error) + func (client CertificatesClient) ListCertificateBundleVersions(ctx context.Context, request ListCertificateBundleVersionsRequest) (response ListCertificateBundleVersionsResponse, err error) + type GetCaBundleRequest struct + CaBundleId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCaBundleRequest) RetryPolicy() *common.RetryPolicy + func (request GetCaBundleRequest) String() string + type GetCaBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCaBundleResponse) HTTPResponse() *http.Response + func (response GetCaBundleResponse) String() string + type GetCertificateAuthorityBundleRequest struct + CertificateAuthorityId *string + CertificateAuthorityVersionName *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + Stage GetCertificateAuthorityBundleStageEnum + VersionNumber *int64 + func (request GetCertificateAuthorityBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateAuthorityBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateAuthorityBundleRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateAuthorityBundleRequest) String() string + type GetCertificateAuthorityBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateAuthorityBundleResponse) HTTPResponse() *http.Response + func (response GetCertificateAuthorityBundleResponse) String() string + type GetCertificateAuthorityBundleStageEnum string + const GetCertificateAuthorityBundleStageCurrent + const GetCertificateAuthorityBundleStageDeprecated + const GetCertificateAuthorityBundleStageLatest + const GetCertificateAuthorityBundleStagePending + const GetCertificateAuthorityBundleStagePrevious + func GetGetCertificateAuthorityBundleStageEnumValues() []GetCertificateAuthorityBundleStageEnum + type GetCertificateBundleCertificateBundleTypeEnum string + const GetCertificateBundleCertificateBundleTypePublicOnly + const GetCertificateBundleCertificateBundleTypeWithPrivateKey + func GetGetCertificateBundleCertificateBundleTypeEnumValues() []GetCertificateBundleCertificateBundleTypeEnum + type GetCertificateBundleRequest struct + CertificateBundleType GetCertificateBundleCertificateBundleTypeEnum + CertificateId *string + CertificateVersionName *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + Stage GetCertificateBundleStageEnum + VersionNumber *int64 + func (request GetCertificateBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateBundleRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateBundleRequest) String() string + type GetCertificateBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateBundleResponse) HTTPResponse() *http.Response + func (response GetCertificateBundleResponse) String() string + type GetCertificateBundleStageEnum string + const GetCertificateBundleStageCurrent + const GetCertificateBundleStageDeprecated + const GetCertificateBundleStageLatest + const GetCertificateBundleStagePending + const GetCertificateBundleStagePrevious + func GetGetCertificateBundleStageEnumValues() []GetCertificateBundleStageEnum + type ListCertificateAuthorityBundleVersionsRequest struct + CertificateAuthorityId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + SortBy ListCertificateAuthorityBundleVersionsSortByEnum + SortOrder ListCertificateAuthorityBundleVersionsSortOrderEnum + func (request ListCertificateAuthorityBundleVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificateAuthorityBundleVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificateAuthorityBundleVersionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificateAuthorityBundleVersionsRequest) String() string + type ListCertificateAuthorityBundleVersionsResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificateAuthorityBundleVersionsResponse) HTTPResponse() *http.Response + func (response ListCertificateAuthorityBundleVersionsResponse) String() string + type ListCertificateAuthorityBundleVersionsSortByEnum string + const ListCertificateAuthorityBundleVersionsSortByVersionNumber + func GetListCertificateAuthorityBundleVersionsSortByEnumValues() []ListCertificateAuthorityBundleVersionsSortByEnum + type ListCertificateAuthorityBundleVersionsSortOrderEnum string + const ListCertificateAuthorityBundleVersionsSortOrderAsc + const ListCertificateAuthorityBundleVersionsSortOrderDesc + func GetListCertificateAuthorityBundleVersionsSortOrderEnumValues() []ListCertificateAuthorityBundleVersionsSortOrderEnum + type ListCertificateBundleVersionsRequest struct + CertificateId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + SortBy ListCertificateBundleVersionsSortByEnum + SortOrder ListCertificateBundleVersionsSortOrderEnum + func (request ListCertificateBundleVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificateBundleVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificateBundleVersionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificateBundleVersionsRequest) String() string + type ListCertificateBundleVersionsResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificateBundleVersionsResponse) HTTPResponse() *http.Response + func (response ListCertificateBundleVersionsResponse) String() string + type ListCertificateBundleVersionsSortByEnum string + const ListCertificateBundleVersionsSortByVersionNumber + func GetListCertificateBundleVersionsSortByEnumValues() []ListCertificateBundleVersionsSortByEnum + type ListCertificateBundleVersionsSortOrderEnum string + const ListCertificateBundleVersionsSortOrderAsc + const ListCertificateBundleVersionsSortOrderDesc + func GetListCertificateBundleVersionsSortOrderEnumValues() []ListCertificateBundleVersionsSortOrderEnum + type RevocationReasonEnum string + const RevocationReasonAaCompromise + const RevocationReasonAffiliationChanged + const RevocationReasonCaCompromise + const RevocationReasonCessationOfOperation + const RevocationReasonKeyCompromise + const RevocationReasonPrivilegeWithdrawn + const RevocationReasonSuperseded + const RevocationReasonUnspecified + func GetRevocationReasonEnumValues() []RevocationReasonEnum + type RevocationStatus struct + RevocationReason RevocationReasonEnum + TimeRevoked *common.SDKTime + func (m RevocationStatus) String() string + type Validity struct + TimeOfValidityNotAfter *common.SDKTime + TimeOfValidityNotBefore *common.SDKTime + func (m Validity) String() string + type VersionStageEnum string + const VersionStageCurrent + const VersionStageDeprecated + const VersionStageFailed + const VersionStageLatest + const VersionStagePending + const VersionStagePrevious + func GetVersionStageEnumValues() []VersionStageEnum Other modules containing this package github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v54 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65