func GetAssociationLifecycleStateEnumStringValues() []string
GetAssociationLifecycleStateEnumStringValues Enumerates the set of values in String for AssociationLifecycleStateEnum
func GetAssociationTypeEnumStringValues() []string
GetAssociationTypeEnumStringValues Enumerates the set of values in String for AssociationTypeEnum
func GetCaBundleLifecycleStateEnumStringValues() []string
GetCaBundleLifecycleStateEnumStringValues Enumerates the set of values in String for CaBundleLifecycleStateEnum
func GetCertificateAuthorityConfigTypeEnumStringValues() []string
GetCertificateAuthorityConfigTypeEnumStringValues Enumerates the set of values in String for CertificateAuthorityConfigTypeEnum
func GetCertificateAuthorityLifecycleStateEnumStringValues() []string
GetCertificateAuthorityLifecycleStateEnumStringValues Enumerates the set of values in String for CertificateAuthorityLifecycleStateEnum
func GetCertificateAuthorityRuleRuleTypeEnumStringValues() []string
GetCertificateAuthorityRuleRuleTypeEnumStringValues Enumerates the set of values in String for CertificateAuthorityRuleRuleTypeEnum
func GetCertificateConfigTypeEnumStringValues() []string
GetCertificateConfigTypeEnumStringValues Enumerates the set of values in String for CertificateConfigTypeEnum
func GetCertificateLifecycleStateEnumStringValues() []string
GetCertificateLifecycleStateEnumStringValues Enumerates the set of values in String for CertificateLifecycleStateEnum
func GetCertificateProfileTypeEnumStringValues() []string
GetCertificateProfileTypeEnumStringValues Enumerates the set of values in String for CertificateProfileTypeEnum
func GetCertificateRuleRuleTypeEnumStringValues() []string
GetCertificateRuleRuleTypeEnumStringValues Enumerates the set of values in String for CertificateRuleRuleTypeEnum
func GetCertificateSubjectAlternativeNameTypeEnumStringValues() []string
GetCertificateSubjectAlternativeNameTypeEnumStringValues Enumerates the set of values in String for CertificateSubjectAlternativeNameTypeEnum
func GetKeyAlgorithmEnumStringValues() []string
GetKeyAlgorithmEnumStringValues Enumerates the set of values in String for KeyAlgorithmEnum
func GetListAssociationsAssociationTypeEnumStringValues() []string
GetListAssociationsAssociationTypeEnumStringValues Enumerates the set of values in String for ListAssociationsAssociationTypeEnum
func GetListAssociationsSortByEnumStringValues() []string
GetListAssociationsSortByEnumStringValues Enumerates the set of values in String for ListAssociationsSortByEnum
func GetListAssociationsSortOrderEnumStringValues() []string
GetListAssociationsSortOrderEnumStringValues Enumerates the set of values in String for ListAssociationsSortOrderEnum
func GetListCaBundlesLifecycleStateEnumStringValues() []string
GetListCaBundlesLifecycleStateEnumStringValues Enumerates the set of values in String for ListCaBundlesLifecycleStateEnum
func GetListCaBundlesSortByEnumStringValues() []string
GetListCaBundlesSortByEnumStringValues Enumerates the set of values in String for ListCaBundlesSortByEnum
func GetListCaBundlesSortOrderEnumStringValues() []string
GetListCaBundlesSortOrderEnumStringValues Enumerates the set of values in String for ListCaBundlesSortOrderEnum
func GetListCertificateAuthoritiesLifecycleStateEnumStringValues() []string
GetListCertificateAuthoritiesLifecycleStateEnumStringValues Enumerates the set of values in String for ListCertificateAuthoritiesLifecycleStateEnum
func GetListCertificateAuthoritiesSortByEnumStringValues() []string
GetListCertificateAuthoritiesSortByEnumStringValues Enumerates the set of values in String for ListCertificateAuthoritiesSortByEnum
func GetListCertificateAuthoritiesSortOrderEnumStringValues() []string
GetListCertificateAuthoritiesSortOrderEnumStringValues Enumerates the set of values in String for ListCertificateAuthoritiesSortOrderEnum
func GetListCertificateAuthorityVersionsSortByEnumStringValues() []string
GetListCertificateAuthorityVersionsSortByEnumStringValues Enumerates the set of values in String for ListCertificateAuthorityVersionsSortByEnum
func GetListCertificateAuthorityVersionsSortOrderEnumStringValues() []string
GetListCertificateAuthorityVersionsSortOrderEnumStringValues Enumerates the set of values in String for ListCertificateAuthorityVersionsSortOrderEnum
func GetListCertificateVersionsSortByEnumStringValues() []string
GetListCertificateVersionsSortByEnumStringValues Enumerates the set of values in String for ListCertificateVersionsSortByEnum
func GetListCertificateVersionsSortOrderEnumStringValues() []string
GetListCertificateVersionsSortOrderEnumStringValues Enumerates the set of values in String for ListCertificateVersionsSortOrderEnum
func GetListCertificatesLifecycleStateEnumStringValues() []string
GetListCertificatesLifecycleStateEnumStringValues Enumerates the set of values in String for ListCertificatesLifecycleStateEnum
func GetListCertificatesSortByEnumStringValues() []string
GetListCertificatesSortByEnumStringValues Enumerates the set of values in String for ListCertificatesSortByEnum
func GetListCertificatesSortOrderEnumStringValues() []string
GetListCertificatesSortOrderEnumStringValues Enumerates the set of values in String for ListCertificatesSortOrderEnum
func GetRevocationReasonEnumStringValues() []string
GetRevocationReasonEnumStringValues Enumerates the set of values in String for RevocationReasonEnum
func GetSignatureAlgorithmEnumStringValues() []string
GetSignatureAlgorithmEnumStringValues Enumerates the set of values in String for SignatureAlgorithmEnum
func GetUpdateCertificateAuthorityConfigDetailsStageEnumStringValues() []string
GetUpdateCertificateAuthorityConfigDetailsStageEnumStringValues Enumerates the set of values in String for UpdateCertificateAuthorityConfigDetailsStageEnum
func GetUpdateCertificateConfigDetailsStageEnumStringValues() []string
GetUpdateCertificateConfigDetailsStageEnumStringValues Enumerates the set of values in String for UpdateCertificateConfigDetailsStageEnum
func GetVersionStageEnumStringValues() []string
GetVersionStageEnumStringValues Enumerates the set of values in String for VersionStageEnum
Association The details of the association.
type Association struct { // The OCID of the association. Id *string `mandatory:"true" json:"id"` // A user-friendly name generated by the service for the association, expressed in a format that follows the pattern: [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID. Name *string `mandatory:"true" json:"name"` // A property indicating when the association was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the association. LifecycleState AssociationLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource. CertificatesResourceId *string `mandatory:"true" json:"certificatesResourceId"` // The OCID of the associated resource. AssociatedResourceId *string `mandatory:"true" json:"associatedResourceId"` // The compartment OCID of the association, which is strongly tied to the compartment OCID of the certificate-related resource. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Type of the association. AssociationType AssociationTypeEnum `mandatory:"true" json:"associationType"` }
func (m Association) String() string
func (m Association) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociationCollection The results of an association search.
type AssociationCollection struct { // A list of association summary objects. Items []AssociationSummary `mandatory:"true" json:"items"` }
func (m AssociationCollection) String() string
func (m AssociationCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociationLifecycleStateEnum Enum with underlying type: string
type AssociationLifecycleStateEnum string
Set of constants representing the allowable values for AssociationLifecycleStateEnum
const ( AssociationLifecycleStateCreating AssociationLifecycleStateEnum = "CREATING" AssociationLifecycleStateActive AssociationLifecycleStateEnum = "ACTIVE" AssociationLifecycleStateUpdating AssociationLifecycleStateEnum = "UPDATING" AssociationLifecycleStateDeleting AssociationLifecycleStateEnum = "DELETING" AssociationLifecycleStateFailed AssociationLifecycleStateEnum = "FAILED" )
func GetAssociationLifecycleStateEnumValues() []AssociationLifecycleStateEnum
GetAssociationLifecycleStateEnumValues Enumerates the set of values for AssociationLifecycleStateEnum
func GetMappingAssociationLifecycleStateEnum(val string) (AssociationLifecycleStateEnum, bool)
GetMappingAssociationLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
AssociationSummary The details of the association.
type AssociationSummary struct { // The OCID of the association. Id *string `mandatory:"true" json:"id"` // A user-friendly name generated by the service for the association. Name format follows the pattern [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID. Name *string `mandatory:"true" json:"name"` // A property indicating when the association was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the association. LifecycleState AssociationLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource. CertificatesResourceId *string `mandatory:"true" json:"certificatesResourceId"` // The OCID of the associated resource. AssociatedResourceId *string `mandatory:"true" json:"associatedResourceId"` // The compartment OCID of the association. This is strongly tied to the compartment OCID of the certificate-related resource. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Type of the association. AssociationType AssociationTypeEnum `mandatory:"true" json:"associationType"` }
func (m AssociationSummary) String() string
func (m AssociationSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociationTypeEnum Enum with underlying type: string
type AssociationTypeEnum string
Set of constants representing the allowable values for AssociationTypeEnum
const ( AssociationTypeCertificate AssociationTypeEnum = "CERTIFICATE" AssociationTypeCertificateAuthority AssociationTypeEnum = "CERTIFICATE_AUTHORITY" AssociationTypeCaBundle AssociationTypeEnum = "CA_BUNDLE" )
func GetAssociationTypeEnumValues() []AssociationTypeEnum
GetAssociationTypeEnumValues Enumerates the set of values for AssociationTypeEnum
func GetMappingAssociationTypeEnum(val string) (AssociationTypeEnum, bool)
GetMappingAssociationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CaBundle CA bundle metadata. This object does not contain the CA bundle certificates.
type CaBundle struct { // The OCID of the CA bundle. Id *string `mandatory:"true" json:"id"` // A user-friendly name for the CA bundle. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // A property indicating when the CA bundle was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the CA bundle. LifecycleState CaBundleLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the compartment for the CA bundle. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A brief description of the CA bundle. Description *string `mandatory:"false" json:"description"` // Additional information about the current lifecycle state of the CA bundle. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CaBundle) String() string
func (m CaBundle) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CaBundleCollection The results of a CA bundle search. This object contains CA bundle summary objects.
type CaBundleCollection struct { // A list of CA bundle summary objects. Items []CaBundleSummary `mandatory:"true" json:"items"` }
func (m CaBundleCollection) String() string
func (m CaBundleCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CaBundleLifecycleStateEnum Enum with underlying type: string
type CaBundleLifecycleStateEnum string
Set of constants representing the allowable values for CaBundleLifecycleStateEnum
const ( CaBundleLifecycleStateCreating CaBundleLifecycleStateEnum = "CREATING" CaBundleLifecycleStateActive CaBundleLifecycleStateEnum = "ACTIVE" CaBundleLifecycleStateUpdating CaBundleLifecycleStateEnum = "UPDATING" CaBundleLifecycleStateDeleting CaBundleLifecycleStateEnum = "DELETING" CaBundleLifecycleStateDeleted CaBundleLifecycleStateEnum = "DELETED" CaBundleLifecycleStateFailed CaBundleLifecycleStateEnum = "FAILED" )
func GetCaBundleLifecycleStateEnumValues() []CaBundleLifecycleStateEnum
GetCaBundleLifecycleStateEnumValues Enumerates the set of values for CaBundleLifecycleStateEnum
func GetMappingCaBundleLifecycleStateEnum(val string) (CaBundleLifecycleStateEnum, bool)
GetMappingCaBundleLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
CaBundleSummary CA bundle metadata. This summary object does not contain the CA bundle certificates.
type CaBundleSummary struct { // The OCID of the CA bundle. Id *string `mandatory:"true" json:"id"` // A user-friendly name for the CA bundle. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // A property indicating when the CA bundle was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the CA bundle. LifecycleState CaBundleLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the compartment for the CA bundle. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A brief description of the CA bundle. Description *string `mandatory:"false" json:"description"` // Additional information about the current lifecycle state of the CA bundle. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CaBundleSummary) String() string
func (m CaBundleSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CancelCertificateAuthorityDeletionRequest wrapper for the CancelCertificateAuthorityDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateAuthorityDeletion.go.html to see an example of how to use CancelCertificateAuthorityDeletionRequest.
type CancelCertificateAuthorityDeletionRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CancelCertificateAuthorityDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CancelCertificateAuthorityDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CancelCertificateAuthorityDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CancelCertificateAuthorityDeletionRequest) String() string
func (request CancelCertificateAuthorityDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CancelCertificateAuthorityDeletionResponse wrapper for the CancelCertificateAuthorityDeletion operation
type CancelCertificateAuthorityDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CancelCertificateAuthorityDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CancelCertificateAuthorityDeletionResponse) String() string
CancelCertificateAuthorityVersionDeletionRequest wrapper for the CancelCertificateAuthorityVersionDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateAuthorityVersionDeletion.go.html to see an example of how to use CancelCertificateAuthorityVersionDeletionRequest.
type CancelCertificateAuthorityVersionDeletionRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The version number of the certificate authority (CA). CertificateAuthorityVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateAuthorityVersionNumber"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CancelCertificateAuthorityVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CancelCertificateAuthorityVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CancelCertificateAuthorityVersionDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CancelCertificateAuthorityVersionDeletionRequest) String() string
func (request CancelCertificateAuthorityVersionDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CancelCertificateAuthorityVersionDeletionResponse wrapper for the CancelCertificateAuthorityVersionDeletion operation
type CancelCertificateAuthorityVersionDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CancelCertificateAuthorityVersionDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CancelCertificateAuthorityVersionDeletionResponse) String() string
CancelCertificateDeletionRequest wrapper for the CancelCertificateDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateDeletion.go.html to see an example of how to use CancelCertificateDeletionRequest.
type CancelCertificateDeletionRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CancelCertificateDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CancelCertificateDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CancelCertificateDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CancelCertificateDeletionRequest) String() string
func (request CancelCertificateDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CancelCertificateDeletionResponse wrapper for the CancelCertificateDeletion operation
type CancelCertificateDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CancelCertificateDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CancelCertificateDeletionResponse) String() string
CancelCertificateVersionDeletionRequest wrapper for the CancelCertificateVersionDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateVersionDeletion.go.html to see an example of how to use CancelCertificateVersionDeletionRequest.
type CancelCertificateVersionDeletionRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The version number of the certificate. CertificateVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateVersionNumber"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CancelCertificateVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CancelCertificateVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CancelCertificateVersionDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CancelCertificateVersionDeletionRequest) String() string
func (request CancelCertificateVersionDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CancelCertificateVersionDeletionResponse wrapper for the CancelCertificateVersionDeletion operation
type CancelCertificateVersionDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CancelCertificateVersionDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CancelCertificateVersionDeletionResponse) String() string
Certificate The details of the certificate. This object does not contain the certificate contents.
type Certificate struct { // The OCID of the certificate. Id *string `mandatory:"true" json:"id"` // A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // A property indicating when the certificate was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the certificate. LifecycleState CertificateLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the compartment where you want to create the certificate. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The origin of the certificate. ConfigType CertificateConfigTypeEnum `mandatory:"true" json:"configType"` // The OCID of the certificate authority (CA) that issued the certificate. IssuerCertificateAuthorityId *string `mandatory:"false" json:"issuerCertificateAuthorityId"` // A brief description of the certificate. Avoid entering confidential information. Description *string `mandatory:"false" json:"description"` // A list of rules that control how the certificate is used and managed. CertificateRules []CertificateRule `mandatory:"false" json:"certificateRules"` // An optional property indicating when to delete the certificate version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` // Additional information about the current lifecycle state of the certificate. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` CurrentVersion *CertificateVersionSummary `mandatory:"false" json:"currentVersion"` Subject *CertificateSubject `mandatory:"false" json:"subject"` CertificateRevocationListDetails *CertificateRevocationListDetails `mandatory:"false" json:"certificateRevocationListDetails"` // The algorithm used to create key pairs. KeyAlgorithm KeyAlgorithmEnum `mandatory:"false" json:"keyAlgorithm,omitempty"` // The algorithm used to sign the public key certificate. SignatureAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signatureAlgorithm,omitempty"` // The name of the profile used to create the certificate, which depends on the type of certificate you need. CertificateProfileType CertificateProfileTypeEnum `mandatory:"false" json:"certificateProfileType,omitempty"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m Certificate) String() string
func (m *Certificate) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m Certificate) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthority The metadata details of the certificate authority (CA). This object does not contain the CA contents.
type CertificateAuthority struct { // The OCID of the CA. Id *string `mandatory:"true" json:"id"` // A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // A property indicating when the CA was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the certificate authority. LifecycleState CertificateAuthorityLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the compartment under which the CA is created. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The origin of the CA. ConfigType CertificateAuthorityConfigTypeEnum `mandatory:"true" json:"configType"` // The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null. IssuerCertificateAuthorityId *string `mandatory:"false" json:"issuerCertificateAuthorityId"` // A brief description of the CA. Description *string `mandatory:"false" json:"description"` // An optional property indicating when to delete the CA version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` // The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA. KmsKeyId *string `mandatory:"false" json:"kmsKeyId"` // Additional information about the current CA lifecycle state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // An optional list of rules that control how the CA is used and managed. CertificateAuthorityRules []CertificateAuthorityRule `mandatory:"false" json:"certificateAuthorityRules"` CurrentVersion *CertificateAuthorityVersionSummary `mandatory:"false" json:"currentVersion"` CertificateRevocationListDetails *CertificateRevocationListDetails `mandatory:"false" json:"certificateRevocationListDetails"` Subject *CertificateSubject `mandatory:"false" json:"subject"` // The algorithm used to sign public key certificates that the CA issues. SigningAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signingAlgorithm,omitempty"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Usage of predefined tag keys. These predefined keys are scoped to namespaces. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CertificateAuthority) String() string
func (m *CertificateAuthority) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CertificateAuthority) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthorityCollection The results of a certificate authority (CA) search. This object contains CA summary objects and other data.
type CertificateAuthorityCollection struct { // List of CertificateAuthoritySummary. Items []CertificateAuthoritySummary `mandatory:"true" json:"items"` }
func (m CertificateAuthorityCollection) String() string
func (m CertificateAuthorityCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthorityConfigTypeEnum Enum with underlying type: string
type CertificateAuthorityConfigTypeEnum string
Set of constants representing the allowable values for CertificateAuthorityConfigTypeEnum
const ( CertificateAuthorityConfigTypeRootCaGeneratedInternally CertificateAuthorityConfigTypeEnum = "ROOT_CA_GENERATED_INTERNALLY" CertificateAuthorityConfigTypeSubordinateCaIssuedByInternalCa CertificateAuthorityConfigTypeEnum = "SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA" )
func GetCertificateAuthorityConfigTypeEnumValues() []CertificateAuthorityConfigTypeEnum
GetCertificateAuthorityConfigTypeEnumValues Enumerates the set of values for CertificateAuthorityConfigTypeEnum
func GetMappingCertificateAuthorityConfigTypeEnum(val string) (CertificateAuthorityConfigTypeEnum, bool)
GetMappingCertificateAuthorityConfigTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateAuthorityIssuanceExpiryRule A rule that enforces how long certificates or certificate authorities (CAs) issued by this particular CA are valid. You must include either or both `leafCertificateMaxValidityDuration` and `certificateAuthorityMaxValidityDuration`.
type CertificateAuthorityIssuanceExpiryRule struct { // A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. // Expressed in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format. LeafCertificateMaxValidityDuration *string `mandatory:"false" json:"leafCertificateMaxValidityDuration"` // A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. // Expressed in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format. CertificateAuthorityMaxValidityDuration *string `mandatory:"false" json:"certificateAuthorityMaxValidityDuration"` }
func (m CertificateAuthorityIssuanceExpiryRule) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CertificateAuthorityIssuanceExpiryRule) String() string
func (m CertificateAuthorityIssuanceExpiryRule) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthorityLifecycleStateEnum Enum with underlying type: string
type CertificateAuthorityLifecycleStateEnum string
Set of constants representing the allowable values for CertificateAuthorityLifecycleStateEnum
const ( CertificateAuthorityLifecycleStateCreating CertificateAuthorityLifecycleStateEnum = "CREATING" CertificateAuthorityLifecycleStateActive CertificateAuthorityLifecycleStateEnum = "ACTIVE" CertificateAuthorityLifecycleStateUpdating CertificateAuthorityLifecycleStateEnum = "UPDATING" CertificateAuthorityLifecycleStateDeleting CertificateAuthorityLifecycleStateEnum = "DELETING" CertificateAuthorityLifecycleStateDeleted CertificateAuthorityLifecycleStateEnum = "DELETED" CertificateAuthorityLifecycleStateSchedulingDeletion CertificateAuthorityLifecycleStateEnum = "SCHEDULING_DELETION" CertificateAuthorityLifecycleStatePendingDeletion CertificateAuthorityLifecycleStateEnum = "PENDING_DELETION" CertificateAuthorityLifecycleStateCancellingDeletion CertificateAuthorityLifecycleStateEnum = "CANCELLING_DELETION" CertificateAuthorityLifecycleStateFailed CertificateAuthorityLifecycleStateEnum = "FAILED" )
func GetCertificateAuthorityLifecycleStateEnumValues() []CertificateAuthorityLifecycleStateEnum
GetCertificateAuthorityLifecycleStateEnumValues Enumerates the set of values for CertificateAuthorityLifecycleStateEnum
func GetMappingCertificateAuthorityLifecycleStateEnum(val string) (CertificateAuthorityLifecycleStateEnum, bool)
GetMappingCertificateAuthorityLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateAuthorityRule A rule that you can apply to a certificate authority (CA) to enforce certain conditions on its usage and management.
type CertificateAuthorityRule interface { }
CertificateAuthorityRuleRuleTypeEnum Enum with underlying type: string
type CertificateAuthorityRuleRuleTypeEnum string
Set of constants representing the allowable values for CertificateAuthorityRuleRuleTypeEnum
const ( CertificateAuthorityRuleRuleTypeCertificateAuthorityIssuanceExpiryRule CertificateAuthorityRuleRuleTypeEnum = "CERTIFICATE_AUTHORITY_ISSUANCE_EXPIRY_RULE" )
func GetCertificateAuthorityRuleRuleTypeEnumValues() []CertificateAuthorityRuleRuleTypeEnum
GetCertificateAuthorityRuleRuleTypeEnumValues Enumerates the set of values for CertificateAuthorityRuleRuleTypeEnum
func GetMappingCertificateAuthorityRuleRuleTypeEnum(val string) (CertificateAuthorityRuleRuleTypeEnum, bool)
GetMappingCertificateAuthorityRuleRuleTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateAuthoritySummary The metadata details of the certificate authority (CA). This summary object does not contain the CA contents.
type CertificateAuthoritySummary struct { // The OCID of the certificate authority (CA). Id *string `mandatory:"true" json:"id"` // A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // A property indicating when the CA was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the CA. LifecycleState CertificateAuthorityLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the compartment under which the CA is created. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The origin of the CA. ConfigType CertificateAuthorityConfigTypeEnum `mandatory:"true" json:"configType"` // The OCID of the parent CA which issued this CA. If this is the root CA, then this value is the same as the `id`. IssuerCertificateAuthorityId *string `mandatory:"false" json:"issuerCertificateAuthorityId"` // A brief description of the CA. Description *string `mandatory:"false" json:"description"` // An optional property indicating when to delete the CA version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` // The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA. KmsKeyId *string `mandatory:"false" json:"kmsKeyId"` // An optional list of rules that control how the CA is used and managed. CertificateAuthorityRules []CertificateAuthorityRule `mandatory:"false" json:"certificateAuthorityRules"` CurrentVersionSummary *CertificateAuthorityVersionSummary `mandatory:"false" json:"currentVersionSummary"` Subject *CertificateSubject `mandatory:"false" json:"subject"` // The algorithm used to sign public key certificates that the CA issues. SigningAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signingAlgorithm,omitempty"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Usage of predefined tag keys. These predefined keys are scoped to namespaces. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CertificateAuthoritySummary) String() string
func (m *CertificateAuthoritySummary) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CertificateAuthoritySummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthorityVersion The metadata details of the certificate authority (CA) version. This object does not contain the CA contents.
type CertificateAuthorityVersion struct { // The OCID of the CA. CertificateAuthorityId *string `mandatory:"true" json:"certificateAuthorityId"` // A optional property indicating when the CA version was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The version number of this CA. VersionNumber *int64 `mandatory:"true" json:"versionNumber"` // A list of rotation states for this CA version. Stages []VersionStageEnum `mandatory:"true" json:"stages"` // A unique certificate identifier used in certificate revocation tracking, formatted as octets. // Example: `03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF` SerialNumber *string `mandatory:"false" json:"serialNumber"` // The version number of the issuing CA. IssuerCaVersionNumber *int64 `mandatory:"false" json:"issuerCaVersionNumber"` // The name of the CA version. When the value is not null, a name is unique across versions for a given CA. VersionName *string `mandatory:"false" json:"versionName"` // A list of subject alternative names. A subject alternative name specifies the domain names, including subdomains, and IP addresses covered by the certificates issued by this CA. SubjectAlternativeNames []CertificateSubjectAlternativeName `mandatory:"false" json:"subjectAlternativeNames"` // An optional property indicating when to delete the CA version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` Validity *Validity `mandatory:"false" json:"validity"` RevocationStatus *RevocationStatus `mandatory:"false" json:"revocationStatus"` }
func (m CertificateAuthorityVersion) String() string
func (m CertificateAuthorityVersion) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthorityVersionCollection The results of a certificate authority (CA) version search. This object contains CA version summary objects and other data.
type CertificateAuthorityVersionCollection struct { // A list of certificate authority version summary objects. Items []CertificateAuthorityVersionSummary `mandatory:"true" json:"items"` }
func (m CertificateAuthorityVersionCollection) String() string
func (m CertificateAuthorityVersionCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateAuthorityVersionSummary The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
type CertificateAuthorityVersionSummary struct { // The OCID of the CA. CertificateAuthorityId *string `mandatory:"true" json:"certificateAuthorityId"` // A optional property indicating when the CA version was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The version number of the CA. VersionNumber *int64 `mandatory:"true" json:"versionNumber"` // A list of rotation states for this CA version. Stages []VersionStageEnum `mandatory:"true" json:"stages"` // The version number of the issuing CA. IssuerCaVersionNumber *int64 `mandatory:"false" json:"issuerCaVersionNumber"` // A unique certificate identifier used in certificate revocation tracking, formatted as octets. // Example: `03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF` SerialNumber *string `mandatory:"false" json:"serialNumber"` // The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA. VersionName *string `mandatory:"false" json:"versionName"` // An optional property indicating when to delete the CA version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` Validity *Validity `mandatory:"false" json:"validity"` RevocationStatus *RevocationStatus `mandatory:"false" json:"revocationStatus"` }
func (m CertificateAuthorityVersionSummary) String() string
func (m CertificateAuthorityVersionSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateCollection The results of a certificate search. This object contains certificate summary objects and other data.
type CertificateCollection struct { // A list of certificate summary objects. Items []CertificateSummary `mandatory:"true" json:"items"` }
func (m CertificateCollection) String() string
func (m CertificateCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateConfigTypeEnum Enum with underlying type: string
type CertificateConfigTypeEnum string
Set of constants representing the allowable values for CertificateConfigTypeEnum
const ( CertificateConfigTypeIssuedByInternalCa CertificateConfigTypeEnum = "ISSUED_BY_INTERNAL_CA" CertificateConfigTypeManagedExternallyIssuedByInternalCa CertificateConfigTypeEnum = "MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA" CertificateConfigTypeImported CertificateConfigTypeEnum = "IMPORTED" )
func GetCertificateConfigTypeEnumValues() []CertificateConfigTypeEnum
GetCertificateConfigTypeEnumValues Enumerates the set of values for CertificateConfigTypeEnum
func GetMappingCertificateConfigTypeEnum(val string) (CertificateConfigTypeEnum, bool)
GetMappingCertificateConfigTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateLifecycleStateEnum Enum with underlying type: string
type CertificateLifecycleStateEnum string
Set of constants representing the allowable values for CertificateLifecycleStateEnum
const ( CertificateLifecycleStateCreating CertificateLifecycleStateEnum = "CREATING" CertificateLifecycleStateActive CertificateLifecycleStateEnum = "ACTIVE" CertificateLifecycleStateUpdating CertificateLifecycleStateEnum = "UPDATING" CertificateLifecycleStateDeleting CertificateLifecycleStateEnum = "DELETING" CertificateLifecycleStateDeleted CertificateLifecycleStateEnum = "DELETED" CertificateLifecycleStateSchedulingDeletion CertificateLifecycleStateEnum = "SCHEDULING_DELETION" CertificateLifecycleStatePendingDeletion CertificateLifecycleStateEnum = "PENDING_DELETION" CertificateLifecycleStateCancellingDeletion CertificateLifecycleStateEnum = "CANCELLING_DELETION" CertificateLifecycleStateFailed CertificateLifecycleStateEnum = "FAILED" )
func GetCertificateLifecycleStateEnumValues() []CertificateLifecycleStateEnum
GetCertificateLifecycleStateEnumValues Enumerates the set of values for CertificateLifecycleStateEnum
func GetMappingCertificateLifecycleStateEnum(val string) (CertificateLifecycleStateEnum, bool)
GetMappingCertificateLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateProfileTypeEnum Enum with underlying type: string
type CertificateProfileTypeEnum string
Set of constants representing the allowable values for CertificateProfileTypeEnum
const ( CertificateProfileTypeTlsServerOrClient CertificateProfileTypeEnum = "TLS_SERVER_OR_CLIENT" CertificateProfileTypeTlsServer CertificateProfileTypeEnum = "TLS_SERVER" CertificateProfileTypeTlsClient CertificateProfileTypeEnum = "TLS_CLIENT" CertificateProfileTypeTlsCodeSign CertificateProfileTypeEnum = "TLS_CODE_SIGN" )
func GetCertificateProfileTypeEnumValues() []CertificateProfileTypeEnum
GetCertificateProfileTypeEnumValues Enumerates the set of values for CertificateProfileTypeEnum
func GetMappingCertificateProfileTypeEnum(val string) (CertificateProfileTypeEnum, bool)
GetMappingCertificateProfileTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateRenewalRule A rule that imposes constraints on certificate renewal.
type CertificateRenewalRule struct { // A property specifying how often, in days, a certificate should be renewed. // Expressed in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format. RenewalInterval *string `mandatory:"true" json:"renewalInterval"` // A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. // Expressed in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) format. AdvanceRenewalPeriod *string `mandatory:"true" json:"advanceRenewalPeriod"` }
func (m CertificateRenewalRule) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CertificateRenewalRule) String() string
func (m CertificateRenewalRule) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateRevocationListDetails The details of the certificate revocation list (CRL).
type CertificateRevocationListDetails struct { ObjectStorageConfig *ObjectStorageBucketConfigDetails `mandatory:"true" json:"objectStorageConfig"` // Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2. CustomFormattedUrls []string `mandatory:"false" json:"customFormattedUrls"` }
func (m CertificateRevocationListDetails) String() string
func (m CertificateRevocationListDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateRule A rule that you can apply to a certificate to enforce certain conditions on the certificate's usage and management.
type CertificateRule interface { }
CertificateRuleRuleTypeEnum Enum with underlying type: string
type CertificateRuleRuleTypeEnum string
Set of constants representing the allowable values for CertificateRuleRuleTypeEnum
const ( CertificateRuleRuleTypeCertificateRenewalRule CertificateRuleRuleTypeEnum = "CERTIFICATE_RENEWAL_RULE" )
func GetCertificateRuleRuleTypeEnumValues() []CertificateRuleRuleTypeEnum
GetCertificateRuleRuleTypeEnumValues Enumerates the set of values for CertificateRuleRuleTypeEnum
func GetMappingCertificateRuleRuleTypeEnum(val string) (CertificateRuleRuleTypeEnum, bool)
GetMappingCertificateRuleRuleTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateSubject The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
type CertificateSubject struct { // Common name or fully-qualified domain name (RDN CN). CommonName *string `mandatory:"true" json:"commonName"` // Country name (RDN C). Country *string `mandatory:"false" json:"country"` // Domain component (RDN DC). DomainComponent *string `mandatory:"false" json:"domainComponent"` // Distinguished name qualifier(RDN DNQ). DistinguishedNameQualifier *string `mandatory:"false" json:"distinguishedNameQualifier"` // Personal generational qualifier (for example, Sr., Jr. 3rd, or IV). GenerationQualifier *string `mandatory:"false" json:"generationQualifier"` // Personal given name (RDN G or GN). GivenName *string `mandatory:"false" json:"givenName"` // Personal initials. Initials *string `mandatory:"false" json:"initials"` // Locality (RDN L). LocalityName *string `mandatory:"false" json:"localityName"` // Organization (RDN O). Organization *string `mandatory:"false" json:"organization"` // Organizational unit (RDN OU). OrganizationalUnit *string `mandatory:"false" json:"organizationalUnit"` // Subject pseudonym. Pseudonym *string `mandatory:"false" json:"pseudonym"` // Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER). SerialNumber *string `mandatory:"false" json:"serialNumber"` // State or province name (RDN ST or S). StateOrProvinceName *string `mandatory:"false" json:"stateOrProvinceName"` // Street address (RDN STREET). Street *string `mandatory:"false" json:"street"` // Personal surname (RDN SN). Surname *string `mandatory:"false" json:"surname"` // Title (RDN T or TITLE). Title *string `mandatory:"false" json:"title"` // User ID (RDN UID). UserId *string `mandatory:"false" json:"userId"` }
func (m CertificateSubject) String() string
func (m CertificateSubject) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateSubjectAlternativeName A subject alternative name for the certificate that binds additional or alternate names to the subject of the certificate. In the certificate, the alternate subject name format is "type:name".
type CertificateSubjectAlternativeName struct { // The subject alternative name type. Currently only DNS domain or host names and IP addresses are supported. Type CertificateSubjectAlternativeNameTypeEnum `mandatory:"true" json:"type"` // The subject alternative name. Value *string `mandatory:"true" json:"value"` }
func (m CertificateSubjectAlternativeName) String() string
func (m CertificateSubjectAlternativeName) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateSubjectAlternativeNameTypeEnum Enum with underlying type: string
type CertificateSubjectAlternativeNameTypeEnum string
Set of constants representing the allowable values for CertificateSubjectAlternativeNameTypeEnum
const ( CertificateSubjectAlternativeNameTypeDns CertificateSubjectAlternativeNameTypeEnum = "DNS" CertificateSubjectAlternativeNameTypeIp CertificateSubjectAlternativeNameTypeEnum = "IP" )
func GetCertificateSubjectAlternativeNameTypeEnumValues() []CertificateSubjectAlternativeNameTypeEnum
GetCertificateSubjectAlternativeNameTypeEnumValues Enumerates the set of values for CertificateSubjectAlternativeNameTypeEnum
func GetMappingCertificateSubjectAlternativeNameTypeEnum(val string) (CertificateSubjectAlternativeNameTypeEnum, bool)
GetMappingCertificateSubjectAlternativeNameTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CertificateSummary The details of the certificate. This object does not contain the certificate contents.
type CertificateSummary struct { // The OCID of the certificate. Id *string `mandatory:"true" json:"id"` // A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // A property indicating when the certificate was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current lifecycle state of the certificate. LifecycleState CertificateLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The OCID of the compartment that contains the certificate. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The origin of the certificate. ConfigType CertificateConfigTypeEnum `mandatory:"true" json:"configType"` // The OCID of the certificate authority (CA) that issued the certificate. IssuerCertificateAuthorityId *string `mandatory:"false" json:"issuerCertificateAuthorityId"` // A brief description of the certificate. Description *string `mandatory:"false" json:"description"` // An optional property indicating when to delete the certificate version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` // An optional list of rules that control how the certificate is used and managed. CertificateRules []CertificateRule `mandatory:"false" json:"certificateRules"` CurrentVersionSummary *CertificateVersionSummary `mandatory:"false" json:"currentVersionSummary"` Subject *CertificateSubject `mandatory:"false" json:"subject"` // The algorithm used to create key pairs. KeyAlgorithm KeyAlgorithmEnum `mandatory:"false" json:"keyAlgorithm,omitempty"` // The algorithm used to sign the public key certificate. SignatureAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signatureAlgorithm,omitempty"` // The name of the profile used to create the certificate, which depends on the type of certificate you need. CertificateProfileType CertificateProfileTypeEnum `mandatory:"false" json:"certificateProfileType,omitempty"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CertificateSummary) String() string
func (m *CertificateSummary) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CertificateSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateVersion The details of the certificate version. This object does not contain the certificate contents.
type CertificateVersion struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" json:"certificateId"` // A optional property indicating when the certificate version was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The version number of the certificate. VersionNumber *int64 `mandatory:"true" json:"versionNumber"` // A list of stages of this entity. Stages []VersionStageEnum `mandatory:"true" json:"stages"` // A unique certificate identifier used in certificate revocation tracking, formatted as octets. // Example: `03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF` SerialNumber *string `mandatory:"false" json:"serialNumber"` // The version number of the issuing certificate authority (CA). IssuerCaVersionNumber *int64 `mandatory:"false" json:"issuerCaVersionNumber"` // The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` // A list of subject alternative names. SubjectAlternativeNames []CertificateSubjectAlternativeName `mandatory:"false" json:"subjectAlternativeNames"` // An optional property indicating when to delete the certificate version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` Validity *Validity `mandatory:"false" json:"validity"` RevocationStatus *RevocationStatus `mandatory:"false" json:"revocationStatus"` }
func (m CertificateVersion) String() string
func (m CertificateVersion) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateVersionCollection The results of a certificate version search. This object contains certificate version summary objects and other data.
type CertificateVersionCollection struct { // A list of certificate version summary objects. Items []CertificateVersionSummary `mandatory:"true" json:"items"` }
func (m CertificateVersionCollection) String() string
func (m CertificateVersionCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificateVersionSummary The details of the certificate version. This object does not contain the certificate contents.
type CertificateVersionSummary struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" json:"certificateId"` // A optional property indicating the time when the certificate version was created, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The version number of the certificate. VersionNumber *int64 `mandatory:"true" json:"versionNumber"` // A list of rotation states for this certificate version. Stages []VersionStageEnum `mandatory:"true" json:"stages"` // A unique certificate identifier used in certificate revocation tracking, formatted as octets. // Example: `03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF` SerialNumber *string `mandatory:"false" json:"serialNumber"` // The version number of the issuing certificate authority (CA). IssuerCaVersionNumber *int64 `mandatory:"false" json:"issuerCaVersionNumber"` // The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` // A list of subject alternative names. SubjectAlternativeNames []CertificateSubjectAlternativeName `mandatory:"false" json:"subjectAlternativeNames"` // An optional property indicating when to delete the certificate version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` Validity *Validity `mandatory:"false" json:"validity"` RevocationStatus *RevocationStatus `mandatory:"false" json:"revocationStatus"` }
func (m CertificateVersionSummary) String() string
func (m CertificateVersionSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CertificatesManagementClient a client for CertificatesManagement
type CertificatesManagementClient struct { common.BaseClient // contains filtered or unexported fields }
func NewCertificatesManagementClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client CertificatesManagementClient, err error)
NewCertificatesManagementClientWithConfigurationProvider Creates a new default CertificatesManagement client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewCertificatesManagementClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client CertificatesManagementClient, err error)
NewCertificatesManagementClientWithOboToken Creates a new default CertificatesManagement client with the given configuration provider. The obotoken will be added to default headers and signed; the configuration provider will be used for the signer
as well as reading the region
func (client CertificatesManagementClient) CancelCertificateAuthorityDeletion(ctx context.Context, request CancelCertificateAuthorityDeletionRequest) (response CancelCertificateAuthorityDeletionResponse, err error)
CancelCertificateAuthorityDeletion Cancels the scheduled deletion of the specified certificate authority (CA).
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateAuthorityDeletion.go.html to see an example of how to use CancelCertificateAuthorityDeletion API.
func (client CertificatesManagementClient) CancelCertificateAuthorityVersionDeletion(ctx context.Context, request CancelCertificateAuthorityVersionDeletionRequest) (response CancelCertificateAuthorityVersionDeletionResponse, err error)
CancelCertificateAuthorityVersionDeletion Cancels the scheduled deletion of the specified certificate authority (CA) version. Canceling a scheduled deletion restores the CA version's lifecycle state to what it was before its scheduled deletion.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateAuthorityVersionDeletion.go.html to see an example of how to use CancelCertificateAuthorityVersionDeletion API.
func (client CertificatesManagementClient) CancelCertificateDeletion(ctx context.Context, request CancelCertificateDeletionRequest) (response CancelCertificateDeletionResponse, err error)
CancelCertificateDeletion Cancels the pending deletion of the specified certificate. Canceling a scheduled deletion restores the certificate's lifecycle state to what it was before you scheduled the certificate for deletion.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateDeletion.go.html to see an example of how to use CancelCertificateDeletion API.
func (client CertificatesManagementClient) CancelCertificateVersionDeletion(ctx context.Context, request CancelCertificateVersionDeletionRequest) (response CancelCertificateVersionDeletionResponse, err error)
CancelCertificateVersionDeletion Cancels the scheduled deletion of the specified certificate version.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CancelCertificateVersionDeletion.go.html to see an example of how to use CancelCertificateVersionDeletion API.
func (client CertificatesManagementClient) ChangeCaBundleCompartment(ctx context.Context, request ChangeCaBundleCompartmentRequest) (response ChangeCaBundleCompartmentResponse, err error)
ChangeCaBundleCompartment Moves a CA bundle to a different compartment in the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment (https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes). When provided, if-match is checked against the ETag values of the secret.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ChangeCaBundleCompartment.go.html to see an example of how to use ChangeCaBundleCompartment API.
func (client CertificatesManagementClient) ChangeCertificateAuthorityCompartment(ctx context.Context, request ChangeCertificateAuthorityCompartmentRequest) (response ChangeCertificateAuthorityCompartmentResponse, err error)
ChangeCertificateAuthorityCompartment Moves a certificate authority (CA) to a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment (https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes). When provided, If-Match is checked against the ETag values of the source.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ChangeCertificateAuthorityCompartment.go.html to see an example of how to use ChangeCertificateAuthorityCompartment API.
func (client CertificatesManagementClient) ChangeCertificateCompartment(ctx context.Context, request ChangeCertificateCompartmentRequest) (response ChangeCertificateCompartmentResponse, err error)
ChangeCertificateCompartment Moves a certificate to a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment (https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes). When provided, if-match is checked against the ETag values of the secret.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ChangeCertificateCompartment.go.html to see an example of how to use ChangeCertificateCompartment API.
func (client *CertificatesManagementClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client CertificatesManagementClient) CreateCaBundle(ctx context.Context, request CreateCaBundleRequest) (response CreateCaBundleResponse, err error)
CreateCaBundle Creates a new CA bundle according to the details of the request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CreateCaBundle.go.html to see an example of how to use CreateCaBundle API.
func (client CertificatesManagementClient) CreateCertificate(ctx context.Context, request CreateCertificateRequest) (response CreateCertificateResponse, err error)
CreateCertificate Creates a new certificate according to the details of the request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CreateCertificate.go.html to see an example of how to use CreateCertificate API.
func (client CertificatesManagementClient) CreateCertificateAuthority(ctx context.Context, request CreateCertificateAuthorityRequest) (response CreateCertificateAuthorityResponse, err error)
CreateCertificateAuthority Creates a new certificate authority (CA) according to the details of the request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CreateCertificateAuthority.go.html to see an example of how to use CreateCertificateAuthority API.
func (client CertificatesManagementClient) DeleteCaBundle(ctx context.Context, request DeleteCaBundleRequest) (response DeleteCaBundleResponse, err error)
DeleteCaBundle Deletes the specified CA bundle.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/DeleteCaBundle.go.html to see an example of how to use DeleteCaBundle API.
func (client CertificatesManagementClient) GetAssociation(ctx context.Context, request GetAssociationRequest) (response GetAssociationResponse, err error)
GetAssociation Gets details about the specified association.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetAssociation.go.html to see an example of how to use GetAssociation API.
func (client CertificatesManagementClient) GetCaBundle(ctx context.Context, request GetCaBundleRequest) (response GetCaBundleResponse, err error)
GetCaBundle Gets details about the specified CA bundle.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCaBundle.go.html to see an example of how to use GetCaBundle API.
func (client CertificatesManagementClient) GetCertificate(ctx context.Context, request GetCertificateRequest) (response GetCertificateResponse, err error)
GetCertificate Gets details about the specified certificate.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificate.go.html to see an example of how to use GetCertificate API.
func (client CertificatesManagementClient) GetCertificateAuthority(ctx context.Context, request GetCertificateAuthorityRequest) (response GetCertificateAuthorityResponse, err error)
GetCertificateAuthority Gets details about the specified certificate authority (CA).
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificateAuthority.go.html to see an example of how to use GetCertificateAuthority API.
func (client CertificatesManagementClient) GetCertificateAuthorityVersion(ctx context.Context, request GetCertificateAuthorityVersionRequest) (response GetCertificateAuthorityVersionResponse, err error)
GetCertificateAuthorityVersion Gets details about the specified certificate authority (CA) version.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificateAuthorityVersion.go.html to see an example of how to use GetCertificateAuthorityVersion API.
func (client CertificatesManagementClient) GetCertificateVersion(ctx context.Context, request GetCertificateVersionRequest) (response GetCertificateVersionResponse, err error)
GetCertificateVersion Gets details about the specified version of a certificate.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificateVersion.go.html to see an example of how to use GetCertificateVersion API.
func (client CertificatesManagementClient) ListAssociations(ctx context.Context, request ListAssociationsRequest) (response ListAssociationsResponse, err error)
ListAssociations Lists all associations that match the query parameters. Optionally, you can use the parameter `FilterByAssociationIdQueryParam` to limit the result set to a single item that matches the specified association.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListAssociations.go.html to see an example of how to use ListAssociations API.
func (client CertificatesManagementClient) ListCaBundles(ctx context.Context, request ListCaBundlesRequest) (response ListCaBundlesResponse, err error)
ListCaBundles Lists all CA bundles that match the query parameters. Optionally, you can use the parameter `FilterByCaBundleIdQueryParam` to limit the result set to a single item that matches the specified CA bundle.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCaBundles.go.html to see an example of how to use ListCaBundles API.
func (client CertificatesManagementClient) ListCertificateAuthorities(ctx context.Context, request ListCertificateAuthoritiesRequest) (response ListCertificateAuthoritiesResponse, err error)
ListCertificateAuthorities Lists all certificate authorities (CAs) in the specified compartment. Optionally, you can use the parameter `FilterByCertificateAuthorityIdQueryParam` to limit the results to a single item that matches the specified CA.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificateAuthorities.go.html to see an example of how to use ListCertificateAuthorities API.
func (client CertificatesManagementClient) ListCertificateAuthorityVersions(ctx context.Context, request ListCertificateAuthorityVersionsRequest) (response ListCertificateAuthorityVersionsResponse, err error)
ListCertificateAuthorityVersions Lists all versions for the specified certificate authority (CA). Optionally, you can use the parameter `FilterByVersionNumberQueryParam` to limit the results to a single item that matches the specified version number.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificateAuthorityVersions.go.html to see an example of how to use ListCertificateAuthorityVersions API.
func (client CertificatesManagementClient) ListCertificateVersions(ctx context.Context, request ListCertificateVersionsRequest) (response ListCertificateVersionsResponse, err error)
ListCertificateVersions Lists all certificate versions for the specified certificate. Optionally, you can use the parameter `FilterByVersionNumberQueryParam` to limit the result set to a single item that matches the specified version number.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificateVersions.go.html to see an example of how to use ListCertificateVersions API.
func (client CertificatesManagementClient) ListCertificates(ctx context.Context, request ListCertificatesRequest) (response ListCertificatesResponse, err error)
ListCertificates Lists all certificates that match the query parameters. Optionally, you can use the parameter `FilterByCertificateIdQueryParam` to limit the result set to a single item that matches the specified certificate.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificates.go.html to see an example of how to use ListCertificates API.
func (client CertificatesManagementClient) RevokeCertificateAuthorityVersion(ctx context.Context, request RevokeCertificateAuthorityVersionRequest) (response RevokeCertificateAuthorityVersionResponse, err error)
RevokeCertificateAuthorityVersion Revokes a certificate authority (CA) version.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/RevokeCertificateAuthorityVersion.go.html to see an example of how to use RevokeCertificateAuthorityVersion API.
func (client CertificatesManagementClient) RevokeCertificateVersion(ctx context.Context, request RevokeCertificateVersionRequest) (response RevokeCertificateVersionResponse, err error)
RevokeCertificateVersion Revokes the specified certificate version.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/RevokeCertificateVersion.go.html to see an example of how to use RevokeCertificateVersion API.
func (client CertificatesManagementClient) ScheduleCertificateAuthorityDeletion(ctx context.Context, request ScheduleCertificateAuthorityDeletionRequest) (response ScheduleCertificateAuthorityDeletionResponse, err error)
ScheduleCertificateAuthorityDeletion Schedules the deletion of the specified certificate authority (CA). This sets the lifecycle state of the CA to `PENDING_DELETION` and then deletes it after the specified retention period ends. If needed, you can determine the status of the deletion by using `GetCertificateAuthority`.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateAuthorityDeletion.go.html to see an example of how to use ScheduleCertificateAuthorityDeletion API.
func (client CertificatesManagementClient) ScheduleCertificateAuthorityVersionDeletion(ctx context.Context, request ScheduleCertificateAuthorityVersionDeletionRequest) (response ScheduleCertificateAuthorityVersionDeletionResponse, err error)
ScheduleCertificateAuthorityVersionDeletion Schedules the deletion of the specified certificate authority (CA) version. This sets the lifecycle state of the CA version to `PENDING_DELETION` and then deletes it after the specified retention period ends. If needed, you can determine the status of the deletion by using `GetCertificateAuthorityVersion`.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateAuthorityVersionDeletion.go.html to see an example of how to use ScheduleCertificateAuthorityVersionDeletion API.
func (client CertificatesManagementClient) ScheduleCertificateDeletion(ctx context.Context, request ScheduleCertificateDeletionRequest) (response ScheduleCertificateDeletionResponse, err error)
ScheduleCertificateDeletion Schedules the deletion of the specified certificate. This sets the lifecycle state of the certificate to `PENDING_DELETION` and then deletes it after the specified retention period ends. You can subsequently use `GetCertificate` to determine the current deletion status.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateDeletion.go.html to see an example of how to use ScheduleCertificateDeletion API.
func (client CertificatesManagementClient) ScheduleCertificateVersionDeletion(ctx context.Context, request ScheduleCertificateVersionDeletionRequest) (response ScheduleCertificateVersionDeletionResponse, err error)
ScheduleCertificateVersionDeletion Schedules the deletion of the specified certificate version. This sets the lifecycle state of the certificate version to `PENDING_DELETION` and then deletes it after the specified retention period ends. You can only delete a certificate version if the certificate version rotation state is marked as `DEPRECATED`. You can subsequently use `GetCertificateVersion` to determine the current certificate version deletion status.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateVersionDeletion.go.html to see an example of how to use ScheduleCertificateVersionDeletion API.
func (client *CertificatesManagementClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client CertificatesManagementClient) UpdateCaBundle(ctx context.Context, request UpdateCaBundleRequest) (response UpdateCaBundleResponse, err error)
UpdateCaBundle Updates the properties of a CA bundle.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/UpdateCaBundle.go.html to see an example of how to use UpdateCaBundle API.
func (client CertificatesManagementClient) UpdateCertificate(ctx context.Context, request UpdateCertificateRequest) (response UpdateCertificateResponse, err error)
UpdateCertificate Updates the properties of a certificate.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/UpdateCertificate.go.html to see an example of how to use UpdateCertificate API.
func (client CertificatesManagementClient) UpdateCertificateAuthority(ctx context.Context, request UpdateCertificateAuthorityRequest) (response UpdateCertificateAuthorityResponse, err error)
UpdateCertificateAuthority Updates the properties of the specified certificate authority (CA).
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/UpdateCertificateAuthority.go.html to see an example of how to use UpdateCertificateAuthority API.
ChangeCaBundleCompartmentDetails The details of the request to change compartments for the CA bundle.
type ChangeCaBundleCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the CA bundle should move. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeCaBundleCompartmentDetails) String() string
func (m ChangeCaBundleCompartmentDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeCaBundleCompartmentRequest wrapper for the ChangeCaBundleCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ChangeCaBundleCompartment.go.html to see an example of how to use ChangeCaBundleCompartmentRequest.
type ChangeCaBundleCompartmentRequest struct { // The OCID of the CA bundle. CaBundleId *string `mandatory:"true" contributesTo:"path" name:"caBundleId"` // The updated compartment details. ChangeCaBundleCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ChangeCaBundleCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeCaBundleCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeCaBundleCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeCaBundleCompartmentRequest) String() string
func (request ChangeCaBundleCompartmentRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeCaBundleCompartmentResponse wrapper for the ChangeCaBundleCompartment operation
type ChangeCaBundleCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeCaBundleCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeCaBundleCompartmentResponse) String() string
ChangeCertificateAuthorityCompartmentDetails The details of the request to change compartments for the certificate authority (CA).
type ChangeCertificateAuthorityCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the CA should move. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeCertificateAuthorityCompartmentDetails) String() string
func (m ChangeCertificateAuthorityCompartmentDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeCertificateAuthorityCompartmentRequest wrapper for the ChangeCertificateAuthorityCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ChangeCertificateAuthorityCompartment.go.html to see an example of how to use ChangeCertificateAuthorityCompartmentRequest.
type ChangeCertificateAuthorityCompartmentRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The updated compartment details ChangeCertificateAuthorityCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ChangeCertificateAuthorityCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeCertificateAuthorityCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeCertificateAuthorityCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeCertificateAuthorityCompartmentRequest) String() string
func (request ChangeCertificateAuthorityCompartmentRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeCertificateAuthorityCompartmentResponse wrapper for the ChangeCertificateAuthorityCompartment operation
type ChangeCertificateAuthorityCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeCertificateAuthorityCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeCertificateAuthorityCompartmentResponse) String() string
ChangeCertificateCompartmentDetails The details of the request to change compartments for the certificate.
type ChangeCertificateCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the certificate should move. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeCertificateCompartmentDetails) String() string
func (m ChangeCertificateCompartmentDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeCertificateCompartmentRequest wrapper for the ChangeCertificateCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ChangeCertificateCompartment.go.html to see an example of how to use ChangeCertificateCompartmentRequest.
type ChangeCertificateCompartmentRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The updated compartment details. ChangeCertificateCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ChangeCertificateCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeCertificateCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeCertificateCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeCertificateCompartmentRequest) String() string
func (request ChangeCertificateCompartmentRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeCertificateCompartmentResponse wrapper for the ChangeCertificateCompartment operation
type ChangeCertificateCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeCertificateCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeCertificateCompartmentResponse) String() string
CreateCaBundleDetails The details of the CA bundle that you want to create.
type CreateCaBundleDetails struct { // A user-friendly name for the CA bundle. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // The OCID of the compartment for the CA bundle. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Certificates (in PEM format) to include in the CA bundle. CaBundlePem *string `mandatory:"true" json:"caBundlePem"` // A brief description of the CA bundle. Description *string `mandatory:"false" json:"description"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateCaBundleDetails) String() string
func (m CreateCaBundleDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCaBundleRequest wrapper for the CreateCaBundle operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CreateCaBundle.go.html to see an example of how to use CreateCaBundleRequest.
type CreateCaBundleRequest struct { // The details of the request to create a new CA bundle. CreateCaBundleDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateCaBundleRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateCaBundleRequest) String() string
func (request CreateCaBundleRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCaBundleResponse wrapper for the CreateCaBundle operation
type CreateCaBundleResponse struct { // The underlying http response RawResponse *http.Response // The CaBundle instance CaBundle `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateCaBundleResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateCaBundleResponse) String() string
CreateCertificateAuthorityConfigDetails The configuration details for creating a certificate authority (CA).
type CreateCertificateAuthorityConfigDetails interface { // The name of the CA version. When the value is not null, a name is unique across versions of a given CA. GetVersionName() *string }
CreateCertificateAuthorityDetails The details for creating a certificate authority (CA).
type CreateCertificateAuthorityDetails struct { // A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // The compartment in which you want to create the CA. CompartmentId *string `mandatory:"true" json:"compartmentId"` CertificateAuthorityConfig CreateCertificateAuthorityConfigDetails `mandatory:"true" json:"certificateAuthorityConfig"` // The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA. KmsKeyId *string `mandatory:"true" json:"kmsKeyId"` // A brief description of the CA. Description *string `mandatory:"false" json:"description"` // A list of rules that control how the CA is used and managed. CertificateAuthorityRules []CertificateAuthorityRule `mandatory:"false" json:"certificateAuthorityRules"` CertificateRevocationListDetails *CertificateRevocationListDetails `mandatory:"false" json:"certificateRevocationListDetails"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Usage of predefined tag keys. These predefined keys are scoped to namespaces. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateCertificateAuthorityDetails) String() string
func (m *CreateCertificateAuthorityDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CreateCertificateAuthorityDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateAuthorityRequest wrapper for the CreateCertificateAuthority operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CreateCertificateAuthority.go.html to see an example of how to use CreateCertificateAuthorityRequest.
type CreateCertificateAuthorityRequest struct { // The details of the request to create a new CA. CreateCertificateAuthorityDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateCertificateAuthorityRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateCertificateAuthorityRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateCertificateAuthorityRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateCertificateAuthorityRequest) String() string
func (request CreateCertificateAuthorityRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateAuthorityResponse wrapper for the CreateCertificateAuthority operation
type CreateCertificateAuthorityResponse struct { // The underlying http response RawResponse *http.Response // The CertificateAuthority instance CertificateAuthority `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateCertificateAuthorityResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateCertificateAuthorityResponse) String() string
CreateCertificateByImportingConfigDetails The details of the configuration for creating a certificate based on the keys from an imported certificate.
type CreateCertificateByImportingConfigDetails struct { // The certificate chain (in PEM format) for the imported certificate. CertChainPem *string `mandatory:"true" json:"certChainPem"` // The private key (in PEM format) for the imported certificate. PrivateKeyPem *string `mandatory:"true" json:"privateKeyPem"` // The certificate (in PEM format) for the imported certificate. CertificatePem *string `mandatory:"true" json:"certificatePem"` // A name for the certificate. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` // An optional passphrase for the private key. PrivateKeyPemPassphrase *string `mandatory:"false" json:"privateKeyPemPassphrase"` }
func (m CreateCertificateByImportingConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m CreateCertificateByImportingConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateCertificateByImportingConfigDetails) String() string
func (m CreateCertificateByImportingConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateConfigDetails The details of the contents of the certificate and certificate metadata.
type CreateCertificateConfigDetails interface { // A name for the certificate. When the value is not null, a name is unique across versions of a given certificate. GetVersionName() *string }
CreateCertificateDetails The details of the certificate to create.
type CreateCertificateDetails struct { // A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Name *string `mandatory:"true" json:"name"` // The OCID of the compartment where you want to create the certificate. CompartmentId *string `mandatory:"true" json:"compartmentId"` CertificateConfig CreateCertificateConfigDetails `mandatory:"true" json:"certificateConfig"` // A brief description of the certificate. Avoid entering confidential information. Description *string `mandatory:"false" json:"description"` // An optional list of rules that control how the certificate is used and managed. CertificateRules []CertificateRule `mandatory:"false" json:"certificateRules"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateCertificateDetails) String() string
func (m *CreateCertificateDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CreateCertificateDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateIssuedByInternalCaConfigDetails The details of the configuration for creating an internally managed certificate which is issued by a private certificate authority (CA).
type CreateCertificateIssuedByInternalCaConfigDetails struct { // The OCID of the private CA. IssuerCertificateAuthorityId *string `mandatory:"true" json:"issuerCertificateAuthorityId"` Subject *CertificateSubject `mandatory:"true" json:"subject"` // A name for the certificate. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // A list of subject alternative names. SubjectAlternativeNames []CertificateSubjectAlternativeName `mandatory:"false" json:"subjectAlternativeNames"` // The name of the profile used to create the certificate, which depends on the type of certificate you need. CertificateProfileType CertificateProfileTypeEnum `mandatory:"true" json:"certificateProfileType"` // The algorithm to use to create key pairs. KeyAlgorithm KeyAlgorithmEnum `mandatory:"false" json:"keyAlgorithm,omitempty"` // The algorithm to use to sign the public key certificate. SignatureAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signatureAlgorithm,omitempty"` }
func (m CreateCertificateIssuedByInternalCaConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m CreateCertificateIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateCertificateIssuedByInternalCaConfigDetails) String() string
func (m CreateCertificateIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails The details of the configuration for creating an externally managed certificate which is issued by a private certificate authority (CA).
type CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails struct { // The OCID of the private CA. IssuerCertificateAuthorityId *string `mandatory:"true" json:"issuerCertificateAuthorityId"` // The certificate signing request (in PEM format). CsrPem *string `mandatory:"true" json:"csrPem"` // A name for the certificate. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` }
func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) String() string
func (m CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateRequest wrapper for the CreateCertificate operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/CreateCertificate.go.html to see an example of how to use CreateCertificateRequest.
type CreateCertificateRequest struct { // The details of the request to create a new certificate. CreateCertificateDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateCertificateRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateCertificateRequest) String() string
func (request CreateCertificateRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateCertificateResponse wrapper for the CreateCertificate operation
type CreateCertificateResponse struct { // The underlying http response RawResponse *http.Response // The Certificate instance Certificate `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateCertificateResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateCertificateResponse) String() string
CreateRootCaByGeneratingInternallyConfigDetails The details for creating a private root certificate authority (CA).
type CreateRootCaByGeneratingInternallyConfigDetails struct { Subject *CertificateSubject `mandatory:"true" json:"subject"` // The name of the CA version. When the value is not null, a name is unique across versions of a given CA. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // The algorithm used to sign public key certificates that the CA issues. SigningAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signingAlgorithm,omitempty"` }
func (m CreateRootCaByGeneratingInternallyConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m CreateRootCaByGeneratingInternallyConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateRootCaByGeneratingInternallyConfigDetails) String() string
func (m CreateRootCaByGeneratingInternallyConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateSubordinateCaIssuedByInternalCaConfigDetails The details for creating a private subordinate certificate authority (CA) which is issued by a private CA.
type CreateSubordinateCaIssuedByInternalCaConfigDetails struct { // The OCID of the private CA. IssuerCertificateAuthorityId *string `mandatory:"true" json:"issuerCertificateAuthorityId"` Subject *CertificateSubject `mandatory:"true" json:"subject"` // The name of the CA version. When the value is not null, a name is unique across versions of a given CA. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // The algorithm used to sign public key certificates that the CA issues. SigningAlgorithm SignatureAlgorithmEnum `mandatory:"false" json:"signingAlgorithm,omitempty"` }
func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) String() string
func (m CreateSubordinateCaIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteCaBundleRequest wrapper for the DeleteCaBundle operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/DeleteCaBundle.go.html to see an example of how to use DeleteCaBundleRequest.
type DeleteCaBundleRequest struct { // The OCID of the CA bundle. CaBundleId *string `mandatory:"true" contributesTo:"path" name:"caBundleId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteCaBundleRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteCaBundleRequest) String() string
func (request DeleteCaBundleRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteCaBundleResponse wrapper for the DeleteCaBundle operation
type DeleteCaBundleResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteCaBundleResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteCaBundleResponse) String() string
GetAssociationRequest wrapper for the GetAssociation operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetAssociation.go.html to see an example of how to use GetAssociationRequest.
type GetAssociationRequest struct { // The OCID of an association between a certificate-related resource and another Oracle Cloud Infrastructure resource. AssociationId *string `mandatory:"true" contributesTo:"path" name:"associationId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetAssociationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetAssociationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetAssociationRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetAssociationRequest) String() string
func (request GetAssociationRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetAssociationResponse wrapper for the GetAssociation operation
type GetAssociationResponse struct { // The underlying http response RawResponse *http.Response // The Association instance Association `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetAssociationResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetAssociationResponse) String() string
GetCaBundleRequest wrapper for the GetCaBundle operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCaBundle.go.html to see an example of how to use GetCaBundleRequest.
type GetCaBundleRequest struct { // The OCID of the CA bundle. CaBundleId *string `mandatory:"true" contributesTo:"path" name:"caBundleId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetCaBundleRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetCaBundleRequest) String() string
func (request GetCaBundleRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetCaBundleResponse wrapper for the GetCaBundle operation
type GetCaBundleResponse struct { // The underlying http response RawResponse *http.Response // The CaBundle instance CaBundle `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetCaBundleResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetCaBundleResponse) String() string
GetCertificateAuthorityRequest wrapper for the GetCertificateAuthority operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificateAuthority.go.html to see an example of how to use GetCertificateAuthorityRequest.
type GetCertificateAuthorityRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetCertificateAuthorityRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetCertificateAuthorityRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetCertificateAuthorityRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetCertificateAuthorityRequest) String() string
func (request GetCertificateAuthorityRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetCertificateAuthorityResponse wrapper for the GetCertificateAuthority operation
type GetCertificateAuthorityResponse struct { // The underlying http response RawResponse *http.Response // The CertificateAuthority instance CertificateAuthority `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetCertificateAuthorityResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetCertificateAuthorityResponse) String() string
GetCertificateAuthorityVersionRequest wrapper for the GetCertificateAuthorityVersion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificateAuthorityVersion.go.html to see an example of how to use GetCertificateAuthorityVersionRequest.
type GetCertificateAuthorityVersionRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The version number of the certificate authority (CA). CertificateAuthorityVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateAuthorityVersionNumber"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetCertificateAuthorityVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetCertificateAuthorityVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetCertificateAuthorityVersionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetCertificateAuthorityVersionRequest) String() string
func (request GetCertificateAuthorityVersionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetCertificateAuthorityVersionResponse wrapper for the GetCertificateAuthorityVersion operation
type GetCertificateAuthorityVersionResponse struct { // The underlying http response RawResponse *http.Response // The CertificateAuthorityVersion instance CertificateAuthorityVersion `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetCertificateAuthorityVersionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetCertificateAuthorityVersionResponse) String() string
GetCertificateRequest wrapper for the GetCertificate operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificate.go.html to see an example of how to use GetCertificateRequest.
type GetCertificateRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetCertificateRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetCertificateRequest) String() string
func (request GetCertificateRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetCertificateResponse wrapper for the GetCertificate operation
type GetCertificateResponse struct { // The underlying http response RawResponse *http.Response // The Certificate instance Certificate `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetCertificateResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetCertificateResponse) String() string
GetCertificateVersionRequest wrapper for the GetCertificateVersion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/GetCertificateVersion.go.html to see an example of how to use GetCertificateVersionRequest.
type GetCertificateVersionRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The version number of the certificate. CertificateVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateVersionNumber"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetCertificateVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetCertificateVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetCertificateVersionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetCertificateVersionRequest) String() string
func (request GetCertificateVersionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetCertificateVersionResponse wrapper for the GetCertificateVersion operation
type GetCertificateVersionResponse struct { // The underlying http response RawResponse *http.Response // The CertificateVersion instance CertificateVersion `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetCertificateVersionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetCertificateVersionResponse) String() string
KeyAlgorithmEnum Enum with underlying type: string
type KeyAlgorithmEnum string
Set of constants representing the allowable values for KeyAlgorithmEnum
const ( KeyAlgorithmRsa2048 KeyAlgorithmEnum = "RSA2048" KeyAlgorithmRsa4096 KeyAlgorithmEnum = "RSA4096" KeyAlgorithmEcdsaP256 KeyAlgorithmEnum = "ECDSA_P256" KeyAlgorithmEcdsaP384 KeyAlgorithmEnum = "ECDSA_P384" )
func GetKeyAlgorithmEnumValues() []KeyAlgorithmEnum
GetKeyAlgorithmEnumValues Enumerates the set of values for KeyAlgorithmEnum
func GetMappingKeyAlgorithmEnum(val string) (KeyAlgorithmEnum, bool)
GetMappingKeyAlgorithmEnum performs case Insensitive comparison on enum value and return the desired enum
ListAssociationsAssociationTypeEnum Enum with underlying type: string
type ListAssociationsAssociationTypeEnum string
Set of constants representing the allowable values for ListAssociationsAssociationTypeEnum
const ( ListAssociationsAssociationTypeCertificate ListAssociationsAssociationTypeEnum = "CERTIFICATE" ListAssociationsAssociationTypeCertificateAuthority ListAssociationsAssociationTypeEnum = "CERTIFICATE_AUTHORITY" ListAssociationsAssociationTypeCaBundle ListAssociationsAssociationTypeEnum = "CA_BUNDLE" )
func GetListAssociationsAssociationTypeEnumValues() []ListAssociationsAssociationTypeEnum
GetListAssociationsAssociationTypeEnumValues Enumerates the set of values for ListAssociationsAssociationTypeEnum
func GetMappingListAssociationsAssociationTypeEnum(val string) (ListAssociationsAssociationTypeEnum, bool)
GetMappingListAssociationsAssociationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
ListAssociationsRequest wrapper for the ListAssociations operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListAssociations.go.html to see an example of how to use ListAssociationsRequest.
type ListAssociationsRequest struct { // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter that returns only resources that match the given compartment OCID. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // A filter that returns only resources that match the given OCID of a certificate-related resource. CertificatesResourceId *string `mandatory:"false" contributesTo:"query" name:"certificatesResourceId"` // A filter that returns only resources that match the given OCID of an associated Oracle Cloud Infrastructure resource. AssociatedResourceId *string `mandatory:"false" contributesTo:"query" name:"associatedResourceId"` // The OCID of the association. If the parameter is set to null, the service lists all associations. AssociationId *string `mandatory:"false" contributesTo:"query" name:"associationId"` // A filter that returns only resources that match the specified name. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // The field to sort by. You can specify only one sort order. The default order for `TIMECREATED` is descending. // The default order for `NAME` is ascending. SortBy ListAssociationsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListAssociationsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The maximum number of items to return in a paginated "List" call. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The value of the `opc-next-page` response header // from the previous "List" call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // Type of associations to list. If the parameter is set to null, the service lists all types of associations. AssociationType ListAssociationsAssociationTypeEnum `mandatory:"false" contributesTo:"query" name:"associationType" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListAssociationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListAssociationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListAssociationsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListAssociationsRequest) String() string
func (request ListAssociationsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListAssociationsResponse wrapper for the ListAssociations operation
type ListAssociationsResponse struct { // The underlying http response RawResponse *http.Response // A list of AssociationCollection instances AssociationCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then there are additional items still to get. Include this value as the `page` parameter for the // subsequent GET request. For information about pagination, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#List_Pagination). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListAssociationsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListAssociationsResponse) String() string
ListAssociationsSortByEnum Enum with underlying type: string
type ListAssociationsSortByEnum string
Set of constants representing the allowable values for ListAssociationsSortByEnum
const ( ListAssociationsSortByName ListAssociationsSortByEnum = "NAME" ListAssociationsSortByTimecreated ListAssociationsSortByEnum = "TIMECREATED" )
func GetListAssociationsSortByEnumValues() []ListAssociationsSortByEnum
GetListAssociationsSortByEnumValues Enumerates the set of values for ListAssociationsSortByEnum
func GetMappingListAssociationsSortByEnum(val string) (ListAssociationsSortByEnum, bool)
GetMappingListAssociationsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListAssociationsSortOrderEnum Enum with underlying type: string
type ListAssociationsSortOrderEnum string
Set of constants representing the allowable values for ListAssociationsSortOrderEnum
const ( ListAssociationsSortOrderAsc ListAssociationsSortOrderEnum = "ASC" ListAssociationsSortOrderDesc ListAssociationsSortOrderEnum = "DESC" )
func GetListAssociationsSortOrderEnumValues() []ListAssociationsSortOrderEnum
GetListAssociationsSortOrderEnumValues Enumerates the set of values for ListAssociationsSortOrderEnum
func GetMappingListAssociationsSortOrderEnum(val string) (ListAssociationsSortOrderEnum, bool)
GetMappingListAssociationsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListCaBundlesLifecycleStateEnum Enum with underlying type: string
type ListCaBundlesLifecycleStateEnum string
Set of constants representing the allowable values for ListCaBundlesLifecycleStateEnum
const ( ListCaBundlesLifecycleStateCreating ListCaBundlesLifecycleStateEnum = "CREATING" ListCaBundlesLifecycleStateActive ListCaBundlesLifecycleStateEnum = "ACTIVE" ListCaBundlesLifecycleStateUpdating ListCaBundlesLifecycleStateEnum = "UPDATING" ListCaBundlesLifecycleStateDeleting ListCaBundlesLifecycleStateEnum = "DELETING" ListCaBundlesLifecycleStateDeleted ListCaBundlesLifecycleStateEnum = "DELETED" ListCaBundlesLifecycleStateFailed ListCaBundlesLifecycleStateEnum = "FAILED" )
func GetListCaBundlesLifecycleStateEnumValues() []ListCaBundlesLifecycleStateEnum
GetListCaBundlesLifecycleStateEnumValues Enumerates the set of values for ListCaBundlesLifecycleStateEnum
func GetMappingListCaBundlesLifecycleStateEnum(val string) (ListCaBundlesLifecycleStateEnum, bool)
GetMappingListCaBundlesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListCaBundlesRequest wrapper for the ListCaBundles operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCaBundles.go.html to see an example of how to use ListCaBundlesRequest.
type ListCaBundlesRequest struct { // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter that returns only resources that match the given compartment OCID. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive. LifecycleState ListCaBundlesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // A filter that returns only resources that match the specified name. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // The field to sort by. You can specify only one sort order. The default order for `TIMECREATED` is descending. // The default order for `NAME` is ascending. SortBy ListCaBundlesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListCaBundlesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The maximum number of items to return in a paginated "List" call. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The value of the `opc-next-page` response header // from the previous "List" call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The OCID of the CA bundle. CaBundleId *string `mandatory:"false" contributesTo:"query" name:"caBundleId"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListCaBundlesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListCaBundlesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListCaBundlesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListCaBundlesRequest) String() string
func (request ListCaBundlesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListCaBundlesResponse wrapper for the ListCaBundles operation
type ListCaBundlesResponse struct { // The underlying http response RawResponse *http.Response // A list of CaBundleCollection instances CaBundleCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then there are additional items still to get. Include this value as the `page` parameter for the // subsequent GET request. For information about pagination, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#List_Pagination). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListCaBundlesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListCaBundlesResponse) String() string
ListCaBundlesSortByEnum Enum with underlying type: string
type ListCaBundlesSortByEnum string
Set of constants representing the allowable values for ListCaBundlesSortByEnum
const ( ListCaBundlesSortByName ListCaBundlesSortByEnum = "NAME" ListCaBundlesSortByTimecreated ListCaBundlesSortByEnum = "TIMECREATED" )
func GetListCaBundlesSortByEnumValues() []ListCaBundlesSortByEnum
GetListCaBundlesSortByEnumValues Enumerates the set of values for ListCaBundlesSortByEnum
func GetMappingListCaBundlesSortByEnum(val string) (ListCaBundlesSortByEnum, bool)
GetMappingListCaBundlesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListCaBundlesSortOrderEnum Enum with underlying type: string
type ListCaBundlesSortOrderEnum string
Set of constants representing the allowable values for ListCaBundlesSortOrderEnum
const ( ListCaBundlesSortOrderAsc ListCaBundlesSortOrderEnum = "ASC" ListCaBundlesSortOrderDesc ListCaBundlesSortOrderEnum = "DESC" )
func GetListCaBundlesSortOrderEnumValues() []ListCaBundlesSortOrderEnum
GetListCaBundlesSortOrderEnumValues Enumerates the set of values for ListCaBundlesSortOrderEnum
func GetMappingListCaBundlesSortOrderEnum(val string) (ListCaBundlesSortOrderEnum, bool)
GetMappingListCaBundlesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateAuthoritiesLifecycleStateEnum Enum with underlying type: string
type ListCertificateAuthoritiesLifecycleStateEnum string
Set of constants representing the allowable values for ListCertificateAuthoritiesLifecycleStateEnum
const ( ListCertificateAuthoritiesLifecycleStateCreating ListCertificateAuthoritiesLifecycleStateEnum = "CREATING" ListCertificateAuthoritiesLifecycleStateActive ListCertificateAuthoritiesLifecycleStateEnum = "ACTIVE" ListCertificateAuthoritiesLifecycleStateUpdating ListCertificateAuthoritiesLifecycleStateEnum = "UPDATING" ListCertificateAuthoritiesLifecycleStateDeleting ListCertificateAuthoritiesLifecycleStateEnum = "DELETING" ListCertificateAuthoritiesLifecycleStateDeleted ListCertificateAuthoritiesLifecycleStateEnum = "DELETED" ListCertificateAuthoritiesLifecycleStateSchedulingDeletion ListCertificateAuthoritiesLifecycleStateEnum = "SCHEDULING_DELETION" ListCertificateAuthoritiesLifecycleStatePendingDeletion ListCertificateAuthoritiesLifecycleStateEnum = "PENDING_DELETION" ListCertificateAuthoritiesLifecycleStateCancellingDeletion ListCertificateAuthoritiesLifecycleStateEnum = "CANCELLING_DELETION" ListCertificateAuthoritiesLifecycleStateFailed ListCertificateAuthoritiesLifecycleStateEnum = "FAILED" )
func GetListCertificateAuthoritiesLifecycleStateEnumValues() []ListCertificateAuthoritiesLifecycleStateEnum
GetListCertificateAuthoritiesLifecycleStateEnumValues Enumerates the set of values for ListCertificateAuthoritiesLifecycleStateEnum
func GetMappingListCertificateAuthoritiesLifecycleStateEnum(val string) (ListCertificateAuthoritiesLifecycleStateEnum, bool)
GetMappingListCertificateAuthoritiesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateAuthoritiesRequest wrapper for the ListCertificateAuthorities operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificateAuthorities.go.html to see an example of how to use ListCertificateAuthoritiesRequest.
type ListCertificateAuthoritiesRequest struct { // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter that returns only resources that match the given compartment OCID. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive. LifecycleState ListCertificateAuthoritiesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // A filter that returns only resources that match the specified name. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // The OCID of the certificate authority (CA). If the parameter is set to null, the service lists all CAs. IssuerCertificateAuthorityId *string `mandatory:"false" contributesTo:"query" name:"issuerCertificateAuthorityId"` // The OCID of the certificate authority (CA). If the parameter is set to null, the service lists all CAs. CertificateAuthorityId *string `mandatory:"false" contributesTo:"query" name:"certificateAuthorityId"` // The field to sort by. You can specify only one sort order. The default // order for `EXPIRATIONDATE` and 'TIMECREATED' is descending. The default order for `NAME` // is ascending. SortBy ListCertificateAuthoritiesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListCertificateAuthoritiesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The maximum number of items to return in a paginated "List" call. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The value of the `opc-next-page` response header // from the previous "List" call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListCertificateAuthoritiesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListCertificateAuthoritiesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListCertificateAuthoritiesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListCertificateAuthoritiesRequest) String() string
func (request ListCertificateAuthoritiesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListCertificateAuthoritiesResponse wrapper for the ListCertificateAuthorities operation
type ListCertificateAuthoritiesResponse struct { // The underlying http response RawResponse *http.Response // A list of CertificateAuthorityCollection instances CertificateAuthorityCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then there are additional items still to get. Include this value as the `page` parameter for the // subsequent GET request. For information about pagination, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#List_Pagination). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListCertificateAuthoritiesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListCertificateAuthoritiesResponse) String() string
ListCertificateAuthoritiesSortByEnum Enum with underlying type: string
type ListCertificateAuthoritiesSortByEnum string
Set of constants representing the allowable values for ListCertificateAuthoritiesSortByEnum
const ( ListCertificateAuthoritiesSortByName ListCertificateAuthoritiesSortByEnum = "NAME" ListCertificateAuthoritiesSortByExpirationdate ListCertificateAuthoritiesSortByEnum = "EXPIRATIONDATE" ListCertificateAuthoritiesSortByTimecreated ListCertificateAuthoritiesSortByEnum = "TIMECREATED" )
func GetListCertificateAuthoritiesSortByEnumValues() []ListCertificateAuthoritiesSortByEnum
GetListCertificateAuthoritiesSortByEnumValues Enumerates the set of values for ListCertificateAuthoritiesSortByEnum
func GetMappingListCertificateAuthoritiesSortByEnum(val string) (ListCertificateAuthoritiesSortByEnum, bool)
GetMappingListCertificateAuthoritiesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateAuthoritiesSortOrderEnum Enum with underlying type: string
type ListCertificateAuthoritiesSortOrderEnum string
Set of constants representing the allowable values for ListCertificateAuthoritiesSortOrderEnum
const ( ListCertificateAuthoritiesSortOrderAsc ListCertificateAuthoritiesSortOrderEnum = "ASC" ListCertificateAuthoritiesSortOrderDesc ListCertificateAuthoritiesSortOrderEnum = "DESC" )
func GetListCertificateAuthoritiesSortOrderEnumValues() []ListCertificateAuthoritiesSortOrderEnum
GetListCertificateAuthoritiesSortOrderEnumValues Enumerates the set of values for ListCertificateAuthoritiesSortOrderEnum
func GetMappingListCertificateAuthoritiesSortOrderEnum(val string) (ListCertificateAuthoritiesSortOrderEnum, bool)
GetMappingListCertificateAuthoritiesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateAuthorityVersionsRequest wrapper for the ListCertificateAuthorityVersions operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificateAuthorityVersions.go.html to see an example of how to use ListCertificateAuthorityVersionsRequest.
type ListCertificateAuthorityVersionsRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied. VersionNumber *int64 `mandatory:"false" contributesTo:"query" name:"versionNumber"` // The maximum number of items to return in a paginated "List" call. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The value of the `opc-next-page` response header // from the previous "List" call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The field to sort by. You can specify only one sort order. The default order for 'VERSION_NUMBER' is ascending. SortBy ListCertificateAuthorityVersionsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListCertificateAuthorityVersionsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListCertificateAuthorityVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListCertificateAuthorityVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListCertificateAuthorityVersionsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListCertificateAuthorityVersionsRequest) String() string
func (request ListCertificateAuthorityVersionsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListCertificateAuthorityVersionsResponse wrapper for the ListCertificateAuthorityVersions operation
type ListCertificateAuthorityVersionsResponse struct { // The underlying http response RawResponse *http.Response // A list of CertificateAuthorityVersionCollection instances CertificateAuthorityVersionCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then there are additional items still to get. Include this value as the `page` parameter for the // subsequent GET request. For information about pagination, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#List_Pagination). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListCertificateAuthorityVersionsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListCertificateAuthorityVersionsResponse) String() string
ListCertificateAuthorityVersionsSortByEnum Enum with underlying type: string
type ListCertificateAuthorityVersionsSortByEnum string
Set of constants representing the allowable values for ListCertificateAuthorityVersionsSortByEnum
const ( ListCertificateAuthorityVersionsSortByVersionNumber ListCertificateAuthorityVersionsSortByEnum = "VERSION_NUMBER" )
func GetListCertificateAuthorityVersionsSortByEnumValues() []ListCertificateAuthorityVersionsSortByEnum
GetListCertificateAuthorityVersionsSortByEnumValues Enumerates the set of values for ListCertificateAuthorityVersionsSortByEnum
func GetMappingListCertificateAuthorityVersionsSortByEnum(val string) (ListCertificateAuthorityVersionsSortByEnum, bool)
GetMappingListCertificateAuthorityVersionsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateAuthorityVersionsSortOrderEnum Enum with underlying type: string
type ListCertificateAuthorityVersionsSortOrderEnum string
Set of constants representing the allowable values for ListCertificateAuthorityVersionsSortOrderEnum
const ( ListCertificateAuthorityVersionsSortOrderAsc ListCertificateAuthorityVersionsSortOrderEnum = "ASC" ListCertificateAuthorityVersionsSortOrderDesc ListCertificateAuthorityVersionsSortOrderEnum = "DESC" )
func GetListCertificateAuthorityVersionsSortOrderEnumValues() []ListCertificateAuthorityVersionsSortOrderEnum
GetListCertificateAuthorityVersionsSortOrderEnumValues Enumerates the set of values for ListCertificateAuthorityVersionsSortOrderEnum
func GetMappingListCertificateAuthorityVersionsSortOrderEnum(val string) (ListCertificateAuthorityVersionsSortOrderEnum, bool)
GetMappingListCertificateAuthorityVersionsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateVersionsRequest wrapper for the ListCertificateVersions operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificateVersions.go.html to see an example of how to use ListCertificateVersionsRequest.
type ListCertificateVersionsRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied. VersionNumber *int64 `mandatory:"false" contributesTo:"query" name:"versionNumber"` // The maximum number of items to return in a paginated "List" call. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The value of the `opc-next-page` response header // from the previous "List" call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The field to sort by. You can specify only one sort order. The default order for 'VERSION_NUMBER' is ascending. SortBy ListCertificateVersionsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListCertificateVersionsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListCertificateVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListCertificateVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListCertificateVersionsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListCertificateVersionsRequest) String() string
func (request ListCertificateVersionsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListCertificateVersionsResponse wrapper for the ListCertificateVersions operation
type ListCertificateVersionsResponse struct { // The underlying http response RawResponse *http.Response // A list of CertificateVersionCollection instances CertificateVersionCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then there are additional items still to get. Include this value as the `page` parameter for the // subsequent GET request. For information about pagination, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#List_Pagination). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListCertificateVersionsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListCertificateVersionsResponse) String() string
ListCertificateVersionsSortByEnum Enum with underlying type: string
type ListCertificateVersionsSortByEnum string
Set of constants representing the allowable values for ListCertificateVersionsSortByEnum
const ( ListCertificateVersionsSortByVersionNumber ListCertificateVersionsSortByEnum = "VERSION_NUMBER" )
func GetListCertificateVersionsSortByEnumValues() []ListCertificateVersionsSortByEnum
GetListCertificateVersionsSortByEnumValues Enumerates the set of values for ListCertificateVersionsSortByEnum
func GetMappingListCertificateVersionsSortByEnum(val string) (ListCertificateVersionsSortByEnum, bool)
GetMappingListCertificateVersionsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificateVersionsSortOrderEnum Enum with underlying type: string
type ListCertificateVersionsSortOrderEnum string
Set of constants representing the allowable values for ListCertificateVersionsSortOrderEnum
const ( ListCertificateVersionsSortOrderAsc ListCertificateVersionsSortOrderEnum = "ASC" ListCertificateVersionsSortOrderDesc ListCertificateVersionsSortOrderEnum = "DESC" )
func GetListCertificateVersionsSortOrderEnumValues() []ListCertificateVersionsSortOrderEnum
GetListCertificateVersionsSortOrderEnumValues Enumerates the set of values for ListCertificateVersionsSortOrderEnum
func GetMappingListCertificateVersionsSortOrderEnum(val string) (ListCertificateVersionsSortOrderEnum, bool)
GetMappingListCertificateVersionsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificatesLifecycleStateEnum Enum with underlying type: string
type ListCertificatesLifecycleStateEnum string
Set of constants representing the allowable values for ListCertificatesLifecycleStateEnum
const ( ListCertificatesLifecycleStateCreating ListCertificatesLifecycleStateEnum = "CREATING" ListCertificatesLifecycleStateActive ListCertificatesLifecycleStateEnum = "ACTIVE" ListCertificatesLifecycleStateUpdating ListCertificatesLifecycleStateEnum = "UPDATING" ListCertificatesLifecycleStateDeleting ListCertificatesLifecycleStateEnum = "DELETING" ListCertificatesLifecycleStateDeleted ListCertificatesLifecycleStateEnum = "DELETED" ListCertificatesLifecycleStateSchedulingDeletion ListCertificatesLifecycleStateEnum = "SCHEDULING_DELETION" ListCertificatesLifecycleStatePendingDeletion ListCertificatesLifecycleStateEnum = "PENDING_DELETION" ListCertificatesLifecycleStateCancellingDeletion ListCertificatesLifecycleStateEnum = "CANCELLING_DELETION" ListCertificatesLifecycleStateFailed ListCertificatesLifecycleStateEnum = "FAILED" )
func GetListCertificatesLifecycleStateEnumValues() []ListCertificatesLifecycleStateEnum
GetListCertificatesLifecycleStateEnumValues Enumerates the set of values for ListCertificatesLifecycleStateEnum
func GetMappingListCertificatesLifecycleStateEnum(val string) (ListCertificatesLifecycleStateEnum, bool)
GetMappingListCertificatesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificatesRequest wrapper for the ListCertificates operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ListCertificates.go.html to see an example of how to use ListCertificatesRequest.
type ListCertificatesRequest struct { // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter that returns only resources that match the given compartment OCID. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive. LifecycleState ListCertificatesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // A filter that returns only resources that match the specified name. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // The field to sort by. You can specify only one sort order. The default // order for `EXPIRATIONDATE` and 'TIMECREATED' is descending. The default order for `NAME` // is ascending. SortBy ListCertificatesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListCertificatesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The maximum number of items to return in a paginated "List" call. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The value of the `opc-next-page` response header // from the previous "List" call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The OCID of the certificate authority (CA). If the parameter is set to null, the service lists all CAs. IssuerCertificateAuthorityId *string `mandatory:"false" contributesTo:"query" name:"issuerCertificateAuthorityId"` // The OCID of the certificate. If the parameter is set to null, the service lists all certificates. CertificateId *string `mandatory:"false" contributesTo:"query" name:"certificateId"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListCertificatesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListCertificatesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListCertificatesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListCertificatesRequest) String() string
func (request ListCertificatesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListCertificatesResponse wrapper for the ListCertificates operation
type ListCertificatesResponse struct { // The underlying http response RawResponse *http.Response // A list of CertificateCollection instances CertificateCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then there are additional items still to get. Include this value as the `page` parameter for the // subsequent GET request. For information about pagination, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#List_Pagination). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListCertificatesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListCertificatesResponse) String() string
ListCertificatesSortByEnum Enum with underlying type: string
type ListCertificatesSortByEnum string
Set of constants representing the allowable values for ListCertificatesSortByEnum
const ( ListCertificatesSortByName ListCertificatesSortByEnum = "NAME" ListCertificatesSortByExpirationdate ListCertificatesSortByEnum = "EXPIRATIONDATE" ListCertificatesSortByTimecreated ListCertificatesSortByEnum = "TIMECREATED" )
func GetListCertificatesSortByEnumValues() []ListCertificatesSortByEnum
GetListCertificatesSortByEnumValues Enumerates the set of values for ListCertificatesSortByEnum
func GetMappingListCertificatesSortByEnum(val string) (ListCertificatesSortByEnum, bool)
GetMappingListCertificatesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListCertificatesSortOrderEnum Enum with underlying type: string
type ListCertificatesSortOrderEnum string
Set of constants representing the allowable values for ListCertificatesSortOrderEnum
const ( ListCertificatesSortOrderAsc ListCertificatesSortOrderEnum = "ASC" ListCertificatesSortOrderDesc ListCertificatesSortOrderEnum = "DESC" )
func GetListCertificatesSortOrderEnumValues() []ListCertificatesSortOrderEnum
GetListCertificatesSortOrderEnumValues Enumerates the set of values for ListCertificatesSortOrderEnum
func GetMappingListCertificatesSortOrderEnum(val string) (ListCertificatesSortOrderEnum, bool)
GetMappingListCertificatesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ObjectStorageBucketConfigDetails The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
type ObjectStorageBucketConfigDetails struct { // The name of the bucket where the CRL is stored. ObjectStorageBucketName *string `mandatory:"true" json:"objectStorageBucketName"` // The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2. ObjectStorageObjectNameFormat *string `mandatory:"true" json:"objectStorageObjectNameFormat"` // The tenancy of the bucket where the CRL is stored. ObjectStorageNamespace *string `mandatory:"false" json:"objectStorageNamespace"` }
func (m ObjectStorageBucketConfigDetails) String() string
func (m ObjectStorageBucketConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
RevocationReasonEnum Enum with underlying type: string
type RevocationReasonEnum string
Set of constants representing the allowable values for RevocationReasonEnum
const ( RevocationReasonUnspecified RevocationReasonEnum = "UNSPECIFIED" RevocationReasonKeyCompromise RevocationReasonEnum = "KEY_COMPROMISE" RevocationReasonCaCompromise RevocationReasonEnum = "CA_COMPROMISE" RevocationReasonAffiliationChanged RevocationReasonEnum = "AFFILIATION_CHANGED" RevocationReasonSuperseded RevocationReasonEnum = "SUPERSEDED" RevocationReasonCessationOfOperation RevocationReasonEnum = "CESSATION_OF_OPERATION" RevocationReasonPrivilegeWithdrawn RevocationReasonEnum = "PRIVILEGE_WITHDRAWN" RevocationReasonAaCompromise RevocationReasonEnum = "AA_COMPROMISE" )
func GetMappingRevocationReasonEnum(val string) (RevocationReasonEnum, bool)
GetMappingRevocationReasonEnum performs case Insensitive comparison on enum value and return the desired enum
func GetRevocationReasonEnumValues() []RevocationReasonEnum
GetRevocationReasonEnumValues Enumerates the set of values for RevocationReasonEnum
RevocationStatus The current revocation status of the entity.
type RevocationStatus struct { // The time when the entity was revoked, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfRevocation *common.SDKTime `mandatory:"true" json:"timeOfRevocation"` // The reason the certificate or certificate authority (CA) was revoked. RevocationReason RevocationReasonEnum `mandatory:"true" json:"revocationReason"` }
func (m RevocationStatus) String() string
func (m RevocationStatus) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
RevokeCertificateAuthorityVersionDetails The details of the request to revoke a certificate authority (CA) version.
type RevokeCertificateAuthorityVersionDetails struct { // The reason the certificate or certificate authority was revoked. RevocationReason RevocationReasonEnum `mandatory:"false" json:"revocationReason,omitempty"` }
func (m RevokeCertificateAuthorityVersionDetails) String() string
func (m RevokeCertificateAuthorityVersionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
RevokeCertificateAuthorityVersionRequest wrapper for the RevokeCertificateAuthorityVersion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/RevokeCertificateAuthorityVersion.go.html to see an example of how to use RevokeCertificateAuthorityVersionRequest.
type RevokeCertificateAuthorityVersionRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The version number of the certificate authority (CA). CertificateAuthorityVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateAuthorityVersionNumber"` // The details of the request to revoke a CA version. RevokeCertificateAuthorityVersionDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request RevokeCertificateAuthorityVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request RevokeCertificateAuthorityVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request RevokeCertificateAuthorityVersionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request RevokeCertificateAuthorityVersionRequest) String() string
func (request RevokeCertificateAuthorityVersionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
RevokeCertificateAuthorityVersionResponse wrapper for the RevokeCertificateAuthorityVersion operation
type RevokeCertificateAuthorityVersionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response RevokeCertificateAuthorityVersionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response RevokeCertificateAuthorityVersionResponse) String() string
RevokeCertificateVersionDetails The details for revoking a certificate version.
type RevokeCertificateVersionDetails struct { // The reason that the certificate or certificate authority was revoked. RevocationReason RevocationReasonEnum `mandatory:"false" json:"revocationReason,omitempty"` }
func (m RevokeCertificateVersionDetails) String() string
func (m RevokeCertificateVersionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
RevokeCertificateVersionRequest wrapper for the RevokeCertificateVersion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/RevokeCertificateVersion.go.html to see an example of how to use RevokeCertificateVersionRequest.
type RevokeCertificateVersionRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The version number of the certificate. CertificateVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateVersionNumber"` // The details of the request to revoke a certificate version. RevokeCertificateVersionDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case // of a timeout or server error without risk of executing that same action // again. Retry tokens expire after 24 hours, but can be invalidated // before then due to conflicting operations (for example, if a resource has been // deleted and purged from the system, then a retry of the original // creation request may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request RevokeCertificateVersionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request RevokeCertificateVersionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request RevokeCertificateVersionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request RevokeCertificateVersionRequest) String() string
func (request RevokeCertificateVersionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
RevokeCertificateVersionResponse wrapper for the RevokeCertificateVersion operation
type RevokeCertificateVersionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response RevokeCertificateVersionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response RevokeCertificateVersionResponse) String() string
ScheduleCertificateAuthorityDeletionDetails The details of the request to schedule the deletion of the specified certificate authority (CA).
type ScheduleCertificateAuthorityDeletionDetails struct { // An optional property indicating when to delete the CA, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` }
func (m ScheduleCertificateAuthorityDeletionDetails) String() string
func (m ScheduleCertificateAuthorityDeletionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateAuthorityDeletionRequest wrapper for the ScheduleCertificateAuthorityDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateAuthorityDeletion.go.html to see an example of how to use ScheduleCertificateAuthorityDeletionRequest.
type ScheduleCertificateAuthorityDeletionRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The details of the request to schedule the deletion of a CA. ScheduleCertificateAuthorityDeletionDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ScheduleCertificateAuthorityDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ScheduleCertificateAuthorityDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ScheduleCertificateAuthorityDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ScheduleCertificateAuthorityDeletionRequest) String() string
func (request ScheduleCertificateAuthorityDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateAuthorityDeletionResponse wrapper for the ScheduleCertificateAuthorityDeletion operation
type ScheduleCertificateAuthorityDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ScheduleCertificateAuthorityDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ScheduleCertificateAuthorityDeletionResponse) String() string
ScheduleCertificateAuthorityVersionDeletionDetails The details of the request to schedule the deletion of the specified certificate authority (CA) version.
type ScheduleCertificateAuthorityVersionDeletionDetails struct { // An optional property indicating when to delete the CA version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` }
func (m ScheduleCertificateAuthorityVersionDeletionDetails) String() string
func (m ScheduleCertificateAuthorityVersionDeletionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateAuthorityVersionDeletionRequest wrapper for the ScheduleCertificateAuthorityVersionDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateAuthorityVersionDeletion.go.html to see an example of how to use ScheduleCertificateAuthorityVersionDeletionRequest.
type ScheduleCertificateAuthorityVersionDeletionRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The version number of the certificate authority (CA). CertificateAuthorityVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateAuthorityVersionNumber"` // The details of the request to delete a CA version. ScheduleCertificateAuthorityVersionDeletionDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ScheduleCertificateAuthorityVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ScheduleCertificateAuthorityVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ScheduleCertificateAuthorityVersionDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ScheduleCertificateAuthorityVersionDeletionRequest) String() string
func (request ScheduleCertificateAuthorityVersionDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateAuthorityVersionDeletionResponse wrapper for the ScheduleCertificateAuthorityVersionDeletion operation
type ScheduleCertificateAuthorityVersionDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ScheduleCertificateAuthorityVersionDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ScheduleCertificateAuthorityVersionDeletionResponse) String() string
ScheduleCertificateDeletionDetails The details for scheduling the deletion of the specified certificate.
type ScheduleCertificateDeletionDetails struct { // An optional property indicating when to delete the certificate version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` }
func (m ScheduleCertificateDeletionDetails) String() string
func (m ScheduleCertificateDeletionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateDeletionRequest wrapper for the ScheduleCertificateDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateDeletion.go.html to see an example of how to use ScheduleCertificateDeletionRequest.
type ScheduleCertificateDeletionRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The details of the request to schedule a certificate deletion. // This sets the lifecycle state of the certificate to `PENDING_DELETION` and then deletes it // after the specified retention period ends. // You can subsequently use `GetCertificate` to determine the current deletion status. ScheduleCertificateDeletionDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ScheduleCertificateDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ScheduleCertificateDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ScheduleCertificateDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ScheduleCertificateDeletionRequest) String() string
func (request ScheduleCertificateDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateDeletionResponse wrapper for the ScheduleCertificateDeletion operation
type ScheduleCertificateDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ScheduleCertificateDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ScheduleCertificateDeletionResponse) String() string
ScheduleCertificateVersionDeletionDetails The details for scheduling the deletion of the specified certificate version.
type ScheduleCertificateVersionDeletionDetails struct { // An optional property that indicates when to delete the certificate version, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. TimeOfDeletion *common.SDKTime `mandatory:"false" json:"timeOfDeletion"` }
func (m ScheduleCertificateVersionDeletionDetails) String() string
func (m ScheduleCertificateVersionDeletionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateVersionDeletionRequest wrapper for the ScheduleCertificateVersionDeletion operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/ScheduleCertificateVersionDeletion.go.html to see an example of how to use ScheduleCertificateVersionDeletionRequest.
type ScheduleCertificateVersionDeletionRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The version number of the certificate. CertificateVersionNumber *int64 `mandatory:"true" contributesTo:"path" name:"certificateVersionNumber"` // The details of the request to delete a certificate version. ScheduleCertificateVersionDeletionDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ScheduleCertificateVersionDeletionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ScheduleCertificateVersionDeletionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ScheduleCertificateVersionDeletionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ScheduleCertificateVersionDeletionRequest) String() string
func (request ScheduleCertificateVersionDeletionRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ScheduleCertificateVersionDeletionResponse wrapper for the ScheduleCertificateVersionDeletion operation
type ScheduleCertificateVersionDeletionResponse struct { // The underlying http response RawResponse *http.Response // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ScheduleCertificateVersionDeletionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ScheduleCertificateVersionDeletionResponse) String() string
SignatureAlgorithmEnum Enum with underlying type: string
type SignatureAlgorithmEnum string
Set of constants representing the allowable values for SignatureAlgorithmEnum
const ( SignatureAlgorithmSha256WithRsa SignatureAlgorithmEnum = "SHA256_WITH_RSA" SignatureAlgorithmSha384WithRsa SignatureAlgorithmEnum = "SHA384_WITH_RSA" SignatureAlgorithmSha512WithRsa SignatureAlgorithmEnum = "SHA512_WITH_RSA" SignatureAlgorithmSha256WithEcdsa SignatureAlgorithmEnum = "SHA256_WITH_ECDSA" SignatureAlgorithmSha384WithEcdsa SignatureAlgorithmEnum = "SHA384_WITH_ECDSA" SignatureAlgorithmSha512WithEcdsa SignatureAlgorithmEnum = "SHA512_WITH_ECDSA" )
func GetMappingSignatureAlgorithmEnum(val string) (SignatureAlgorithmEnum, bool)
GetMappingSignatureAlgorithmEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSignatureAlgorithmEnumValues() []SignatureAlgorithmEnum
GetSignatureAlgorithmEnumValues Enumerates the set of values for SignatureAlgorithmEnum
UpdateCaBundleDetails The details of the CA bundle to update.
type UpdateCaBundleDetails struct { // A brief description of the CA bundle. Description *string `mandatory:"false" json:"description"` // Certificates (in PEM format) to include in the CA bundle. CaBundlePem *string `mandatory:"false" json:"caBundlePem"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m UpdateCaBundleDetails) String() string
func (m UpdateCaBundleDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCaBundleRequest wrapper for the UpdateCaBundle operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/UpdateCaBundle.go.html to see an example of how to use UpdateCaBundleRequest.
type UpdateCaBundleRequest struct { // The OCID of the CA bundle. CaBundleId *string `mandatory:"true" contributesTo:"path" name:"caBundleId"` // The details of the request to update a CA bundle. UpdateCaBundleDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateCaBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateCaBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateCaBundleRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateCaBundleRequest) String() string
func (request UpdateCaBundleRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCaBundleResponse wrapper for the UpdateCaBundle operation
type UpdateCaBundleResponse struct { // The underlying http response RawResponse *http.Response // The CaBundle instance CaBundle `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateCaBundleResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateCaBundleResponse) String() string
UpdateCertificateAuthorityConfigDetails The configuration details for updating a certificate authority (CA).
type UpdateCertificateAuthorityConfigDetails interface { // The name of the CA version. When the value is not null, a name is unique across versions of a given CA. GetVersionName() *string // The rotation state of the CA. The default is `PENDING`, meaning that the CA is staged and available for use. A CA version // that you mark as `CURRENT` is currently in use, but you don't yet want to rotate it into current, active use. For example, // you might create or update a CA and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. GetStage() UpdateCertificateAuthorityConfigDetailsStageEnum }
UpdateCertificateAuthorityConfigDetailsStageEnum Enum with underlying type: string
type UpdateCertificateAuthorityConfigDetailsStageEnum string
Set of constants representing the allowable values for UpdateCertificateAuthorityConfigDetailsStageEnum
const ( UpdateCertificateAuthorityConfigDetailsStageCurrent UpdateCertificateAuthorityConfigDetailsStageEnum = "CURRENT" UpdateCertificateAuthorityConfigDetailsStagePending UpdateCertificateAuthorityConfigDetailsStageEnum = "PENDING" )
func GetMappingUpdateCertificateAuthorityConfigDetailsStageEnum(val string) (UpdateCertificateAuthorityConfigDetailsStageEnum, bool)
GetMappingUpdateCertificateAuthorityConfigDetailsStageEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateCertificateAuthorityConfigDetailsStageEnumValues() []UpdateCertificateAuthorityConfigDetailsStageEnum
GetUpdateCertificateAuthorityConfigDetailsStageEnumValues Enumerates the set of values for UpdateCertificateAuthorityConfigDetailsStageEnum
UpdateCertificateAuthorityDetails The details for updating a certificate authority (CA).
type UpdateCertificateAuthorityDetails struct { // A brief description of the CA. Description *string `mandatory:"false" json:"description"` // Makes this version the current version. This property cannot be updated in combination with any other properties. CurrentVersionNumber *int64 `mandatory:"false" json:"currentVersionNumber"` CertificateAuthorityConfig UpdateCertificateAuthorityConfigDetails `mandatory:"false" json:"certificateAuthorityConfig"` CertificateRevocationListDetails *CertificateRevocationListDetails `mandatory:"false" json:"certificateRevocationListDetails"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Usage of predefined tag keys. These predefined keys are scoped to namespaces. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // A list of rules that control how the CA is used and managed. CertificateAuthorityRules []CertificateAuthorityRule `mandatory:"false" json:"certificateAuthorityRules"` }
func (m UpdateCertificateAuthorityDetails) String() string
func (m *UpdateCertificateAuthorityDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m UpdateCertificateAuthorityDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateAuthorityRequest wrapper for the UpdateCertificateAuthority operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/UpdateCertificateAuthority.go.html to see an example of how to use UpdateCertificateAuthorityRequest.
type UpdateCertificateAuthorityRequest struct { // The OCID of the certificate authority (CA). CertificateAuthorityId *string `mandatory:"true" contributesTo:"path" name:"certificateAuthorityId"` // The details of the request to update a CA. UpdateCertificateAuthorityDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateCertificateAuthorityRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateCertificateAuthorityRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateCertificateAuthorityRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateCertificateAuthorityRequest) String() string
func (request UpdateCertificateAuthorityRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateAuthorityResponse wrapper for the UpdateCertificateAuthority operation
type UpdateCertificateAuthorityResponse struct { // The underlying http response RawResponse *http.Response // The CertificateAuthority instance CertificateAuthority `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateCertificateAuthorityResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateCertificateAuthorityResponse) String() string
UpdateCertificateByImportingConfigDetails The details of the configuration for updating a certificate based on the keys from an imported certificate.
type UpdateCertificateByImportingConfigDetails struct { // The certificate chain (in PEM format) for the imported certificate. CertChainPem *string `mandatory:"true" json:"certChainPem"` // The private key (in PEM format) for the imported certificate. PrivateKeyPem *string `mandatory:"true" json:"privateKeyPem"` // The certificate (in PEM format) for the imported certificate. CertificatePem *string `mandatory:"true" json:"certificatePem"` // A name for the certificate version. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` // An optional passphrase for the private key. PrivateKeyPemPassphrase *string `mandatory:"false" json:"privateKeyPemPassphrase"` // The rotation state of the certificate. The default is `CURRENT`, meaning that the certificate is currently in use. A certificate version // that you mark as `PENDING` is staged and available for use, but you don't yet want to rotate it into current, active use. For example, // you might update a certificate and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. Stage UpdateCertificateConfigDetailsStageEnum `mandatory:"false" json:"stage,omitempty"` }
func (m UpdateCertificateByImportingConfigDetails) GetStage() UpdateCertificateConfigDetailsStageEnum
GetStage returns Stage
func (m UpdateCertificateByImportingConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m UpdateCertificateByImportingConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateCertificateByImportingConfigDetails) String() string
func (m UpdateCertificateByImportingConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateConfigDetails The details of the contents of the certificate and certificate metadata.
type UpdateCertificateConfigDetails interface { // A name for the certificate version. When the value is not null, a name is unique across versions of a given certificate. GetVersionName() *string // The rotation state of the certificate. The default is `CURRENT`, meaning that the certificate is currently in use. A certificate version // that you mark as `PENDING` is staged and available for use, but you don't yet want to rotate it into current, active use. For example, // you might update a certificate and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. GetStage() UpdateCertificateConfigDetailsStageEnum }
UpdateCertificateConfigDetailsStageEnum Enum with underlying type: string
type UpdateCertificateConfigDetailsStageEnum string
Set of constants representing the allowable values for UpdateCertificateConfigDetailsStageEnum
const ( UpdateCertificateConfigDetailsStageCurrent UpdateCertificateConfigDetailsStageEnum = "CURRENT" UpdateCertificateConfigDetailsStagePending UpdateCertificateConfigDetailsStageEnum = "PENDING" )
func GetMappingUpdateCertificateConfigDetailsStageEnum(val string) (UpdateCertificateConfigDetailsStageEnum, bool)
GetMappingUpdateCertificateConfigDetailsStageEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateCertificateConfigDetailsStageEnumValues() []UpdateCertificateConfigDetailsStageEnum
GetUpdateCertificateConfigDetailsStageEnumValues Enumerates the set of values for UpdateCertificateConfigDetailsStageEnum
UpdateCertificateDetails The details of the certificate to update.
type UpdateCertificateDetails struct { // A brief description of the certificate. Avoid entering confidential information. Description *string `mandatory:"false" json:"description"` // Makes this version the current version. This property cannot be updated in combination with any other properties. CurrentVersionNumber *int64 `mandatory:"false" json:"currentVersionNumber"` CertificateConfig UpdateCertificateConfigDetails `mandatory:"false" json:"certificateConfig"` // Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // An optional list of rules that control how the certificate is used and managed. CertificateRules []CertificateRule `mandatory:"false" json:"certificateRules"` }
func (m UpdateCertificateDetails) String() string
func (m *UpdateCertificateDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m UpdateCertificateDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateIssuedByInternalCaConfigDetails The details for updating an internally managed certificate which is issued by a private certificate authority (CA).
type UpdateCertificateIssuedByInternalCaConfigDetails struct { // A name for the certificate version. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // The rotation state of the certificate. The default is `CURRENT`, meaning that the certificate is currently in use. A certificate version // that you mark as `PENDING` is staged and available for use, but you don't yet want to rotate it into current, active use. For example, // you might update a certificate and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. Stage UpdateCertificateConfigDetailsStageEnum `mandatory:"false" json:"stage,omitempty"` }
func (m UpdateCertificateIssuedByInternalCaConfigDetails) GetStage() UpdateCertificateConfigDetailsStageEnum
GetStage returns Stage
func (m UpdateCertificateIssuedByInternalCaConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m UpdateCertificateIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateCertificateIssuedByInternalCaConfigDetails) String() string
func (m UpdateCertificateIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails The details for updating an externally managed certificate which is issued by a private certificate authority (CA).
type UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails struct { // The certificate signing request (in PEM format). CsrPem *string `mandatory:"true" json:"csrPem"` // A name for the certificate version. When the value is not null, a name is unique across versions of a given certificate. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // The rotation state of the certificate. The default is `CURRENT`, meaning that the certificate is currently in use. A certificate version // that you mark as `PENDING` is staged and available for use, but you don't yet want to rotate it into current, active use. For example, // you might update a certificate and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. Stage UpdateCertificateConfigDetailsStageEnum `mandatory:"false" json:"stage,omitempty"` }
func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) GetStage() UpdateCertificateConfigDetailsStageEnum
GetStage returns Stage
func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) String() string
func (m UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateRequest wrapper for the UpdateCertificate operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/certificatesmanagement/UpdateCertificate.go.html to see an example of how to use UpdateCertificateRequest.
type UpdateCertificateRequest struct { // The OCID of the certificate. CertificateId *string `mandatory:"true" contributesTo:"path" name:"certificateId"` // The details of the request to update a certificate. UpdateCertificateDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If provided, the returned request ID // will include this value. Otherwise, a random request ID will be // generated by the service. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For optimistic concurrency control. In the PUT or DELETE call for a // resource, set the `if-match` parameter to the value of the etag from a // previous GET or POST response for that resource. The resource will be // updated or deleted only if the etag you provide matches the resource's // current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateCertificateRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateCertificateRequest) String() string
func (request UpdateCertificateRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateCertificateResponse wrapper for the UpdateCertificate operation
type UpdateCertificateResponse struct { // The underlying http response RawResponse *http.Response // The Certificate instance Certificate `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateCertificateResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateCertificateResponse) String() string
UpdateRootCaByGeneratingInternallyConfigDetails The details for updating a private root certificate authority (CA). Note: This operation automatically rotates the private key.
type UpdateRootCaByGeneratingInternallyConfigDetails struct { // The name of the CA version. When the value is not null, a name is unique across versions of a given CA. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // The rotation state of the CA. The default is `PENDING`, meaning that the CA is staged and available for use. A CA version // that you mark as `CURRENT` is currently in use, but you don't yet want to rotate it into current, active use. For example, // you might create or update a CA and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. Stage UpdateCertificateAuthorityConfigDetailsStageEnum `mandatory:"false" json:"stage,omitempty"` }
func (m UpdateRootCaByGeneratingInternallyConfigDetails) GetStage() UpdateCertificateAuthorityConfigDetailsStageEnum
GetStage returns Stage
func (m UpdateRootCaByGeneratingInternallyConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m UpdateRootCaByGeneratingInternallyConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateRootCaByGeneratingInternallyConfigDetails) String() string
func (m UpdateRootCaByGeneratingInternallyConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateSubordinateCaIssuedByInternalCaConfigDetails The details for updating a private subordinate certificate authority (CA) which is issued by a private CA. Note: This operation automatically rotates the private key.
type UpdateSubordinateCaIssuedByInternalCaConfigDetails struct { // The name of the CA version. When the value is not null, a name is unique across versions of a given CA. VersionName *string `mandatory:"false" json:"versionName"` Validity *Validity `mandatory:"false" json:"validity"` // The rotation state of the CA. The default is `PENDING`, meaning that the CA is staged and available for use. A CA version // that you mark as `CURRENT` is currently in use, but you don't yet want to rotate it into current, active use. For example, // you might create or update a CA and mark its rotation state as `PENDING` if you haven't yet updated the certificate on the target system. Stage UpdateCertificateAuthorityConfigDetailsStageEnum `mandatory:"false" json:"stage,omitempty"` }
func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) GetStage() UpdateCertificateAuthorityConfigDetailsStageEnum
GetStage returns Stage
func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) GetVersionName() *string
GetVersionName returns VersionName
func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) String() string
func (m UpdateSubordinateCaIssuedByInternalCaConfigDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
Validity An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
type Validity struct { // The date on which the certificate validity period ends, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfValidityNotAfter *common.SDKTime `mandatory:"true" json:"timeOfValidityNotAfter"` // The date on which the certificate validity period begins, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format. // Example: `2019-04-03T21:10:29.600Z` TimeOfValidityNotBefore *common.SDKTime `mandatory:"false" json:"timeOfValidityNotBefore"` }
func (m Validity) String() string
func (m Validity) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
VersionStageEnum Enum with underlying type: string
type VersionStageEnum string
Set of constants representing the allowable values for VersionStageEnum
const ( VersionStageCurrent VersionStageEnum = "CURRENT" VersionStagePending VersionStageEnum = "PENDING" VersionStageLatest VersionStageEnum = "LATEST" VersionStagePrevious VersionStageEnum = "PREVIOUS" VersionStageDeprecated VersionStageEnum = "DEPRECATED" VersionStageFailed VersionStageEnum = "FAILED" )
func GetMappingVersionStageEnum(val string) (VersionStageEnum, bool)
GetMappingVersionStageEnum performs case Insensitive comparison on enum value and return the desired enum
func GetVersionStageEnumValues() []VersionStageEnum
GetVersionStageEnumValues Enumerates the set of values for VersionStageEnum