Versions in this module Expand all Collapse all v57 v57.0.0 Feb 8, 2022 Changes in this version + func GetAssociationLifecycleStateEnumStringValues() []string + func GetAssociationTypeEnumStringValues() []string + func GetCaBundleLifecycleStateEnumStringValues() []string + func GetCertificateAuthorityConfigTypeEnumStringValues() []string + func GetCertificateAuthorityLifecycleStateEnumStringValues() []string + func GetCertificateAuthorityRuleRuleTypeEnumStringValues() []string + func GetCertificateConfigTypeEnumStringValues() []string + func GetCertificateLifecycleStateEnumStringValues() []string + func GetCertificateProfileTypeEnumStringValues() []string + func GetCertificateRuleRuleTypeEnumStringValues() []string + func GetCertificateSubjectAlternativeNameTypeEnumStringValues() []string + func GetKeyAlgorithmEnumStringValues() []string + func GetListAssociationsAssociationTypeEnumStringValues() []string + func GetListAssociationsSortByEnumStringValues() []string + func GetListAssociationsSortOrderEnumStringValues() []string + func GetListCaBundlesLifecycleStateEnumStringValues() []string + func GetListCaBundlesSortByEnumStringValues() []string + func GetListCaBundlesSortOrderEnumStringValues() []string + func GetListCertificateAuthoritiesLifecycleStateEnumStringValues() []string + func GetListCertificateAuthoritiesSortByEnumStringValues() []string + func GetListCertificateAuthoritiesSortOrderEnumStringValues() []string + func GetListCertificateAuthorityVersionsSortByEnumStringValues() []string + func GetListCertificateAuthorityVersionsSortOrderEnumStringValues() []string + func GetListCertificateVersionsSortByEnumStringValues() []string + func GetListCertificateVersionsSortOrderEnumStringValues() []string + func GetListCertificatesLifecycleStateEnumStringValues() []string + func GetListCertificatesSortByEnumStringValues() []string + func GetListCertificatesSortOrderEnumStringValues() []string + func GetRevocationReasonEnumStringValues() []string + func GetSignatureAlgorithmEnumStringValues() []string + func GetUpdateCertificateAuthorityConfigDetailsStageEnumStringValues() []string + func GetUpdateCertificateConfigDetailsStageEnumStringValues() []string + func GetVersionStageEnumStringValues() []string + type Association struct + AssociatedResourceId *string + AssociationType AssociationTypeEnum + CertificatesResourceId *string + CompartmentId *string + Id *string + LifecycleState AssociationLifecycleStateEnum + Name *string + TimeCreated *common.SDKTime + func (m Association) String() string + func (m Association) ValidateEnumValue() (bool, error) + type AssociationCollection struct + Items []AssociationSummary + func (m AssociationCollection) String() string + func (m AssociationCollection) ValidateEnumValue() (bool, error) + type AssociationLifecycleStateEnum string + const AssociationLifecycleStateActive + const AssociationLifecycleStateCreating + const AssociationLifecycleStateDeleting + const AssociationLifecycleStateFailed + const AssociationLifecycleStateUpdating + func GetAssociationLifecycleStateEnumValues() []AssociationLifecycleStateEnum + type AssociationSummary struct + AssociatedResourceId *string + AssociationType AssociationTypeEnum + CertificatesResourceId *string + CompartmentId *string + Id *string + LifecycleState AssociationLifecycleStateEnum + Name *string + TimeCreated *common.SDKTime + func (m AssociationSummary) String() string + func (m AssociationSummary) ValidateEnumValue() (bool, error) + type AssociationTypeEnum string + const AssociationTypeCaBundle + const AssociationTypeCertificate + const AssociationTypeCertificateAuthority + func GetAssociationTypeEnumValues() []AssociationTypeEnum + type CaBundle struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState CaBundleLifecycleStateEnum + Name *string + TimeCreated *common.SDKTime + func (m CaBundle) String() string + func (m CaBundle) ValidateEnumValue() (bool, error) + type CaBundleCollection struct + Items []CaBundleSummary + func (m CaBundleCollection) String() string + func (m CaBundleCollection) ValidateEnumValue() (bool, error) + type CaBundleLifecycleStateEnum string + const CaBundleLifecycleStateActive + const CaBundleLifecycleStateCreating + const CaBundleLifecycleStateDeleted + const CaBundleLifecycleStateDeleting + const CaBundleLifecycleStateFailed + const CaBundleLifecycleStateUpdating + func GetCaBundleLifecycleStateEnumValues() []CaBundleLifecycleStateEnum + type CaBundleSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState CaBundleLifecycleStateEnum + Name *string + TimeCreated *common.SDKTime + func (m CaBundleSummary) String() string + func (m CaBundleSummary) ValidateEnumValue() (bool, error) + type CancelCertificateAuthorityDeletionRequest struct + CertificateAuthorityId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelCertificateAuthorityDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelCertificateAuthorityDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelCertificateAuthorityDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request CancelCertificateAuthorityDeletionRequest) String() string + func (request CancelCertificateAuthorityDeletionRequest) ValidateEnumValue() (bool, error) + type CancelCertificateAuthorityDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CancelCertificateAuthorityDeletionResponse) HTTPResponse() *http.Response + func (response CancelCertificateAuthorityDeletionResponse) String() string + type CancelCertificateAuthorityVersionDeletionRequest struct + CertificateAuthorityId *string + CertificateAuthorityVersionNumber *int64 + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelCertificateAuthorityVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelCertificateAuthorityVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelCertificateAuthorityVersionDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request CancelCertificateAuthorityVersionDeletionRequest) String() string + func (request CancelCertificateAuthorityVersionDeletionRequest) ValidateEnumValue() (bool, error) + type CancelCertificateAuthorityVersionDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CancelCertificateAuthorityVersionDeletionResponse) HTTPResponse() *http.Response + func (response CancelCertificateAuthorityVersionDeletionResponse) String() string + type CancelCertificateDeletionRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelCertificateDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelCertificateDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelCertificateDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request CancelCertificateDeletionRequest) String() string + func (request CancelCertificateDeletionRequest) ValidateEnumValue() (bool, error) + type CancelCertificateDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CancelCertificateDeletionResponse) HTTPResponse() *http.Response + func (response CancelCertificateDeletionResponse) String() string + type CancelCertificateVersionDeletionRequest struct + CertificateId *string + CertificateVersionNumber *int64 + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelCertificateVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelCertificateVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelCertificateVersionDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request CancelCertificateVersionDeletionRequest) String() string + func (request CancelCertificateVersionDeletionRequest) ValidateEnumValue() (bool, error) + type CancelCertificateVersionDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CancelCertificateVersionDeletionResponse) HTTPResponse() *http.Response + func (response CancelCertificateVersionDeletionResponse) String() string + type Certificate struct + CertificateProfileType CertificateProfileTypeEnum + CertificateRevocationListDetails *CertificateRevocationListDetails + CertificateRules []CertificateRule + CompartmentId *string + ConfigType CertificateConfigTypeEnum + CurrentVersion *CertificateVersionSummary + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + IssuerCertificateAuthorityId *string + KeyAlgorithm KeyAlgorithmEnum + LifecycleDetails *string + LifecycleState CertificateLifecycleStateEnum + Name *string + SignatureAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + func (m *Certificate) UnmarshalJSON(data []byte) (e error) + func (m Certificate) String() string + func (m Certificate) ValidateEnumValue() (bool, error) + type CertificateAuthority struct + CertificateAuthorityRules []CertificateAuthorityRule + CertificateRevocationListDetails *CertificateRevocationListDetails + CompartmentId *string + ConfigType CertificateAuthorityConfigTypeEnum + CurrentVersion *CertificateAuthorityVersionSummary + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + IssuerCertificateAuthorityId *string + KmsKeyId *string + LifecycleDetails *string + LifecycleState CertificateAuthorityLifecycleStateEnum + Name *string + SigningAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + func (m *CertificateAuthority) UnmarshalJSON(data []byte) (e error) + func (m CertificateAuthority) String() string + func (m CertificateAuthority) ValidateEnumValue() (bool, error) + type CertificateAuthorityCollection struct + Items []CertificateAuthoritySummary + func (m CertificateAuthorityCollection) String() string + func (m CertificateAuthorityCollection) ValidateEnumValue() (bool, error) + type CertificateAuthorityConfigTypeEnum string + const CertificateAuthorityConfigTypeRootCaGeneratedInternally + const CertificateAuthorityConfigTypeSubordinateCaIssuedByInternalCa + func GetCertificateAuthorityConfigTypeEnumValues() []CertificateAuthorityConfigTypeEnum + type CertificateAuthorityIssuanceExpiryRule struct + CertificateAuthorityMaxValidityDuration *string + LeafCertificateMaxValidityDuration *string + func (m CertificateAuthorityIssuanceExpiryRule) MarshalJSON() (buff []byte, e error) + func (m CertificateAuthorityIssuanceExpiryRule) String() string + func (m CertificateAuthorityIssuanceExpiryRule) ValidateEnumValue() (bool, error) + type CertificateAuthorityLifecycleStateEnum string + const CertificateAuthorityLifecycleStateActive + const CertificateAuthorityLifecycleStateCancellingDeletion + const CertificateAuthorityLifecycleStateCreating + const CertificateAuthorityLifecycleStateDeleted + const CertificateAuthorityLifecycleStateDeleting + const CertificateAuthorityLifecycleStateFailed + const CertificateAuthorityLifecycleStatePendingDeletion + const CertificateAuthorityLifecycleStateSchedulingDeletion + const CertificateAuthorityLifecycleStateUpdating + func GetCertificateAuthorityLifecycleStateEnumValues() []CertificateAuthorityLifecycleStateEnum + type CertificateAuthorityRule interface + type CertificateAuthorityRuleRuleTypeEnum string + const CertificateAuthorityRuleRuleTypeCertificateAuthorityIssuanceExpiryRule + func GetCertificateAuthorityRuleRuleTypeEnumValues() []CertificateAuthorityRuleRuleTypeEnum + type CertificateAuthoritySummary struct + CertificateAuthorityRules []CertificateAuthorityRule + CompartmentId *string + ConfigType CertificateAuthorityConfigTypeEnum + CurrentVersionSummary *CertificateAuthorityVersionSummary + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + IssuerCertificateAuthorityId *string + KmsKeyId *string + LifecycleState CertificateAuthorityLifecycleStateEnum + Name *string + SigningAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + func (m *CertificateAuthoritySummary) UnmarshalJSON(data []byte) (e error) + func (m CertificateAuthoritySummary) String() string + func (m CertificateAuthoritySummary) ValidateEnumValue() (bool, error) + type CertificateAuthorityVersion struct + CertificateAuthorityId *string + IssuerCaVersionNumber *int64 + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + SubjectAlternativeNames []CertificateSubjectAlternativeName + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateAuthorityVersion) String() string + func (m CertificateAuthorityVersion) ValidateEnumValue() (bool, error) + type CertificateAuthorityVersionCollection struct + Items []CertificateAuthorityVersionSummary + func (m CertificateAuthorityVersionCollection) String() string + func (m CertificateAuthorityVersionCollection) ValidateEnumValue() (bool, error) + type CertificateAuthorityVersionSummary struct + CertificateAuthorityId *string + IssuerCaVersionNumber *int64 + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateAuthorityVersionSummary) String() string + func (m CertificateAuthorityVersionSummary) ValidateEnumValue() (bool, error) + type CertificateCollection struct + Items []CertificateSummary + func (m CertificateCollection) String() string + func (m CertificateCollection) ValidateEnumValue() (bool, error) + type CertificateConfigTypeEnum string + const CertificateConfigTypeImported + const CertificateConfigTypeIssuedByInternalCa + const CertificateConfigTypeManagedExternallyIssuedByInternalCa + func GetCertificateConfigTypeEnumValues() []CertificateConfigTypeEnum + type CertificateLifecycleStateEnum string + const CertificateLifecycleStateActive + const CertificateLifecycleStateCancellingDeletion + const CertificateLifecycleStateCreating + const CertificateLifecycleStateDeleted + const CertificateLifecycleStateDeleting + const CertificateLifecycleStateFailed + const CertificateLifecycleStatePendingDeletion + const CertificateLifecycleStateSchedulingDeletion + const CertificateLifecycleStateUpdating + func GetCertificateLifecycleStateEnumValues() []CertificateLifecycleStateEnum + type CertificateProfileTypeEnum string + const CertificateProfileTypeTlsClient + const CertificateProfileTypeTlsCodeSign + const CertificateProfileTypeTlsServer + const CertificateProfileTypeTlsServerOrClient + func GetCertificateProfileTypeEnumValues() []CertificateProfileTypeEnum + type CertificateRenewalRule struct + AdvanceRenewalPeriod *string + RenewalInterval *string + func (m CertificateRenewalRule) MarshalJSON() (buff []byte, e error) + func (m CertificateRenewalRule) String() string + func (m CertificateRenewalRule) ValidateEnumValue() (bool, error) + type CertificateRevocationListDetails struct + CustomFormattedUrls []string + ObjectStorageConfig *ObjectStorageBucketConfigDetails + func (m CertificateRevocationListDetails) String() string + func (m CertificateRevocationListDetails) ValidateEnumValue() (bool, error) + type CertificateRule interface + type CertificateRuleRuleTypeEnum string + const CertificateRuleRuleTypeCertificateRenewalRule + func GetCertificateRuleRuleTypeEnumValues() []CertificateRuleRuleTypeEnum + type CertificateSubject struct + CommonName *string + Country *string + DistinguishedNameQualifier *string + DomainComponent *string + GenerationQualifier *string + GivenName *string + Initials *string + LocalityName *string + Organization *string + OrganizationalUnit *string + Pseudonym *string + SerialNumber *string + StateOrProvinceName *string + Street *string + Surname *string + Title *string + UserId *string + func (m CertificateSubject) String() string + func (m CertificateSubject) ValidateEnumValue() (bool, error) + type CertificateSubjectAlternativeName struct + Type CertificateSubjectAlternativeNameTypeEnum + Value *string + func (m CertificateSubjectAlternativeName) String() string + func (m CertificateSubjectAlternativeName) ValidateEnumValue() (bool, error) + type CertificateSubjectAlternativeNameTypeEnum string + const CertificateSubjectAlternativeNameTypeDns + const CertificateSubjectAlternativeNameTypeIp + func GetCertificateSubjectAlternativeNameTypeEnumValues() []CertificateSubjectAlternativeNameTypeEnum + type CertificateSummary struct + CertificateProfileType CertificateProfileTypeEnum + CertificateRules []CertificateRule + CompartmentId *string + ConfigType CertificateConfigTypeEnum + CurrentVersionSummary *CertificateVersionSummary + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + IssuerCertificateAuthorityId *string + KeyAlgorithm KeyAlgorithmEnum + LifecycleState CertificateLifecycleStateEnum + Name *string + SignatureAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + func (m *CertificateSummary) UnmarshalJSON(data []byte) (e error) + func (m CertificateSummary) String() string + func (m CertificateSummary) ValidateEnumValue() (bool, error) + type CertificateVersion struct + CertificateId *string + IssuerCaVersionNumber *int64 + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + SubjectAlternativeNames []CertificateSubjectAlternativeName + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateVersion) String() string + func (m CertificateVersion) ValidateEnumValue() (bool, error) + type CertificateVersionCollection struct + Items []CertificateVersionSummary + func (m CertificateVersionCollection) String() string + func (m CertificateVersionCollection) ValidateEnumValue() (bool, error) + type CertificateVersionSummary struct + CertificateId *string + IssuerCaVersionNumber *int64 + RevocationStatus *RevocationStatus + SerialNumber *string + Stages []VersionStageEnum + SubjectAlternativeNames []CertificateSubjectAlternativeName + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + Validity *Validity + VersionName *string + VersionNumber *int64 + func (m CertificateVersionSummary) String() string + func (m CertificateVersionSummary) ValidateEnumValue() (bool, error) + type CertificatesManagementClient struct + func NewCertificatesManagementClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client CertificatesManagementClient, err error) + func NewCertificatesManagementClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client CertificatesManagementClient, err error) + func (client *CertificatesManagementClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *CertificatesManagementClient) SetRegion(region string) + func (client CertificatesManagementClient) CancelCertificateAuthorityDeletion(ctx context.Context, request CancelCertificateAuthorityDeletionRequest) (response CancelCertificateAuthorityDeletionResponse, err error) + func (client CertificatesManagementClient) CancelCertificateAuthorityVersionDeletion(ctx context.Context, request CancelCertificateAuthorityVersionDeletionRequest) (response CancelCertificateAuthorityVersionDeletionResponse, err error) + func (client CertificatesManagementClient) CancelCertificateDeletion(ctx context.Context, request CancelCertificateDeletionRequest) (response CancelCertificateDeletionResponse, err error) + func (client CertificatesManagementClient) CancelCertificateVersionDeletion(ctx context.Context, request CancelCertificateVersionDeletionRequest) (response CancelCertificateVersionDeletionResponse, err error) + func (client CertificatesManagementClient) ChangeCaBundleCompartment(ctx context.Context, request ChangeCaBundleCompartmentRequest) (response ChangeCaBundleCompartmentResponse, err error) + func (client CertificatesManagementClient) ChangeCertificateAuthorityCompartment(ctx context.Context, request ChangeCertificateAuthorityCompartmentRequest) (response ChangeCertificateAuthorityCompartmentResponse, err error) + func (client CertificatesManagementClient) ChangeCertificateCompartment(ctx context.Context, request ChangeCertificateCompartmentRequest) (response ChangeCertificateCompartmentResponse, err error) + func (client CertificatesManagementClient) CreateCaBundle(ctx context.Context, request CreateCaBundleRequest) (response CreateCaBundleResponse, err error) + func (client CertificatesManagementClient) CreateCertificate(ctx context.Context, request CreateCertificateRequest) (response CreateCertificateResponse, err error) + func (client CertificatesManagementClient) CreateCertificateAuthority(ctx context.Context, request CreateCertificateAuthorityRequest) (response CreateCertificateAuthorityResponse, err error) + func (client CertificatesManagementClient) DeleteCaBundle(ctx context.Context, request DeleteCaBundleRequest) (response DeleteCaBundleResponse, err error) + func (client CertificatesManagementClient) GetAssociation(ctx context.Context, request GetAssociationRequest) (response GetAssociationResponse, err error) + func (client CertificatesManagementClient) GetCaBundle(ctx context.Context, request GetCaBundleRequest) (response GetCaBundleResponse, err error) + func (client CertificatesManagementClient) GetCertificate(ctx context.Context, request GetCertificateRequest) (response GetCertificateResponse, err error) + func (client CertificatesManagementClient) GetCertificateAuthority(ctx context.Context, request GetCertificateAuthorityRequest) (response GetCertificateAuthorityResponse, err error) + func (client CertificatesManagementClient) GetCertificateAuthorityVersion(ctx context.Context, request GetCertificateAuthorityVersionRequest) (response GetCertificateAuthorityVersionResponse, err error) + func (client CertificatesManagementClient) GetCertificateVersion(ctx context.Context, request GetCertificateVersionRequest) (response GetCertificateVersionResponse, err error) + func (client CertificatesManagementClient) ListAssociations(ctx context.Context, request ListAssociationsRequest) (response ListAssociationsResponse, err error) + func (client CertificatesManagementClient) ListCaBundles(ctx context.Context, request ListCaBundlesRequest) (response ListCaBundlesResponse, err error) + func (client CertificatesManagementClient) ListCertificateAuthorities(ctx context.Context, request ListCertificateAuthoritiesRequest) (response ListCertificateAuthoritiesResponse, err error) + func (client CertificatesManagementClient) ListCertificateAuthorityVersions(ctx context.Context, request ListCertificateAuthorityVersionsRequest) (response ListCertificateAuthorityVersionsResponse, err error) + func (client CertificatesManagementClient) ListCertificateVersions(ctx context.Context, request ListCertificateVersionsRequest) (response ListCertificateVersionsResponse, err error) + func (client CertificatesManagementClient) ListCertificates(ctx context.Context, request ListCertificatesRequest) (response ListCertificatesResponse, err error) + func (client CertificatesManagementClient) RevokeCertificateAuthorityVersion(ctx context.Context, request RevokeCertificateAuthorityVersionRequest) (response RevokeCertificateAuthorityVersionResponse, err error) + func (client CertificatesManagementClient) RevokeCertificateVersion(ctx context.Context, request RevokeCertificateVersionRequest) (response RevokeCertificateVersionResponse, err error) + func (client CertificatesManagementClient) ScheduleCertificateAuthorityDeletion(ctx context.Context, request ScheduleCertificateAuthorityDeletionRequest) (response ScheduleCertificateAuthorityDeletionResponse, err error) + func (client CertificatesManagementClient) ScheduleCertificateAuthorityVersionDeletion(ctx context.Context, ...) (response ScheduleCertificateAuthorityVersionDeletionResponse, err error) + func (client CertificatesManagementClient) ScheduleCertificateDeletion(ctx context.Context, request ScheduleCertificateDeletionRequest) (response ScheduleCertificateDeletionResponse, err error) + func (client CertificatesManagementClient) ScheduleCertificateVersionDeletion(ctx context.Context, request ScheduleCertificateVersionDeletionRequest) (response ScheduleCertificateVersionDeletionResponse, err error) + func (client CertificatesManagementClient) UpdateCaBundle(ctx context.Context, request UpdateCaBundleRequest) (response UpdateCaBundleResponse, err error) + func (client CertificatesManagementClient) UpdateCertificate(ctx context.Context, request UpdateCertificateRequest) (response UpdateCertificateResponse, err error) + func (client CertificatesManagementClient) UpdateCertificateAuthority(ctx context.Context, request UpdateCertificateAuthorityRequest) (response UpdateCertificateAuthorityResponse, err error) + type ChangeCaBundleCompartmentDetails struct + CompartmentId *string + func (m ChangeCaBundleCompartmentDetails) String() string + func (m ChangeCaBundleCompartmentDetails) ValidateEnumValue() (bool, error) + type ChangeCaBundleCompartmentRequest struct + CaBundleId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeCaBundleCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeCaBundleCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeCaBundleCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeCaBundleCompartmentRequest) String() string + func (request ChangeCaBundleCompartmentRequest) ValidateEnumValue() (bool, error) + type ChangeCaBundleCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeCaBundleCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeCaBundleCompartmentResponse) String() string + type ChangeCertificateAuthorityCompartmentDetails struct + CompartmentId *string + func (m ChangeCertificateAuthorityCompartmentDetails) String() string + func (m ChangeCertificateAuthorityCompartmentDetails) ValidateEnumValue() (bool, error) + type ChangeCertificateAuthorityCompartmentRequest struct + CertificateAuthorityId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeCertificateAuthorityCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeCertificateAuthorityCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeCertificateAuthorityCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeCertificateAuthorityCompartmentRequest) String() string + func (request ChangeCertificateAuthorityCompartmentRequest) ValidateEnumValue() (bool, error) + type ChangeCertificateAuthorityCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeCertificateAuthorityCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeCertificateAuthorityCompartmentResponse) String() string + type ChangeCertificateCompartmentDetails struct + CompartmentId *string + func (m ChangeCertificateCompartmentDetails) String() string + func (m ChangeCertificateCompartmentDetails) ValidateEnumValue() (bool, error) + type ChangeCertificateCompartmentRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeCertificateCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeCertificateCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeCertificateCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeCertificateCompartmentRequest) String() string + func (request ChangeCertificateCompartmentRequest) ValidateEnumValue() (bool, error) + type ChangeCertificateCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeCertificateCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeCertificateCompartmentResponse) String() string + type CreateCaBundleDetails struct + CaBundlePem *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Name *string + func (m CreateCaBundleDetails) String() string + func (m CreateCaBundleDetails) ValidateEnumValue() (bool, error) + type CreateCaBundleRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateCaBundleRequest) RetryPolicy() *common.RetryPolicy + func (request CreateCaBundleRequest) String() string + func (request CreateCaBundleRequest) ValidateEnumValue() (bool, error) + type CreateCaBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateCaBundleResponse) HTTPResponse() *http.Response + func (response CreateCaBundleResponse) String() string + type CreateCertificateAuthorityConfigDetails interface + GetVersionName func() *string + type CreateCertificateAuthorityDetails struct + CertificateAuthorityConfig CreateCertificateAuthorityConfigDetails + CertificateAuthorityRules []CertificateAuthorityRule + CertificateRevocationListDetails *CertificateRevocationListDetails + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + KmsKeyId *string + Name *string + func (m *CreateCertificateAuthorityDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateCertificateAuthorityDetails) String() string + func (m CreateCertificateAuthorityDetails) ValidateEnumValue() (bool, error) + type CreateCertificateAuthorityRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateCertificateAuthorityRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateCertificateAuthorityRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateCertificateAuthorityRequest) RetryPolicy() *common.RetryPolicy + func (request CreateCertificateAuthorityRequest) String() string + func (request CreateCertificateAuthorityRequest) ValidateEnumValue() (bool, error) + type CreateCertificateAuthorityResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateCertificateAuthorityResponse) HTTPResponse() *http.Response + func (response CreateCertificateAuthorityResponse) String() string + type CreateCertificateByImportingConfigDetails struct + CertChainPem *string + CertificatePem *string + PrivateKeyPem *string + PrivateKeyPemPassphrase *string + VersionName *string + func (m CreateCertificateByImportingConfigDetails) GetVersionName() *string + func (m CreateCertificateByImportingConfigDetails) MarshalJSON() (buff []byte, e error) + func (m CreateCertificateByImportingConfigDetails) String() string + func (m CreateCertificateByImportingConfigDetails) ValidateEnumValue() (bool, error) + type CreateCertificateConfigDetails interface + GetVersionName func() *string + type CreateCertificateDetails struct + CertificateConfig CreateCertificateConfigDetails + CertificateRules []CertificateRule + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Name *string + func (m *CreateCertificateDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateCertificateDetails) String() string + func (m CreateCertificateDetails) ValidateEnumValue() (bool, error) + type CreateCertificateIssuedByInternalCaConfigDetails struct + CertificateProfileType CertificateProfileTypeEnum + IssuerCertificateAuthorityId *string + KeyAlgorithm KeyAlgorithmEnum + SignatureAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + SubjectAlternativeNames []CertificateSubjectAlternativeName + Validity *Validity + VersionName *string + func (m CreateCertificateIssuedByInternalCaConfigDetails) GetVersionName() *string + func (m CreateCertificateIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error) + func (m CreateCertificateIssuedByInternalCaConfigDetails) String() string + func (m CreateCertificateIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error) + type CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails struct + CsrPem *string + IssuerCertificateAuthorityId *string + Validity *Validity + VersionName *string + func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) GetVersionName() *string + func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error) + func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) String() string + func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error) + type CreateCertificateRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request CreateCertificateRequest) String() string + func (request CreateCertificateRequest) ValidateEnumValue() (bool, error) + type CreateCertificateResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateCertificateResponse) HTTPResponse() *http.Response + func (response CreateCertificateResponse) String() string + type CreateRootCaByGeneratingInternallyConfigDetails struct + SigningAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + Validity *Validity + VersionName *string + func (m CreateRootCaByGeneratingInternallyConfigDetails) GetVersionName() *string + func (m CreateRootCaByGeneratingInternallyConfigDetails) MarshalJSON() (buff []byte, e error) + func (m CreateRootCaByGeneratingInternallyConfigDetails) String() string + func (m CreateRootCaByGeneratingInternallyConfigDetails) ValidateEnumValue() (bool, error) + type CreateSubordinateCaIssuedByInternalCaConfigDetails struct + IssuerCertificateAuthorityId *string + SigningAlgorithm SignatureAlgorithmEnum + Subject *CertificateSubject + Validity *Validity + VersionName *string + func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) GetVersionName() *string + func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error) + func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) String() string + func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error) + type DeleteCaBundleRequest struct + CaBundleId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteCaBundleRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteCaBundleRequest) String() string + func (request DeleteCaBundleRequest) ValidateEnumValue() (bool, error) + type DeleteCaBundleResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteCaBundleResponse) HTTPResponse() *http.Response + func (response DeleteCaBundleResponse) String() string + type GetAssociationRequest struct + AssociationId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetAssociationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetAssociationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetAssociationRequest) RetryPolicy() *common.RetryPolicy + func (request GetAssociationRequest) String() string + func (request GetAssociationRequest) ValidateEnumValue() (bool, error) + type GetAssociationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetAssociationResponse) HTTPResponse() *http.Response + func (response GetAssociationResponse) String() string + 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 + func (request GetCaBundleRequest) ValidateEnumValue() (bool, error) + type GetCaBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCaBundleResponse) HTTPResponse() *http.Response + func (response GetCaBundleResponse) String() string + type GetCertificateAuthorityRequest struct + CertificateAuthorityId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetCertificateAuthorityRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateAuthorityRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateAuthorityRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateAuthorityRequest) String() string + func (request GetCertificateAuthorityRequest) ValidateEnumValue() (bool, error) + type GetCertificateAuthorityResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateAuthorityResponse) HTTPResponse() *http.Response + func (response GetCertificateAuthorityResponse) String() string + type GetCertificateAuthorityVersionRequest struct + CertificateAuthorityId *string + CertificateAuthorityVersionNumber *int64 + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetCertificateAuthorityVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateAuthorityVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateAuthorityVersionRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateAuthorityVersionRequest) String() string + func (request GetCertificateAuthorityVersionRequest) ValidateEnumValue() (bool, error) + type GetCertificateAuthorityVersionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateAuthorityVersionResponse) HTTPResponse() *http.Response + func (response GetCertificateAuthorityVersionResponse) String() string + type GetCertificateRequest struct + CertificateId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateRequest) String() string + func (request GetCertificateRequest) ValidateEnumValue() (bool, error) + type GetCertificateResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateResponse) HTTPResponse() *http.Response + func (response GetCertificateResponse) String() string + type GetCertificateVersionRequest struct + CertificateId *string + CertificateVersionNumber *int64 + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetCertificateVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateVersionRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateVersionRequest) String() string + func (request GetCertificateVersionRequest) ValidateEnumValue() (bool, error) + type GetCertificateVersionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateVersionResponse) HTTPResponse() *http.Response + func (response GetCertificateVersionResponse) String() string + type KeyAlgorithmEnum string + const KeyAlgorithmEcdsaP256 + const KeyAlgorithmEcdsaP384 + const KeyAlgorithmRsa2048 + const KeyAlgorithmRsa4096 + func GetKeyAlgorithmEnumValues() []KeyAlgorithmEnum + type ListAssociationsAssociationTypeEnum string + const ListAssociationsAssociationTypeCaBundle + const ListAssociationsAssociationTypeCertificate + const ListAssociationsAssociationTypeCertificateAuthority + func GetListAssociationsAssociationTypeEnumValues() []ListAssociationsAssociationTypeEnum + type ListAssociationsRequest struct + AssociatedResourceId *string + AssociationId *string + AssociationType ListAssociationsAssociationTypeEnum + CertificatesResourceId *string + CompartmentId *string + Limit *int + Name *string + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListAssociationsSortByEnum + SortOrder ListAssociationsSortOrderEnum + func (request ListAssociationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListAssociationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListAssociationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListAssociationsRequest) String() string + func (request ListAssociationsRequest) ValidateEnumValue() (bool, error) + type ListAssociationsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListAssociationsResponse) HTTPResponse() *http.Response + func (response ListAssociationsResponse) String() string + type ListAssociationsSortByEnum string + const ListAssociationsSortByName + const ListAssociationsSortByTimecreated + func GetListAssociationsSortByEnumValues() []ListAssociationsSortByEnum + type ListAssociationsSortOrderEnum string + const ListAssociationsSortOrderAsc + const ListAssociationsSortOrderDesc + func GetListAssociationsSortOrderEnumValues() []ListAssociationsSortOrderEnum + type ListCaBundlesLifecycleStateEnum string + const ListCaBundlesLifecycleStateActive + const ListCaBundlesLifecycleStateCreating + const ListCaBundlesLifecycleStateDeleted + const ListCaBundlesLifecycleStateDeleting + const ListCaBundlesLifecycleStateFailed + const ListCaBundlesLifecycleStateUpdating + func GetListCaBundlesLifecycleStateEnumValues() []ListCaBundlesLifecycleStateEnum + type ListCaBundlesRequest struct + CaBundleId *string + CompartmentId *string + LifecycleState ListCaBundlesLifecycleStateEnum + Limit *int + Name *string + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListCaBundlesSortByEnum + SortOrder ListCaBundlesSortOrderEnum + func (request ListCaBundlesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCaBundlesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCaBundlesRequest) RetryPolicy() *common.RetryPolicy + func (request ListCaBundlesRequest) String() string + func (request ListCaBundlesRequest) ValidateEnumValue() (bool, error) + type ListCaBundlesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListCaBundlesResponse) HTTPResponse() *http.Response + func (response ListCaBundlesResponse) String() string + type ListCaBundlesSortByEnum string + const ListCaBundlesSortByName + const ListCaBundlesSortByTimecreated + func GetListCaBundlesSortByEnumValues() []ListCaBundlesSortByEnum + type ListCaBundlesSortOrderEnum string + const ListCaBundlesSortOrderAsc + const ListCaBundlesSortOrderDesc + func GetListCaBundlesSortOrderEnumValues() []ListCaBundlesSortOrderEnum + type ListCertificateAuthoritiesLifecycleStateEnum string + const ListCertificateAuthoritiesLifecycleStateActive + const ListCertificateAuthoritiesLifecycleStateCancellingDeletion + const ListCertificateAuthoritiesLifecycleStateCreating + const ListCertificateAuthoritiesLifecycleStateDeleted + const ListCertificateAuthoritiesLifecycleStateDeleting + const ListCertificateAuthoritiesLifecycleStateFailed + const ListCertificateAuthoritiesLifecycleStatePendingDeletion + const ListCertificateAuthoritiesLifecycleStateSchedulingDeletion + const ListCertificateAuthoritiesLifecycleStateUpdating + func GetListCertificateAuthoritiesLifecycleStateEnumValues() []ListCertificateAuthoritiesLifecycleStateEnum + type ListCertificateAuthoritiesRequest struct + CertificateAuthorityId *string + CompartmentId *string + IssuerCertificateAuthorityId *string + LifecycleState ListCertificateAuthoritiesLifecycleStateEnum + Limit *int + Name *string + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListCertificateAuthoritiesSortByEnum + SortOrder ListCertificateAuthoritiesSortOrderEnum + func (request ListCertificateAuthoritiesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificateAuthoritiesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificateAuthoritiesRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificateAuthoritiesRequest) String() string + func (request ListCertificateAuthoritiesRequest) ValidateEnumValue() (bool, error) + type ListCertificateAuthoritiesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificateAuthoritiesResponse) HTTPResponse() *http.Response + func (response ListCertificateAuthoritiesResponse) String() string + type ListCertificateAuthoritiesSortByEnum string + const ListCertificateAuthoritiesSortByExpirationdate + const ListCertificateAuthoritiesSortByName + const ListCertificateAuthoritiesSortByTimecreated + func GetListCertificateAuthoritiesSortByEnumValues() []ListCertificateAuthoritiesSortByEnum + type ListCertificateAuthoritiesSortOrderEnum string + const ListCertificateAuthoritiesSortOrderAsc + const ListCertificateAuthoritiesSortOrderDesc + func GetListCertificateAuthoritiesSortOrderEnumValues() []ListCertificateAuthoritiesSortOrderEnum + type ListCertificateAuthorityVersionsRequest struct + CertificateAuthorityId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListCertificateAuthorityVersionsSortByEnum + SortOrder ListCertificateAuthorityVersionsSortOrderEnum + VersionNumber *int64 + func (request ListCertificateAuthorityVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificateAuthorityVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificateAuthorityVersionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificateAuthorityVersionsRequest) String() string + func (request ListCertificateAuthorityVersionsRequest) ValidateEnumValue() (bool, error) + type ListCertificateAuthorityVersionsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificateAuthorityVersionsResponse) HTTPResponse() *http.Response + func (response ListCertificateAuthorityVersionsResponse) String() string + type ListCertificateAuthorityVersionsSortByEnum string + const ListCertificateAuthorityVersionsSortByVersionNumber + func GetListCertificateAuthorityVersionsSortByEnumValues() []ListCertificateAuthorityVersionsSortByEnum + type ListCertificateAuthorityVersionsSortOrderEnum string + const ListCertificateAuthorityVersionsSortOrderAsc + const ListCertificateAuthorityVersionsSortOrderDesc + func GetListCertificateAuthorityVersionsSortOrderEnumValues() []ListCertificateAuthorityVersionsSortOrderEnum + type ListCertificateVersionsRequest struct + CertificateId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListCertificateVersionsSortByEnum + SortOrder ListCertificateVersionsSortOrderEnum + VersionNumber *int64 + func (request ListCertificateVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificateVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificateVersionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificateVersionsRequest) String() string + func (request ListCertificateVersionsRequest) ValidateEnumValue() (bool, error) + type ListCertificateVersionsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificateVersionsResponse) HTTPResponse() *http.Response + func (response ListCertificateVersionsResponse) String() string + type ListCertificateVersionsSortByEnum string + const ListCertificateVersionsSortByVersionNumber + func GetListCertificateVersionsSortByEnumValues() []ListCertificateVersionsSortByEnum + type ListCertificateVersionsSortOrderEnum string + const ListCertificateVersionsSortOrderAsc + const ListCertificateVersionsSortOrderDesc + func GetListCertificateVersionsSortOrderEnumValues() []ListCertificateVersionsSortOrderEnum + type ListCertificatesLifecycleStateEnum string + const ListCertificatesLifecycleStateActive + const ListCertificatesLifecycleStateCancellingDeletion + const ListCertificatesLifecycleStateCreating + const ListCertificatesLifecycleStateDeleted + const ListCertificatesLifecycleStateDeleting + const ListCertificatesLifecycleStateFailed + const ListCertificatesLifecycleStatePendingDeletion + const ListCertificatesLifecycleStateSchedulingDeletion + const ListCertificatesLifecycleStateUpdating + func GetListCertificatesLifecycleStateEnumValues() []ListCertificatesLifecycleStateEnum + type ListCertificatesRequest struct + CertificateId *string + CompartmentId *string + IssuerCertificateAuthorityId *string + LifecycleState ListCertificatesLifecycleStateEnum + Limit *int + Name *string + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListCertificatesSortByEnum + SortOrder ListCertificatesSortOrderEnum + func (request ListCertificatesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificatesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificatesRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificatesRequest) String() string + func (request ListCertificatesRequest) ValidateEnumValue() (bool, error) + type ListCertificatesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificatesResponse) HTTPResponse() *http.Response + func (response ListCertificatesResponse) String() string + type ListCertificatesSortByEnum string + const ListCertificatesSortByExpirationdate + const ListCertificatesSortByName + const ListCertificatesSortByTimecreated + func GetListCertificatesSortByEnumValues() []ListCertificatesSortByEnum + type ListCertificatesSortOrderEnum string + const ListCertificatesSortOrderAsc + const ListCertificatesSortOrderDesc + func GetListCertificatesSortOrderEnumValues() []ListCertificatesSortOrderEnum + type ObjectStorageBucketConfigDetails struct + ObjectStorageBucketName *string + ObjectStorageNamespace *string + ObjectStorageObjectNameFormat *string + func (m ObjectStorageBucketConfigDetails) String() string + func (m ObjectStorageBucketConfigDetails) ValidateEnumValue() (bool, error) + 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 + TimeOfRevocation *common.SDKTime + func (m RevocationStatus) String() string + func (m RevocationStatus) ValidateEnumValue() (bool, error) + type RevokeCertificateAuthorityVersionDetails struct + RevocationReason RevocationReasonEnum + func (m RevokeCertificateAuthorityVersionDetails) String() string + func (m RevokeCertificateAuthorityVersionDetails) ValidateEnumValue() (bool, error) + type RevokeCertificateAuthorityVersionRequest struct + CertificateAuthorityId *string + CertificateAuthorityVersionNumber *int64 + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request RevokeCertificateAuthorityVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request RevokeCertificateAuthorityVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request RevokeCertificateAuthorityVersionRequest) RetryPolicy() *common.RetryPolicy + func (request RevokeCertificateAuthorityVersionRequest) String() string + func (request RevokeCertificateAuthorityVersionRequest) ValidateEnumValue() (bool, error) + type RevokeCertificateAuthorityVersionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response RevokeCertificateAuthorityVersionResponse) HTTPResponse() *http.Response + func (response RevokeCertificateAuthorityVersionResponse) String() string + type RevokeCertificateVersionDetails struct + RevocationReason RevocationReasonEnum + func (m RevokeCertificateVersionDetails) String() string + func (m RevokeCertificateVersionDetails) ValidateEnumValue() (bool, error) + type RevokeCertificateVersionRequest struct + CertificateId *string + CertificateVersionNumber *int64 + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request RevokeCertificateVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request RevokeCertificateVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request RevokeCertificateVersionRequest) RetryPolicy() *common.RetryPolicy + func (request RevokeCertificateVersionRequest) String() string + func (request RevokeCertificateVersionRequest) ValidateEnumValue() (bool, error) + type RevokeCertificateVersionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response RevokeCertificateVersionResponse) HTTPResponse() *http.Response + func (response RevokeCertificateVersionResponse) String() string + type ScheduleCertificateAuthorityDeletionDetails struct + TimeOfDeletion *common.SDKTime + func (m ScheduleCertificateAuthorityDeletionDetails) String() string + func (m ScheduleCertificateAuthorityDeletionDetails) ValidateEnumValue() (bool, error) + type ScheduleCertificateAuthorityDeletionRequest struct + CertificateAuthorityId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ScheduleCertificateAuthorityDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ScheduleCertificateAuthorityDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ScheduleCertificateAuthorityDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request ScheduleCertificateAuthorityDeletionRequest) String() string + func (request ScheduleCertificateAuthorityDeletionRequest) ValidateEnumValue() (bool, error) + type ScheduleCertificateAuthorityDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ScheduleCertificateAuthorityDeletionResponse) HTTPResponse() *http.Response + func (response ScheduleCertificateAuthorityDeletionResponse) String() string + type ScheduleCertificateAuthorityVersionDeletionDetails struct + TimeOfDeletion *common.SDKTime + func (m ScheduleCertificateAuthorityVersionDeletionDetails) String() string + func (m ScheduleCertificateAuthorityVersionDeletionDetails) ValidateEnumValue() (bool, error) + type ScheduleCertificateAuthorityVersionDeletionRequest struct + CertificateAuthorityId *string + CertificateAuthorityVersionNumber *int64 + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ScheduleCertificateAuthorityVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ScheduleCertificateAuthorityVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ScheduleCertificateAuthorityVersionDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request ScheduleCertificateAuthorityVersionDeletionRequest) String() string + func (request ScheduleCertificateAuthorityVersionDeletionRequest) ValidateEnumValue() (bool, error) + type ScheduleCertificateAuthorityVersionDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ScheduleCertificateAuthorityVersionDeletionResponse) HTTPResponse() *http.Response + func (response ScheduleCertificateAuthorityVersionDeletionResponse) String() string + type ScheduleCertificateDeletionDetails struct + TimeOfDeletion *common.SDKTime + func (m ScheduleCertificateDeletionDetails) String() string + func (m ScheduleCertificateDeletionDetails) ValidateEnumValue() (bool, error) + type ScheduleCertificateDeletionRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ScheduleCertificateDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ScheduleCertificateDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ScheduleCertificateDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request ScheduleCertificateDeletionRequest) String() string + func (request ScheduleCertificateDeletionRequest) ValidateEnumValue() (bool, error) + type ScheduleCertificateDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ScheduleCertificateDeletionResponse) HTTPResponse() *http.Response + func (response ScheduleCertificateDeletionResponse) String() string + type ScheduleCertificateVersionDeletionDetails struct + TimeOfDeletion *common.SDKTime + func (m ScheduleCertificateVersionDeletionDetails) String() string + func (m ScheduleCertificateVersionDeletionDetails) ValidateEnumValue() (bool, error) + type ScheduleCertificateVersionDeletionRequest struct + CertificateId *string + CertificateVersionNumber *int64 + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ScheduleCertificateVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ScheduleCertificateVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ScheduleCertificateVersionDeletionRequest) RetryPolicy() *common.RetryPolicy + func (request ScheduleCertificateVersionDeletionRequest) String() string + func (request ScheduleCertificateVersionDeletionRequest) ValidateEnumValue() (bool, error) + type ScheduleCertificateVersionDeletionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ScheduleCertificateVersionDeletionResponse) HTTPResponse() *http.Response + func (response ScheduleCertificateVersionDeletionResponse) String() string + type SignatureAlgorithmEnum string + const SignatureAlgorithmSha256WithEcdsa + const SignatureAlgorithmSha256WithRsa + const SignatureAlgorithmSha384WithEcdsa + const SignatureAlgorithmSha384WithRsa + const SignatureAlgorithmSha512WithEcdsa + const SignatureAlgorithmSha512WithRsa + func GetSignatureAlgorithmEnumValues() []SignatureAlgorithmEnum + type UpdateCaBundleDetails struct + CaBundlePem *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + func (m UpdateCaBundleDetails) String() string + func (m UpdateCaBundleDetails) ValidateEnumValue() (bool, error) + type UpdateCaBundleRequest struct + CaBundleId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateCaBundleRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateCaBundleRequest) String() string + func (request UpdateCaBundleRequest) ValidateEnumValue() (bool, error) + type UpdateCaBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateCaBundleResponse) HTTPResponse() *http.Response + func (response UpdateCaBundleResponse) String() string + type UpdateCertificateAuthorityConfigDetails interface + GetStage func() UpdateCertificateAuthorityConfigDetailsStageEnum + GetVersionName func() *string + type UpdateCertificateAuthorityConfigDetailsStageEnum string + const UpdateCertificateAuthorityConfigDetailsStageCurrent + const UpdateCertificateAuthorityConfigDetailsStagePending + func GetUpdateCertificateAuthorityConfigDetailsStageEnumValues() []UpdateCertificateAuthorityConfigDetailsStageEnum + type UpdateCertificateAuthorityDetails struct + CertificateAuthorityConfig UpdateCertificateAuthorityConfigDetails + CertificateAuthorityRules []CertificateAuthorityRule + CertificateRevocationListDetails *CertificateRevocationListDetails + CurrentVersionNumber *int64 + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + func (m *UpdateCertificateAuthorityDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateCertificateAuthorityDetails) String() string + func (m UpdateCertificateAuthorityDetails) ValidateEnumValue() (bool, error) + type UpdateCertificateAuthorityRequest struct + CertificateAuthorityId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateCertificateAuthorityRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateCertificateAuthorityRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateCertificateAuthorityRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateCertificateAuthorityRequest) String() string + func (request UpdateCertificateAuthorityRequest) ValidateEnumValue() (bool, error) + type UpdateCertificateAuthorityResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateCertificateAuthorityResponse) HTTPResponse() *http.Response + func (response UpdateCertificateAuthorityResponse) String() string + type UpdateCertificateByImportingConfigDetails struct + CertChainPem *string + CertificatePem *string + PrivateKeyPem *string + PrivateKeyPemPassphrase *string + Stage UpdateCertificateConfigDetailsStageEnum + VersionName *string + func (m UpdateCertificateByImportingConfigDetails) GetStage() UpdateCertificateConfigDetailsStageEnum + func (m UpdateCertificateByImportingConfigDetails) GetVersionName() *string + func (m UpdateCertificateByImportingConfigDetails) MarshalJSON() (buff []byte, e error) + func (m UpdateCertificateByImportingConfigDetails) String() string + func (m UpdateCertificateByImportingConfigDetails) ValidateEnumValue() (bool, error) + type UpdateCertificateConfigDetails interface + GetStage func() UpdateCertificateConfigDetailsStageEnum + GetVersionName func() *string + type UpdateCertificateConfigDetailsStageEnum string + const UpdateCertificateConfigDetailsStageCurrent + const UpdateCertificateConfigDetailsStagePending + func GetUpdateCertificateConfigDetailsStageEnumValues() []UpdateCertificateConfigDetailsStageEnum + type UpdateCertificateDetails struct + CertificateConfig UpdateCertificateConfigDetails + CertificateRules []CertificateRule + CurrentVersionNumber *int64 + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + func (m *UpdateCertificateDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateCertificateDetails) String() string + func (m UpdateCertificateDetails) ValidateEnumValue() (bool, error) + type UpdateCertificateIssuedByInternalCaConfigDetails struct + Stage UpdateCertificateConfigDetailsStageEnum + Validity *Validity + VersionName *string + func (m UpdateCertificateIssuedByInternalCaConfigDetails) GetStage() UpdateCertificateConfigDetailsStageEnum + func (m UpdateCertificateIssuedByInternalCaConfigDetails) GetVersionName() *string + func (m UpdateCertificateIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error) + func (m UpdateCertificateIssuedByInternalCaConfigDetails) String() string + func (m UpdateCertificateIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error) + type UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails struct + CsrPem *string + Stage UpdateCertificateConfigDetailsStageEnum + Validity *Validity + VersionName *string + func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) GetStage() UpdateCertificateConfigDetailsStageEnum + func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) GetVersionName() *string + func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error) + func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) String() string + func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error) + type UpdateCertificateRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateCertificateRequest) String() string + func (request UpdateCertificateRequest) ValidateEnumValue() (bool, error) + type UpdateCertificateResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateCertificateResponse) HTTPResponse() *http.Response + func (response UpdateCertificateResponse) String() string + type UpdateRootCaByGeneratingInternallyConfigDetails struct + Stage UpdateCertificateAuthorityConfigDetailsStageEnum + Validity *Validity + VersionName *string + func (m UpdateRootCaByGeneratingInternallyConfigDetails) GetStage() UpdateCertificateAuthorityConfigDetailsStageEnum + func (m UpdateRootCaByGeneratingInternallyConfigDetails) GetVersionName() *string + func (m UpdateRootCaByGeneratingInternallyConfigDetails) MarshalJSON() (buff []byte, e error) + func (m UpdateRootCaByGeneratingInternallyConfigDetails) String() string + func (m UpdateRootCaByGeneratingInternallyConfigDetails) ValidateEnumValue() (bool, error) + type UpdateSubordinateCaIssuedByInternalCaConfigDetails struct + Stage UpdateCertificateAuthorityConfigDetailsStageEnum + Validity *Validity + VersionName *string + func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) GetStage() UpdateCertificateAuthorityConfigDetailsStageEnum + func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) GetVersionName() *string + func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error) + func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) String() string + func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error) + type Validity struct + TimeOfValidityNotAfter *common.SDKTime + TimeOfValidityNotBefore *common.SDKTime + func (m Validity) String() string + func (m Validity) ValidateEnumValue() (bool, error) + 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/v55 github.com/oracle/oci-go-sdk/v56 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