Versions in this module Expand all Collapse all v42 v42.1.0 Jun 22, 2021 v42.0.0 Jun 15, 2021 Changes in this version + type Base64SecretBundleContentDetails struct + Content *string + func (m Base64SecretBundleContentDetails) MarshalJSON() (buff []byte, e error) + func (m Base64SecretBundleContentDetails) String() string + type GetSecretBundleByNameRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + SecretName *string + SecretVersionName *string + Stage GetSecretBundleByNameStageEnum + VaultId *string + VersionNumber *int64 + func (request GetSecretBundleByNameRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetSecretBundleByNameRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetSecretBundleByNameRequest) RetryPolicy() *common.RetryPolicy + func (request GetSecretBundleByNameRequest) String() string + type GetSecretBundleByNameResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response GetSecretBundleByNameResponse) HTTPResponse() *http.Response + func (response GetSecretBundleByNameResponse) String() string + type GetSecretBundleByNameStageEnum string + const GetSecretBundleByNameStageCurrent + const GetSecretBundleByNameStageDeprecated + const GetSecretBundleByNameStageLatest + const GetSecretBundleByNameStagePending + const GetSecretBundleByNameStagePrevious + func GetGetSecretBundleByNameStageEnumValues() []GetSecretBundleByNameStageEnum + type GetSecretBundleRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + SecretId *string + SecretVersionName *string + Stage GetSecretBundleStageEnum + VersionNumber *int64 + func (request GetSecretBundleRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetSecretBundleRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetSecretBundleRequest) RetryPolicy() *common.RetryPolicy + func (request GetSecretBundleRequest) String() string + type GetSecretBundleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetSecretBundleResponse) HTTPResponse() *http.Response + func (response GetSecretBundleResponse) String() string + type GetSecretBundleStageEnum string + const GetSecretBundleStageCurrent + const GetSecretBundleStageDeprecated + const GetSecretBundleStageLatest + const GetSecretBundleStagePending + const GetSecretBundleStagePrevious + func GetGetSecretBundleStageEnumValues() []GetSecretBundleStageEnum + type ListSecretBundleVersionsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SecretId *string + SortBy ListSecretBundleVersionsSortByEnum + SortOrder ListSecretBundleVersionsSortOrderEnum + func (request ListSecretBundleVersionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListSecretBundleVersionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListSecretBundleVersionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListSecretBundleVersionsRequest) String() string + type ListSecretBundleVersionsResponse struct + Items []SecretBundleVersionSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListSecretBundleVersionsResponse) HTTPResponse() *http.Response + func (response ListSecretBundleVersionsResponse) String() string + type ListSecretBundleVersionsSortByEnum string + const ListSecretBundleVersionsSortByVersionNumber + func GetListSecretBundleVersionsSortByEnumValues() []ListSecretBundleVersionsSortByEnum + type ListSecretBundleVersionsSortOrderEnum string + const ListSecretBundleVersionsSortOrderAsc + const ListSecretBundleVersionsSortOrderDesc + func GetListSecretBundleVersionsSortOrderEnumValues() []ListSecretBundleVersionsSortOrderEnum + type SecretBundle struct + Metadata map[string]interface{} + SecretBundleContent SecretBundleContentDetails + SecretId *string + Stages []SecretBundleStagesEnum + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + TimeOfExpiry *common.SDKTime + VersionName *string + VersionNumber *int64 + func (m *SecretBundle) UnmarshalJSON(data []byte) (e error) + func (m SecretBundle) String() string + type SecretBundleContentDetails interface + type SecretBundleContentDetailsContentTypeEnum string + const SecretBundleContentDetailsContentTypeBase64 + func GetSecretBundleContentDetailsContentTypeEnumValues() []SecretBundleContentDetailsContentTypeEnum + type SecretBundleStagesEnum string + const SecretBundleStagesCurrent + const SecretBundleStagesDeprecated + const SecretBundleStagesLatest + const SecretBundleStagesPending + const SecretBundleStagesPrevious + func GetSecretBundleStagesEnumValues() []SecretBundleStagesEnum + type SecretBundleVersionSummary struct + SecretId *string + Stages []SecretBundleVersionSummaryStagesEnum + TimeCreated *common.SDKTime + TimeOfDeletion *common.SDKTime + TimeOfExpiry *common.SDKTime + VersionName *string + VersionNumber *int64 + func (m SecretBundleVersionSummary) String() string + type SecretBundleVersionSummaryStagesEnum string + const SecretBundleVersionSummaryStagesCurrent + const SecretBundleVersionSummaryStagesDeprecated + const SecretBundleVersionSummaryStagesLatest + const SecretBundleVersionSummaryStagesPending + const SecretBundleVersionSummaryStagesPrevious + func GetSecretBundleVersionSummaryStagesEnumValues() []SecretBundleVersionSummaryStagesEnum + type SecretsClient struct + func NewSecretsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client SecretsClient, err error) + func NewSecretsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client SecretsClient, err error) + func (client *SecretsClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *SecretsClient) SetRegion(region string) + func (client SecretsClient) GetSecretBundle(ctx context.Context, request GetSecretBundleRequest) (response GetSecretBundleResponse, err error) + func (client SecretsClient) GetSecretBundleByName(ctx context.Context, request GetSecretBundleByNameRequest) (response GetSecretBundleByNameResponse, err error) + func (client SecretsClient) ListSecretBundleVersions(ctx context.Context, request ListSecretBundleVersionsRequest) (response ListSecretBundleVersionsResponse, err error) Other modules containing this package github.com/oracle/oci-go-sdk github.com/oracle/oci-go-sdk/v25 github.com/oracle/oci-go-sdk/v26 github.com/oracle/oci-go-sdk/v27 github.com/oracle/oci-go-sdk/v28 github.com/oracle/oci-go-sdk/v29 github.com/oracle/oci-go-sdk/v30 github.com/oracle/oci-go-sdk/v31 github.com/oracle/oci-go-sdk/v32 github.com/oracle/oci-go-sdk/v33 github.com/oracle/oci-go-sdk/v34 github.com/oracle/oci-go-sdk/v35 github.com/oracle/oci-go-sdk/v36 github.com/oracle/oci-go-sdk/v37 github.com/oracle/oci-go-sdk/v38 github.com/oracle/oci-go-sdk/v39 github.com/oracle/oci-go-sdk/v40 github.com/oracle/oci-go-sdk/v41 github.com/oracle/oci-go-sdk/v43 github.com/oracle/oci-go-sdk/v44 github.com/oracle/oci-go-sdk/v45 github.com/oracle/oci-go-sdk/v46 github.com/oracle/oci-go-sdk/v47 github.com/oracle/oci-go-sdk/v48 github.com/oracle/oci-go-sdk/v49 github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v54 github.com/oracle/oci-go-sdk/v55 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65