1. Packages
  2. Ibm Provider
  3. API Docs
  4. getCmOffering
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getCmOffering

Explore with Pulumi AI

ibm logo
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

    Provides a read-only data source for ibm_cm_offering. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const cmOffering = ibm.getCmOffering({
        catalogId: ibm_cm_offering.cm_offering.catalog_id,
        offeringId: ibm_cm_offering.cm_offering.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    cm_offering = ibm.get_cm_offering(catalog_id=ibm_cm_offering["cm_offering"]["catalog_id"],
        offering_id=ibm_cm_offering["cm_offering"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupCmOffering(ctx, &ibm.LookupCmOfferingArgs{
    			CatalogId:  ibm_cm_offering.Cm_offering.Catalog_id,
    			OfferingId: ibm_cm_offering.Cm_offering.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var cmOffering = Ibm.GetCmOffering.Invoke(new()
        {
            CatalogId = ibm_cm_offering.Cm_offering.Catalog_id,
            OfferingId = ibm_cm_offering.Cm_offering.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetCmOfferingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var cmOffering = IbmFunctions.getCmOffering(GetCmOfferingArgs.builder()
                .catalogId(ibm_cm_offering.cm_offering().catalog_id())
                .offeringId(ibm_cm_offering.cm_offering().id())
                .build());
    
        }
    }
    
    variables:
      cmOffering:
        fn::invoke:
          function: ibm:getCmOffering
          arguments:
            catalogId: ${ibm_cm_offering.cm_offering.catalog_id}
            offeringId: ${ibm_cm_offering.cm_offering.id}
    

    Using getCmOffering

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCmOffering(args: GetCmOfferingArgs, opts?: InvokeOptions): Promise<GetCmOfferingResult>
    function getCmOfferingOutput(args: GetCmOfferingOutputArgs, opts?: InvokeOptions): Output<GetCmOfferingResult>
    def get_cm_offering(catalog_id: Optional[str] = None,
                        id: Optional[str] = None,
                        offering_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCmOfferingResult
    def get_cm_offering_output(catalog_id: Optional[pulumi.Input[str]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        offering_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetCmOfferingResult]
    func LookupCmOffering(ctx *Context, args *LookupCmOfferingArgs, opts ...InvokeOption) (*LookupCmOfferingResult, error)
    func LookupCmOfferingOutput(ctx *Context, args *LookupCmOfferingOutputArgs, opts ...InvokeOption) LookupCmOfferingResultOutput

    > Note: This function is named LookupCmOffering in the Go SDK.

    public static class GetCmOffering 
    {
        public static Task<GetCmOfferingResult> InvokeAsync(GetCmOfferingArgs args, InvokeOptions? opts = null)
        public static Output<GetCmOfferingResult> Invoke(GetCmOfferingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCmOfferingResult> getCmOffering(GetCmOfferingArgs args, InvokeOptions options)
    public static Output<GetCmOfferingResult> getCmOffering(GetCmOfferingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getCmOffering:getCmOffering
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogId string
    Catalog identifier.
    OfferingId string
    Offering identification.
    Id string
    (String) The id of this provider.
    CatalogId string
    Catalog identifier.
    OfferingId string
    Offering identification.
    Id string
    (String) The id of this provider.
    catalogId String
    Catalog identifier.
    offeringId String
    Offering identification.
    id String
    (String) The id of this provider.
    catalogId string
    Catalog identifier.
    offeringId string
    Offering identification.
    id string
    (String) The id of this provider.
    catalog_id str
    Catalog identifier.
    offering_id str
    Offering identification.
    id str
    (String) The id of this provider.
    catalogId String
    Catalog identifier.
    offeringId String
    Offering identification.
    id String
    (String) The id of this provider.

    getCmOffering Result

    The following output properties are available:

    Badges List<GetCmOfferingBadge>
    (List) A list of badges for this offering. Nested scheme for badges:
    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    CatalogName string
    (String) The name of the catalog.
    Created string
    (String) The date and time this version was created.
    Crn string
    (String) Version's CRN.
    DeprecatePendings List<GetCmOfferingDeprecatePending>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    Disclaimer string
    (String) A disclaimer for this offering.
    Features List<GetCmOfferingFeature>
    (List) Features - titles only. Nested scheme for features:
    Hidden bool
    (Boolean) Hide values.
    Id string
    (String) The id of this provider.
    ImagePullKeys List<GetCmOfferingImagePullKey>
    (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
    Keywords List<string>
    (List) List of keywords associated with offering, typically used to search for it.
    Kinds List<GetCmOfferingKind>
    (List) Array of kind. Nested scheme for kinds:
    Label string
    (String) Display Name in the requested language.
    LabelI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    LongDescription string
    (String) Long description in the requested language.
    LongDescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Media List<GetCmOfferingMedia>
    (List) A list of media items related to this offering. Nested scheme for media:
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    OfferingDocsUrl string
    (String) URL for an additional docs with this offering.
    OfferingIconUrl string
    (String) URL for an icon associated with this offering.
    OfferingId string
    (String) Offering ID.
    OfferingIdentifier string
    OfferingSupportUrl string
    (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
    PcManaged bool
    (Boolean) Offering is managed by Partner Center.
    PortalApprovalRecord string
    (String) The portal's approval record ID.
    PortalUiUrl string
    (String) The portal UI URL.
    ProductKind string
    (String) The product kind. Valid values are module, solution, or empty string.
    ProviderInfos List<GetCmOfferingProviderInfo>
    (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
    PublicOriginalCrn string
    (String) The original offering CRN that this publish entry came from.
    PublishApproved bool
    (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
    PublishPublicCrn string
    (String) The crn of the public catalog entry of this offering.
    Ratings List<GetCmOfferingRating>
    (List) Repository info for offerings. Nested scheme for rating:
    RepoInfos List<GetCmOfferingRepoInfo>
    (List) Repository info for offerings. Nested scheme for repo_info:
    Rev string
    (String) Cloudant revision.
    ShareEnabled bool
    (Boolean) Denotes sharing including access list availability of an Offering is enabled.
    ShareWithAccessLists List<string>
    ShareWithAll bool
    (Boolean) Denotes public availability of an Offering - if share_enabled is true.
    ShareWithIbm bool
    (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
    ShortDescription string
    (String) Short description in the requested language.
    ShortDescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Supports List<GetCmOfferingSupport>
    (List) Offering Support information. Nested scheme for support:
    Tags List<string>
    (List) List of tags associated with this catalog.
    Updated string
    (String) The date and time this catalog was last updated.
    Url string
    (String) The url for this specific offering.
    Badges []GetCmOfferingBadge
    (List) A list of badges for this offering. Nested scheme for badges:
    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    CatalogName string
    (String) The name of the catalog.
    Created string
    (String) The date and time this version was created.
    Crn string
    (String) Version's CRN.
    DeprecatePendings []GetCmOfferingDeprecatePending
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    Disclaimer string
    (String) A disclaimer for this offering.
    Features []GetCmOfferingFeature
    (List) Features - titles only. Nested scheme for features:
    Hidden bool
    (Boolean) Hide values.
    Id string
    (String) The id of this provider.
    ImagePullKeys []GetCmOfferingImagePullKey
    (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
    Keywords []string
    (List) List of keywords associated with offering, typically used to search for it.
    Kinds []GetCmOfferingKind
    (List) Array of kind. Nested scheme for kinds:
    Label string
    (String) Display Name in the requested language.
    LabelI18n map[string]string
    (Map) A map of translated strings, by language code.
    LongDescription string
    (String) Long description in the requested language.
    LongDescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Media []GetCmOfferingMedia
    (List) A list of media items related to this offering. Nested scheme for media:
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    OfferingDocsUrl string
    (String) URL for an additional docs with this offering.
    OfferingIconUrl string
    (String) URL for an icon associated with this offering.
    OfferingId string
    (String) Offering ID.
    OfferingIdentifier string
    OfferingSupportUrl string
    (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
    PcManaged bool
    (Boolean) Offering is managed by Partner Center.
    PortalApprovalRecord string
    (String) The portal's approval record ID.
    PortalUiUrl string
    (String) The portal UI URL.
    ProductKind string
    (String) The product kind. Valid values are module, solution, or empty string.
    ProviderInfos []GetCmOfferingProviderInfo
    (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
    PublicOriginalCrn string
    (String) The original offering CRN that this publish entry came from.
    PublishApproved bool
    (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
    PublishPublicCrn string
    (String) The crn of the public catalog entry of this offering.
    Ratings []GetCmOfferingRating
    (List) Repository info for offerings. Nested scheme for rating:
    RepoInfos []GetCmOfferingRepoInfo
    (List) Repository info for offerings. Nested scheme for repo_info:
    Rev string
    (String) Cloudant revision.
    ShareEnabled bool
    (Boolean) Denotes sharing including access list availability of an Offering is enabled.
    ShareWithAccessLists []string
    ShareWithAll bool
    (Boolean) Denotes public availability of an Offering - if share_enabled is true.
    ShareWithIbm bool
    (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
    ShortDescription string
    (String) Short description in the requested language.
    ShortDescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Supports []GetCmOfferingSupport
    (List) Offering Support information. Nested scheme for support:
    Tags []string
    (List) List of tags associated with this catalog.
    Updated string
    (String) The date and time this catalog was last updated.
    Url string
    (String) The url for this specific offering.
    badges List<GetCmOfferingBadge>
    (List) A list of badges for this offering. Nested scheme for badges:
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    catalogName String
    (String) The name of the catalog.
    created String
    (String) The date and time this version was created.
    crn String
    (String) Version's CRN.
    deprecatePendings List<GetCmOfferingDeprecatePending>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    disclaimer String
    (String) A disclaimer for this offering.
    features List<GetCmOfferingFeature>
    (List) Features - titles only. Nested scheme for features:
    hidden Boolean
    (Boolean) Hide values.
    id String
    (String) The id of this provider.
    imagePullKeys List<GetCmOfferingImagePullKey>
    (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
    keywords List<String>
    (List) List of keywords associated with offering, typically used to search for it.
    kinds List<GetCmOfferingKind>
    (List) Array of kind. Nested scheme for kinds:
    label String
    (String) Display Name in the requested language.
    labelI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    longDescription String
    (String) Long description in the requested language.
    longDescriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    media List<GetCmOfferingMedia>
    (List) A list of media items related to this offering. Nested scheme for media:
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    offeringDocsUrl String
    (String) URL for an additional docs with this offering.
    offeringIconUrl String
    (String) URL for an icon associated with this offering.
    offeringId String
    (String) Offering ID.
    offeringIdentifier String
    offeringSupportUrl String
    (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
    pcManaged Boolean
    (Boolean) Offering is managed by Partner Center.
    portalApprovalRecord String
    (String) The portal's approval record ID.
    portalUiUrl String
    (String) The portal UI URL.
    productKind String
    (String) The product kind. Valid values are module, solution, or empty string.
    providerInfos List<GetCmOfferingProviderInfo>
    (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
    publicOriginalCrn String
    (String) The original offering CRN that this publish entry came from.
    publishApproved Boolean
    (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
    publishPublicCrn String
    (String) The crn of the public catalog entry of this offering.
    ratings List<GetCmOfferingRating>
    (List) Repository info for offerings. Nested scheme for rating:
    repoInfos List<GetCmOfferingRepoInfo>
    (List) Repository info for offerings. Nested scheme for repo_info:
    rev String
    (String) Cloudant revision.
    shareEnabled Boolean
    (Boolean) Denotes sharing including access list availability of an Offering is enabled.
    shareWithAccessLists List<String>
    shareWithAll Boolean
    (Boolean) Denotes public availability of an Offering - if share_enabled is true.
    shareWithIbm Boolean
    (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
    shortDescription String
    (String) Short description in the requested language.
    shortDescriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    supports List<GetCmOfferingSupport>
    (List) Offering Support information. Nested scheme for support:
    tags List<String>
    (List) List of tags associated with this catalog.
    updated String
    (String) The date and time this catalog was last updated.
    url String
    (String) The url for this specific offering.
    badges GetCmOfferingBadge[]
    (List) A list of badges for this offering. Nested scheme for badges:
    catalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    catalogName string
    (String) The name of the catalog.
    created string
    (String) The date and time this version was created.
    crn string
    (String) Version's CRN.
    deprecatePendings GetCmOfferingDeprecatePending[]
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    disclaimer string
    (String) A disclaimer for this offering.
    features GetCmOfferingFeature[]
    (List) Features - titles only. Nested scheme for features:
    hidden boolean
    (Boolean) Hide values.
    id string
    (String) The id of this provider.
    imagePullKeys GetCmOfferingImagePullKey[]
    (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
    keywords string[]
    (List) List of keywords associated with offering, typically used to search for it.
    kinds GetCmOfferingKind[]
    (List) Array of kind. Nested scheme for kinds:
    label string
    (String) Display Name in the requested language.
    labelI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    longDescription string
    (String) Long description in the requested language.
    longDescriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    media GetCmOfferingMedia[]
    (List) A list of media items related to this offering. Nested scheme for media:
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    name string
    (String) The name of this provider.
    offeringDocsUrl string
    (String) URL for an additional docs with this offering.
    offeringIconUrl string
    (String) URL for an icon associated with this offering.
    offeringId string
    (String) Offering ID.
    offeringIdentifier string
    offeringSupportUrl string
    (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
    pcManaged boolean
    (Boolean) Offering is managed by Partner Center.
    portalApprovalRecord string
    (String) The portal's approval record ID.
    portalUiUrl string
    (String) The portal UI URL.
    productKind string
    (String) The product kind. Valid values are module, solution, or empty string.
    providerInfos GetCmOfferingProviderInfo[]
    (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
    publicOriginalCrn string
    (String) The original offering CRN that this publish entry came from.
    publishApproved boolean
    (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
    publishPublicCrn string
    (String) The crn of the public catalog entry of this offering.
    ratings GetCmOfferingRating[]
    (List) Repository info for offerings. Nested scheme for rating:
    repoInfos GetCmOfferingRepoInfo[]
    (List) Repository info for offerings. Nested scheme for repo_info:
    rev string
    (String) Cloudant revision.
    shareEnabled boolean
    (Boolean) Denotes sharing including access list availability of an Offering is enabled.
    shareWithAccessLists string[]
    shareWithAll boolean
    (Boolean) Denotes public availability of an Offering - if share_enabled is true.
    shareWithIbm boolean
    (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
    shortDescription string
    (String) Short description in the requested language.
    shortDescriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    supports GetCmOfferingSupport[]
    (List) Offering Support information. Nested scheme for support:
    tags string[]
    (List) List of tags associated with this catalog.
    updated string
    (String) The date and time this catalog was last updated.
    url string
    (String) The url for this specific offering.
    badges Sequence[GetCmOfferingBadge]
    (List) A list of badges for this offering. Nested scheme for badges:
    catalog_id str
    (String) Optional - If not specified, assumes the Public Catalog.
    catalog_name str
    (String) The name of the catalog.
    created str
    (String) The date and time this version was created.
    crn str
    (String) Version's CRN.
    deprecate_pendings Sequence[GetCmOfferingDeprecatePending]
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    disclaimer str
    (String) A disclaimer for this offering.
    features Sequence[GetCmOfferingFeature]
    (List) Features - titles only. Nested scheme for features:
    hidden bool
    (Boolean) Hide values.
    id str
    (String) The id of this provider.
    image_pull_keys Sequence[GetCmOfferingImagePullKey]
    (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
    keywords Sequence[str]
    (List) List of keywords associated with offering, typically used to search for it.
    kinds Sequence[GetCmOfferingKind]
    (List) Array of kind. Nested scheme for kinds:
    label str
    (String) Display Name in the requested language.
    label_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    long_description str
    (String) Long description in the requested language.
    long_description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    media Sequence[GetCmOfferingMedia]
    (List) A list of media items related to this offering. Nested scheme for media:
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    name str
    (String) The name of this provider.
    offering_docs_url str
    (String) URL for an additional docs with this offering.
    offering_icon_url str
    (String) URL for an icon associated with this offering.
    offering_id str
    (String) Offering ID.
    offering_identifier str
    offering_support_url str
    (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
    pc_managed bool
    (Boolean) Offering is managed by Partner Center.
    portal_approval_record str
    (String) The portal's approval record ID.
    portal_ui_url str
    (String) The portal UI URL.
    product_kind str
    (String) The product kind. Valid values are module, solution, or empty string.
    provider_infos Sequence[GetCmOfferingProviderInfo]
    (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
    public_original_crn str
    (String) The original offering CRN that this publish entry came from.
    publish_approved bool
    (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
    publish_public_crn str
    (String) The crn of the public catalog entry of this offering.
    ratings Sequence[GetCmOfferingRating]
    (List) Repository info for offerings. Nested scheme for rating:
    repo_infos Sequence[GetCmOfferingRepoInfo]
    (List) Repository info for offerings. Nested scheme for repo_info:
    rev str
    (String) Cloudant revision.
    share_enabled bool
    (Boolean) Denotes sharing including access list availability of an Offering is enabled.
    share_with_access_lists Sequence[str]
    share_with_all bool
    (Boolean) Denotes public availability of an Offering - if share_enabled is true.
    share_with_ibm bool
    (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
    short_description str
    (String) Short description in the requested language.
    short_description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    supports Sequence[GetCmOfferingSupport]
    (List) Offering Support information. Nested scheme for support:
    tags Sequence[str]
    (List) List of tags associated with this catalog.
    updated str
    (String) The date and time this catalog was last updated.
    url str
    (String) The url for this specific offering.
    badges List<Property Map>
    (List) A list of badges for this offering. Nested scheme for badges:
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    catalogName String
    (String) The name of the catalog.
    created String
    (String) The date and time this version was created.
    crn String
    (String) Version's CRN.
    deprecatePendings List<Property Map>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    disclaimer String
    (String) A disclaimer for this offering.
    features List<Property Map>
    (List) Features - titles only. Nested scheme for features:
    hidden Boolean
    (Boolean) Hide values.
    id String
    (String) The id of this provider.
    imagePullKeys List<Property Map>
    (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
    keywords List<String>
    (List) List of keywords associated with offering, typically used to search for it.
    kinds List<Property Map>
    (List) Array of kind. Nested scheme for kinds:
    label String
    (String) Display Name in the requested language.
    labelI18n Map<String>
    (Map) A map of translated strings, by language code.
    longDescription String
    (String) Long description in the requested language.
    longDescriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    media List<Property Map>
    (List) A list of media items related to this offering. Nested scheme for media:
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    offeringDocsUrl String
    (String) URL for an additional docs with this offering.
    offeringIconUrl String
    (String) URL for an icon associated with this offering.
    offeringId String
    (String) Offering ID.
    offeringIdentifier String
    offeringSupportUrl String
    (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
    pcManaged Boolean
    (Boolean) Offering is managed by Partner Center.
    portalApprovalRecord String
    (String) The portal's approval record ID.
    portalUiUrl String
    (String) The portal UI URL.
    productKind String
    (String) The product kind. Valid values are module, solution, or empty string.
    providerInfos List<Property Map>
    (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
    publicOriginalCrn String
    (String) The original offering CRN that this publish entry came from.
    publishApproved Boolean
    (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
    publishPublicCrn String
    (String) The crn of the public catalog entry of this offering.
    ratings List<Property Map>
    (List) Repository info for offerings. Nested scheme for rating:
    repoInfos List<Property Map>
    (List) Repository info for offerings. Nested scheme for repo_info:
    rev String
    (String) Cloudant revision.
    shareEnabled Boolean
    (Boolean) Denotes sharing including access list availability of an Offering is enabled.
    shareWithAccessLists List<String>
    shareWithAll Boolean
    (Boolean) Denotes public availability of an Offering - if share_enabled is true.
    shareWithIbm Boolean
    (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
    shortDescription String
    (String) Short description in the requested language.
    shortDescriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    supports List<Property Map>
    (List) Offering Support information. Nested scheme for support:
    tags List<String>
    (List) List of tags associated with this catalog.
    updated String
    (String) The date and time this catalog was last updated.
    url String
    (String) The url for this specific offering.

    Supporting Types

    GetCmOfferingBadge

    Authority string
    (String) Authority for the current badge.
    Constraints List<GetCmOfferingBadgeConstraint>
    (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Icon string
    (String) Icon for the current badge.
    Id string
    (String) The id of this provider.
    Label string
    (String) Display Name in the requested language.
    LabelI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    LearnMoreLinks List<GetCmOfferingBadgeLearnMoreLink>
    (List) Learn more links for a badge. Nested scheme for learn_more_links:
    Tag string
    (String) Tag for the current badge.
    Authority string
    (String) Authority for the current badge.
    Constraints []GetCmOfferingBadgeConstraint
    (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Icon string
    (String) Icon for the current badge.
    Id string
    (String) The id of this provider.
    Label string
    (String) Display Name in the requested language.
    LabelI18n map[string]string
    (Map) A map of translated strings, by language code.
    LearnMoreLinks []GetCmOfferingBadgeLearnMoreLink
    (List) Learn more links for a badge. Nested scheme for learn_more_links:
    Tag string
    (String) Tag for the current badge.
    authority String
    (String) Authority for the current badge.
    constraints List<GetCmOfferingBadgeConstraint>
    (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    icon String
    (String) Icon for the current badge.
    id String
    (String) The id of this provider.
    label String
    (String) Display Name in the requested language.
    labelI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    learnMoreLinks List<GetCmOfferingBadgeLearnMoreLink>
    (List) Learn more links for a badge. Nested scheme for learn_more_links:
    tag String
    (String) Tag for the current badge.
    authority string
    (String) Authority for the current badge.
    constraints GetCmOfferingBadgeConstraint[]
    (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    icon string
    (String) Icon for the current badge.
    id string
    (String) The id of this provider.
    label string
    (String) Display Name in the requested language.
    labelI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    learnMoreLinks GetCmOfferingBadgeLearnMoreLink[]
    (List) Learn more links for a badge. Nested scheme for learn_more_links:
    tag string
    (String) Tag for the current badge.
    authority str
    (String) Authority for the current badge.
    constraints Sequence[GetCmOfferingBadgeConstraint]
    (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    icon str
    (String) Icon for the current badge.
    id str
    (String) The id of this provider.
    label str
    (String) Display Name in the requested language.
    label_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    learn_more_links Sequence[GetCmOfferingBadgeLearnMoreLink]
    (List) Learn more links for a badge. Nested scheme for learn_more_links:
    tag str
    (String) Tag for the current badge.
    authority String
    (String) Authority for the current badge.
    constraints List<Property Map>
    (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    icon String
    (String) Icon for the current badge.
    id String
    (String) The id of this provider.
    label String
    (String) Display Name in the requested language.
    labelI18n Map<String>
    (Map) A map of translated strings, by language code.
    learnMoreLinks List<Property Map>
    (List) Learn more links for a badge. Nested scheme for learn_more_links:
    tag String
    (String) Tag for the current badge.

    GetCmOfferingBadgeConstraint

    Rule string
    (Map) Rule for the current constraint.
    Type string
    (String) Valid values are hour or day.
    Rule string
    (Map) Rule for the current constraint.
    Type string
    (String) Valid values are hour or day.
    rule String
    (Map) Rule for the current constraint.
    type String
    (String) Valid values are hour or day.
    rule string
    (Map) Rule for the current constraint.
    type string
    (String) Valid values are hour or day.
    rule str
    (Map) Rule for the current constraint.
    type str
    (String) Valid values are hour or day.
    rule String
    (Map) Rule for the current constraint.
    type String
    (String) Valid values are hour or day.
    FirstParty string
    (String) First party link.
    ThirdParty string
    (String) Third party link.
    FirstParty string
    (String) First party link.
    ThirdParty string
    (String) Third party link.
    firstParty String
    (String) First party link.
    thirdParty String
    (String) Third party link.
    firstParty string
    (String) First party link.
    thirdParty string
    (String) Third party link.
    first_party str
    (String) First party link.
    third_party str
    (String) Third party link.
    firstParty String
    (String) First party link.
    thirdParty String
    (String) Third party link.

    GetCmOfferingDeprecatePending

    DeprecateDate string
    (String) Date of deprecation.
    DeprecateState string
    (String) Deprecation state.
    Description string
    (String) Feature description.
    DeprecateDate string
    (String) Date of deprecation.
    DeprecateState string
    (String) Deprecation state.
    Description string
    (String) Feature description.
    deprecateDate String
    (String) Date of deprecation.
    deprecateState String
    (String) Deprecation state.
    description String
    (String) Feature description.
    deprecateDate string
    (String) Date of deprecation.
    deprecateState string
    (String) Deprecation state.
    description string
    (String) Feature description.
    deprecate_date str
    (String) Date of deprecation.
    deprecate_state str
    (String) Deprecation state.
    description str
    (String) Feature description.
    deprecateDate String
    (String) Date of deprecation.
    deprecateState String
    (String) Deprecation state.
    description String
    (String) Feature description.

    GetCmOfferingFeature

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n map[string]string
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    title string
    (String) Heading.
    titleI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    title str
    (String) Heading.
    title_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String>
    (Map) A map of translated strings, by language code.

    GetCmOfferingImagePullKey

    Description string
    (String) Feature description.
    Name string
    (String) The name of this provider.
    Value string
    (Integer) Amount of time to wait in unit 'type'.
    Description string
    (String) Feature description.
    Name string
    (String) The name of this provider.
    Value string
    (Integer) Amount of time to wait in unit 'type'.
    description String
    (String) Feature description.
    name String
    (String) The name of this provider.
    value String
    (Integer) Amount of time to wait in unit 'type'.
    description string
    (String) Feature description.
    name string
    (String) The name of this provider.
    value string
    (Integer) Amount of time to wait in unit 'type'.
    description str
    (String) Feature description.
    name str
    (String) The name of this provider.
    value str
    (Integer) Amount of time to wait in unit 'type'.
    description String
    (String) Feature description.
    name String
    (String) The name of this provider.
    value String
    (Integer) Amount of time to wait in unit 'type'.

    GetCmOfferingKind

    AdditionalFeatures List<GetCmOfferingKindAdditionalFeature>
    (List) list of features associated with this offering. Nested scheme for additional_features:
    Created string
    (String) The date and time this version was created.
    FormatKind string
    (String) content kind, e.g., helm, vm image.
    Id string
    (String) The id of this provider.
    InstallKind string
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    Plans List<GetCmOfferingKindPlan>
    (List) list of plans. Nested scheme for plans:
    Tags List<string>
    (List) List of tags associated with this catalog.
    TargetKind string
    (String) target cloud to install, e.g., iks, open_shift_iks.
    Updated string
    (String) The date and time this catalog was last updated.
    Versions List<GetCmOfferingKindVersion>
    (List) list of versions. Nested scheme for versions:
    AdditionalFeatures []GetCmOfferingKindAdditionalFeature
    (List) list of features associated with this offering. Nested scheme for additional_features:
    Created string
    (String) The date and time this version was created.
    FormatKind string
    (String) content kind, e.g., helm, vm image.
    Id string
    (String) The id of this provider.
    InstallKind string
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    Plans []GetCmOfferingKindPlan
    (List) list of plans. Nested scheme for plans:
    Tags []string
    (List) List of tags associated with this catalog.
    TargetKind string
    (String) target cloud to install, e.g., iks, open_shift_iks.
    Updated string
    (String) The date and time this catalog was last updated.
    Versions []GetCmOfferingKindVersion
    (List) list of versions. Nested scheme for versions:
    additionalFeatures List<GetCmOfferingKindAdditionalFeature>
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created String
    (String) The date and time this version was created.
    formatKind String
    (String) content kind, e.g., helm, vm image.
    id String
    (String) The id of this provider.
    installKind String
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    plans List<GetCmOfferingKindPlan>
    (List) list of plans. Nested scheme for plans:
    tags List<String>
    (List) List of tags associated with this catalog.
    targetKind String
    (String) target cloud to install, e.g., iks, open_shift_iks.
    updated String
    (String) The date and time this catalog was last updated.
    versions List<GetCmOfferingKindVersion>
    (List) list of versions. Nested scheme for versions:
    additionalFeatures GetCmOfferingKindAdditionalFeature[]
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created string
    (String) The date and time this version was created.
    formatKind string
    (String) content kind, e.g., helm, vm image.
    id string
    (String) The id of this provider.
    installKind string
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    plans GetCmOfferingKindPlan[]
    (List) list of plans. Nested scheme for plans:
    tags string[]
    (List) List of tags associated with this catalog.
    targetKind string
    (String) target cloud to install, e.g., iks, open_shift_iks.
    updated string
    (String) The date and time this catalog was last updated.
    versions GetCmOfferingKindVersion[]
    (List) list of versions. Nested scheme for versions:
    additional_features Sequence[GetCmOfferingKindAdditionalFeature]
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created str
    (String) The date and time this version was created.
    format_kind str
    (String) content kind, e.g., helm, vm image.
    id str
    (String) The id of this provider.
    install_kind str
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    plans Sequence[GetCmOfferingKindPlan]
    (List) list of plans. Nested scheme for plans:
    tags Sequence[str]
    (List) List of tags associated with this catalog.
    target_kind str
    (String) target cloud to install, e.g., iks, open_shift_iks.
    updated str
    (String) The date and time this catalog was last updated.
    versions Sequence[GetCmOfferingKindVersion]
    (List) list of versions. Nested scheme for versions:
    additionalFeatures List<Property Map>
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created String
    (String) The date and time this version was created.
    formatKind String
    (String) content kind, e.g., helm, vm image.
    id String
    (String) The id of this provider.
    installKind String
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    plans List<Property Map>
    (List) list of plans. Nested scheme for plans:
    tags List<String>
    (List) List of tags associated with this catalog.
    targetKind String
    (String) target cloud to install, e.g., iks, open_shift_iks.
    updated String
    (String) The date and time this catalog was last updated.
    versions List<Property Map>
    (List) list of versions. Nested scheme for versions:

    GetCmOfferingKindAdditionalFeature

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n map[string]string
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    title string
    (String) Heading.
    titleI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    title str
    (String) Heading.
    title_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String>
    (Map) A map of translated strings, by language code.

    GetCmOfferingKindPlan

    AdditionalFeatures List<GetCmOfferingKindPlanAdditionalFeature>
    (List) list of features associated with this offering. Nested scheme for additional_features:
    Created string
    (String) The date and time this version was created.
    Deployments List<GetCmOfferingKindPlanDeployment>
    (List) list of deployments. Nested scheme for deployments:
    Id string
    (String) The id of this provider.
    Label string
    (String) Display Name in the requested language.
    LongDescription string
    (String) Long description in the requested language.
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    ShortDescription string
    (String) Short description in the requested language.
    Tags List<string>
    (List) List of tags associated with this catalog.
    Updated string
    (String) The date and time this catalog was last updated.
    AdditionalFeatures []GetCmOfferingKindPlanAdditionalFeature
    (List) list of features associated with this offering. Nested scheme for additional_features:
    Created string
    (String) The date and time this version was created.
    Deployments []GetCmOfferingKindPlanDeployment
    (List) list of deployments. Nested scheme for deployments:
    Id string
    (String) The id of this provider.
    Label string
    (String) Display Name in the requested language.
    LongDescription string
    (String) Long description in the requested language.
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    ShortDescription string
    (String) Short description in the requested language.
    Tags []string
    (List) List of tags associated with this catalog.
    Updated string
    (String) The date and time this catalog was last updated.
    additionalFeatures List<GetCmOfferingKindPlanAdditionalFeature>
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created String
    (String) The date and time this version was created.
    deployments List<GetCmOfferingKindPlanDeployment>
    (List) list of deployments. Nested scheme for deployments:
    id String
    (String) The id of this provider.
    label String
    (String) Display Name in the requested language.
    longDescription String
    (String) Long description in the requested language.
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    shortDescription String
    (String) Short description in the requested language.
    tags List<String>
    (List) List of tags associated with this catalog.
    updated String
    (String) The date and time this catalog was last updated.
    additionalFeatures GetCmOfferingKindPlanAdditionalFeature[]
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created string
    (String) The date and time this version was created.
    deployments GetCmOfferingKindPlanDeployment[]
    (List) list of deployments. Nested scheme for deployments:
    id string
    (String) The id of this provider.
    label string
    (String) Display Name in the requested language.
    longDescription string
    (String) Long description in the requested language.
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    name string
    (String) The name of this provider.
    shortDescription string
    (String) Short description in the requested language.
    tags string[]
    (List) List of tags associated with this catalog.
    updated string
    (String) The date and time this catalog was last updated.
    additional_features Sequence[GetCmOfferingKindPlanAdditionalFeature]
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created str
    (String) The date and time this version was created.
    deployments Sequence[GetCmOfferingKindPlanDeployment]
    (List) list of deployments. Nested scheme for deployments:
    id str
    (String) The id of this provider.
    label str
    (String) Display Name in the requested language.
    long_description str
    (String) Long description in the requested language.
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    name str
    (String) The name of this provider.
    short_description str
    (String) Short description in the requested language.
    tags Sequence[str]
    (List) List of tags associated with this catalog.
    updated str
    (String) The date and time this catalog was last updated.
    additionalFeatures List<Property Map>
    (List) list of features associated with this offering. Nested scheme for additional_features:
    created String
    (String) The date and time this version was created.
    deployments List<Property Map>
    (List) list of deployments. Nested scheme for deployments:
    id String
    (String) The id of this provider.
    label String
    (String) Display Name in the requested language.
    longDescription String
    (String) Long description in the requested language.
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    shortDescription String
    (String) Short description in the requested language.
    tags List<String>
    (List) List of tags associated with this catalog.
    updated String
    (String) The date and time this catalog was last updated.

    GetCmOfferingKindPlanAdditionalFeature

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n map[string]string
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    title string
    (String) Heading.
    titleI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    title str
    (String) Heading.
    title_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String>
    (Map) A map of translated strings, by language code.

    GetCmOfferingKindPlanDeployment

    Created string
    (String) The date and time this version was created.
    Id string
    (String) The id of this provider.
    Label string
    (String) Display Name in the requested language.
    LongDescription string
    (String) Long description in the requested language.
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    ShortDescription string
    (String) Short description in the requested language.
    Tags List<string>
    (List) List of tags associated with this catalog.
    Updated string
    (String) The date and time this catalog was last updated.
    Created string
    (String) The date and time this version was created.
    Id string
    (String) The id of this provider.
    Label string
    (String) Display Name in the requested language.
    LongDescription string
    (String) Long description in the requested language.
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    ShortDescription string
    (String) Short description in the requested language.
    Tags []string
    (List) List of tags associated with this catalog.
    Updated string
    (String) The date and time this catalog was last updated.
    created String
    (String) The date and time this version was created.
    id String
    (String) The id of this provider.
    label String
    (String) Display Name in the requested language.
    longDescription String
    (String) Long description in the requested language.
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    shortDescription String
    (String) Short description in the requested language.
    tags List<String>
    (List) List of tags associated with this catalog.
    updated String
    (String) The date and time this catalog was last updated.
    created string
    (String) The date and time this version was created.
    id string
    (String) The id of this provider.
    label string
    (String) Display Name in the requested language.
    longDescription string
    (String) Long description in the requested language.
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    name string
    (String) The name of this provider.
    shortDescription string
    (String) Short description in the requested language.
    tags string[]
    (List) List of tags associated with this catalog.
    updated string
    (String) The date and time this catalog was last updated.
    created str
    (String) The date and time this version was created.
    id str
    (String) The id of this provider.
    label str
    (String) Display Name in the requested language.
    long_description str
    (String) Long description in the requested language.
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    name str
    (String) The name of this provider.
    short_description str
    (String) Short description in the requested language.
    tags Sequence[str]
    (List) List of tags associated with this catalog.
    updated str
    (String) The date and time this catalog was last updated.
    created String
    (String) The date and time this version was created.
    id String
    (String) The id of this provider.
    label String
    (String) Display Name in the requested language.
    longDescription String
    (String) Long description in the requested language.
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    shortDescription String
    (String) Short description in the requested language.
    tags List<String>
    (List) List of tags associated with this catalog.
    updated String
    (String) The date and time this catalog was last updated.

    GetCmOfferingKindVersion

    CatalogId string
    Catalog identifier.
    Configurations List<GetCmOfferingKindVersionConfiguration>
    (List) List of user solicited overrides. Nested scheme for configuration:
    Created string
    (String) The date and time this version was created.
    Crn string
    (String) Version's CRN.
    DeprecatePendings List<GetCmOfferingKindVersionDeprecatePending>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    Deprecated bool
    (Boolean) read only field, indicating if this version is deprecated.
    Entitlements List<GetCmOfferingKindVersionEntitlement>
    (List) Entitlement license info. Nested scheme for entitlement:
    Flavors List<GetCmOfferingKindVersionFlavor>
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    IamPermissions List<GetCmOfferingKindVersionIamPermission>
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    Id string
    (String) The id of this provider.
    ImageManifestUrl string
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    ImagePullKeyName string
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    Installs List<GetCmOfferingKindVersionInstall>
    (List) Script information. Nested scheme for install:
    IsConsumable bool
    (Boolean) Is the version able to be shared.
    KindId string
    (String) Kind ID.
    Licenses List<GetCmOfferingKindVersionLicense>
    (List) List of licenses the product was built with. Nested scheme for licenses:
    LongDescription string
    (String) Long description in the requested language.
    LongDescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Metadatas List<GetCmOfferingKindVersionMetadata>
    (Map) Map of metadata values for this offering.
    OfferingId string
    Offering identification.
    Outputs List<GetCmOfferingKindVersionOutput>
    (List) List of output values for this version. Nested scheme for outputs:
    PackageVersion string
    (String) Version of the package used to create this version.
    PreInstalls List<GetCmOfferingKindVersionPreInstall>
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    RepoUrl string
    (String) Content's repo URL.
    RequiredResources List<GetCmOfferingKindVersionRequiredResource>
    (List) Resource requirments for installation. Nested scheme for required_resources:
    Rev string
    (String) Cloudant revision.
    Sha string
    (String) SHA256 fingerprint of image.
    SingleInstance bool
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    SolutionInfos List<GetCmOfferingKindVersionSolutionInfo>
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    SourceUrl string
    (String) Content's source URL (e.g git repo).
    States List<GetCmOfferingKindVersionState>
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Tags List<string>
    (List) List of tags associated with this catalog.
    TgzUrl string
    (String) File used to on-board this version.
    Updated string
    (String) The date and time this catalog was last updated.
    Validations List<GetCmOfferingKindVersionValidation>
    (List) Validation response. Nested scheme for validation:
    Version string
    (String) Version of content type.
    VersionLocator string
    (String) A dotted value of catalogID.versionID.
    WhitelistedAccounts List<string>
    (List) Whitelisted accounts for version.
    CatalogId string
    Catalog identifier.
    Configurations []GetCmOfferingKindVersionConfiguration
    (List) List of user solicited overrides. Nested scheme for configuration:
    Created string
    (String) The date and time this version was created.
    Crn string
    (String) Version's CRN.
    DeprecatePendings []GetCmOfferingKindVersionDeprecatePending
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    Deprecated bool
    (Boolean) read only field, indicating if this version is deprecated.
    Entitlements []GetCmOfferingKindVersionEntitlement
    (List) Entitlement license info. Nested scheme for entitlement:
    Flavors []GetCmOfferingKindVersionFlavor
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    IamPermissions []GetCmOfferingKindVersionIamPermission
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    Id string
    (String) The id of this provider.
    ImageManifestUrl string
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    ImagePullKeyName string
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    Installs []GetCmOfferingKindVersionInstall
    (List) Script information. Nested scheme for install:
    IsConsumable bool
    (Boolean) Is the version able to be shared.
    KindId string
    (String) Kind ID.
    Licenses []GetCmOfferingKindVersionLicense
    (List) List of licenses the product was built with. Nested scheme for licenses:
    LongDescription string
    (String) Long description in the requested language.
    LongDescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Metadatas []GetCmOfferingKindVersionMetadata
    (Map) Map of metadata values for this offering.
    OfferingId string
    Offering identification.
    Outputs []GetCmOfferingKindVersionOutputType
    (List) List of output values for this version. Nested scheme for outputs:
    PackageVersion string
    (String) Version of the package used to create this version.
    PreInstalls []GetCmOfferingKindVersionPreInstall
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    RepoUrl string
    (String) Content's repo URL.
    RequiredResources []GetCmOfferingKindVersionRequiredResource
    (List) Resource requirments for installation. Nested scheme for required_resources:
    Rev string
    (String) Cloudant revision.
    Sha string
    (String) SHA256 fingerprint of image.
    SingleInstance bool
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    SolutionInfos []GetCmOfferingKindVersionSolutionInfo
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    SourceUrl string
    (String) Content's source URL (e.g git repo).
    States []GetCmOfferingKindVersionState
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Tags []string
    (List) List of tags associated with this catalog.
    TgzUrl string
    (String) File used to on-board this version.
    Updated string
    (String) The date and time this catalog was last updated.
    Validations []GetCmOfferingKindVersionValidation
    (List) Validation response. Nested scheme for validation:
    Version string
    (String) Version of content type.
    VersionLocator string
    (String) A dotted value of catalogID.versionID.
    WhitelistedAccounts []string
    (List) Whitelisted accounts for version.
    catalogId String
    Catalog identifier.
    configurations List<GetCmOfferingKindVersionConfiguration>
    (List) List of user solicited overrides. Nested scheme for configuration:
    created String
    (String) The date and time this version was created.
    crn String
    (String) Version's CRN.
    deprecatePendings List<GetCmOfferingKindVersionDeprecatePending>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated Boolean
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements List<GetCmOfferingKindVersionEntitlement>
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors List<GetCmOfferingKindVersionFlavor>
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    iamPermissions List<GetCmOfferingKindVersionIamPermission>
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id String
    (String) The id of this provider.
    imageManifestUrl String
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    imagePullKeyName String
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs List<GetCmOfferingKindVersionInstall>
    (List) Script information. Nested scheme for install:
    isConsumable Boolean
    (Boolean) Is the version able to be shared.
    kindId String
    (String) Kind ID.
    licenses List<GetCmOfferingKindVersionLicense>
    (List) List of licenses the product was built with. Nested scheme for licenses:
    longDescription String
    (String) Long description in the requested language.
    longDescriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    metadatas List<GetCmOfferingKindVersionMetadata>
    (Map) Map of metadata values for this offering.
    offeringId String
    Offering identification.
    outputs List<GetCmOfferingKindVersionOutput>
    (List) List of output values for this version. Nested scheme for outputs:
    packageVersion String
    (String) Version of the package used to create this version.
    preInstalls List<GetCmOfferingKindVersionPreInstall>
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repoUrl String
    (String) Content's repo URL.
    requiredResources List<GetCmOfferingKindVersionRequiredResource>
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev String
    (String) Cloudant revision.
    sha String
    (String) SHA256 fingerprint of image.
    singleInstance Boolean
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solutionInfos List<GetCmOfferingKindVersionSolutionInfo>
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    sourceUrl String
    (String) Content's source URL (e.g git repo).
    states List<GetCmOfferingKindVersionState>
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags List<String>
    (List) List of tags associated with this catalog.
    tgzUrl String
    (String) File used to on-board this version.
    updated String
    (String) The date and time this catalog was last updated.
    validations List<GetCmOfferingKindVersionValidation>
    (List) Validation response. Nested scheme for validation:
    version String
    (String) Version of content type.
    versionLocator String
    (String) A dotted value of catalogID.versionID.
    whitelistedAccounts List<String>
    (List) Whitelisted accounts for version.
    catalogId string
    Catalog identifier.
    configurations GetCmOfferingKindVersionConfiguration[]
    (List) List of user solicited overrides. Nested scheme for configuration:
    created string
    (String) The date and time this version was created.
    crn string
    (String) Version's CRN.
    deprecatePendings GetCmOfferingKindVersionDeprecatePending[]
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated boolean
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements GetCmOfferingKindVersionEntitlement[]
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors GetCmOfferingKindVersionFlavor[]
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    iamPermissions GetCmOfferingKindVersionIamPermission[]
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id string
    (String) The id of this provider.
    imageManifestUrl string
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    imagePullKeyName string
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs GetCmOfferingKindVersionInstall[]
    (List) Script information. Nested scheme for install:
    isConsumable boolean
    (Boolean) Is the version able to be shared.
    kindId string
    (String) Kind ID.
    licenses GetCmOfferingKindVersionLicense[]
    (List) List of licenses the product was built with. Nested scheme for licenses:
    longDescription string
    (String) Long description in the requested language.
    longDescriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    metadatas GetCmOfferingKindVersionMetadata[]
    (Map) Map of metadata values for this offering.
    offeringId string
    Offering identification.
    outputs GetCmOfferingKindVersionOutput[]
    (List) List of output values for this version. Nested scheme for outputs:
    packageVersion string
    (String) Version of the package used to create this version.
    preInstalls GetCmOfferingKindVersionPreInstall[]
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repoUrl string
    (String) Content's repo URL.
    requiredResources GetCmOfferingKindVersionRequiredResource[]
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev string
    (String) Cloudant revision.
    sha string
    (String) SHA256 fingerprint of image.
    singleInstance boolean
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solutionInfos GetCmOfferingKindVersionSolutionInfo[]
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    sourceUrl string
    (String) Content's source URL (e.g git repo).
    states GetCmOfferingKindVersionState[]
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags string[]
    (List) List of tags associated with this catalog.
    tgzUrl string
    (String) File used to on-board this version.
    updated string
    (String) The date and time this catalog was last updated.
    validations GetCmOfferingKindVersionValidation[]
    (List) Validation response. Nested scheme for validation:
    version string
    (String) Version of content type.
    versionLocator string
    (String) A dotted value of catalogID.versionID.
    whitelistedAccounts string[]
    (List) Whitelisted accounts for version.
    catalog_id str
    Catalog identifier.
    configurations Sequence[GetCmOfferingKindVersionConfiguration]
    (List) List of user solicited overrides. Nested scheme for configuration:
    created str
    (String) The date and time this version was created.
    crn str
    (String) Version's CRN.
    deprecate_pendings Sequence[GetCmOfferingKindVersionDeprecatePending]
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated bool
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements Sequence[GetCmOfferingKindVersionEntitlement]
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors Sequence[GetCmOfferingKindVersionFlavor]
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    iam_permissions Sequence[GetCmOfferingKindVersionIamPermission]
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id str
    (String) The id of this provider.
    image_manifest_url str
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    image_pull_key_name str
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs Sequence[GetCmOfferingKindVersionInstall]
    (List) Script information. Nested scheme for install:
    is_consumable bool
    (Boolean) Is the version able to be shared.
    kind_id str
    (String) Kind ID.
    licenses Sequence[GetCmOfferingKindVersionLicense]
    (List) List of licenses the product was built with. Nested scheme for licenses:
    long_description str
    (String) Long description in the requested language.
    long_description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    metadatas Sequence[GetCmOfferingKindVersionMetadata]
    (Map) Map of metadata values for this offering.
    offering_id str
    Offering identification.
    outputs Sequence[GetCmOfferingKindVersionOutput]
    (List) List of output values for this version. Nested scheme for outputs:
    package_version str
    (String) Version of the package used to create this version.
    pre_installs Sequence[GetCmOfferingKindVersionPreInstall]
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repo_url str
    (String) Content's repo URL.
    required_resources Sequence[GetCmOfferingKindVersionRequiredResource]
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev str
    (String) Cloudant revision.
    sha str
    (String) SHA256 fingerprint of image.
    single_instance bool
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solution_infos Sequence[GetCmOfferingKindVersionSolutionInfo]
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    source_url str
    (String) Content's source URL (e.g git repo).
    states Sequence[GetCmOfferingKindVersionState]
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags Sequence[str]
    (List) List of tags associated with this catalog.
    tgz_url str
    (String) File used to on-board this version.
    updated str
    (String) The date and time this catalog was last updated.
    validations Sequence[GetCmOfferingKindVersionValidation]
    (List) Validation response. Nested scheme for validation:
    version str
    (String) Version of content type.
    version_locator str
    (String) A dotted value of catalogID.versionID.
    whitelisted_accounts Sequence[str]
    (List) Whitelisted accounts for version.
    catalogId String
    Catalog identifier.
    configurations List<Property Map>
    (List) List of user solicited overrides. Nested scheme for configuration:
    created String
    (String) The date and time this version was created.
    crn String
    (String) Version's CRN.
    deprecatePendings List<Property Map>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated Boolean
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements List<Property Map>
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors List<Property Map>
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    iamPermissions List<Property Map>
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id String
    (String) The id of this provider.
    imageManifestUrl String
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    imagePullKeyName String
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs List<Property Map>
    (List) Script information. Nested scheme for install:
    isConsumable Boolean
    (Boolean) Is the version able to be shared.
    kindId String
    (String) Kind ID.
    licenses List<Property Map>
    (List) List of licenses the product was built with. Nested scheme for licenses:
    longDescription String
    (String) Long description in the requested language.
    longDescriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    metadatas List<Property Map>
    (Map) Map of metadata values for this offering.
    offeringId String
    Offering identification.
    outputs List<Property Map>
    (List) List of output values for this version. Nested scheme for outputs:
    packageVersion String
    (String) Version of the package used to create this version.
    preInstalls List<Property Map>
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repoUrl String
    (String) Content's repo URL.
    requiredResources List<Property Map>
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev String
    (String) Cloudant revision.
    sha String
    (String) SHA256 fingerprint of image.
    singleInstance Boolean
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solutionInfos List<Property Map>
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    sourceUrl String
    (String) Content's source URL (e.g git repo).
    states List<Property Map>
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags List<String>
    (List) List of tags associated with this catalog.
    tgzUrl String
    (String) File used to on-board this version.
    updated String
    (String) The date and time this catalog was last updated.
    validations List<Property Map>
    (List) Validation response. Nested scheme for validation:
    version String
    (String) Version of content type.
    versionLocator String
    (String) A dotted value of catalogID.versionID.
    whitelistedAccounts List<String>
    (List) Whitelisted accounts for version.

    GetCmOfferingKindVersionConfiguration

    CustomConfigs List<GetCmOfferingKindVersionConfigurationCustomConfig>
    (List) Render type. Nested scheme for custom_config:
    DefaultValue string
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    Description string
    (String) Feature description.
    DisplayName string
    (String) Display name for configuration type.
    Hidden bool
    (Boolean) Hide values.
    Key string
    (String) Output key.
    Options List<ImmutableDictionary<string, string>>
    (List) List of options of type.
    Required bool
    (Boolean) Is key required to install.
    Type string
    (String) Valid values are hour or day.
    TypeMetadata string
    (String) The original type, as found in the source being onboarded.
    ValueConstraint string
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    CustomConfigs []GetCmOfferingKindVersionConfigurationCustomConfig
    (List) Render type. Nested scheme for custom_config:
    DefaultValue string
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    Description string
    (String) Feature description.
    DisplayName string
    (String) Display name for configuration type.
    Hidden bool
    (Boolean) Hide values.
    Key string
    (String) Output key.
    Options []map[string]string
    (List) List of options of type.
    Required bool
    (Boolean) Is key required to install.
    Type string
    (String) Valid values are hour or day.
    TypeMetadata string
    (String) The original type, as found in the source being onboarded.
    ValueConstraint string
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    customConfigs List<GetCmOfferingKindVersionConfigurationCustomConfig>
    (List) Render type. Nested scheme for custom_config:
    defaultValue String
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description String
    (String) Feature description.
    displayName String
    (String) Display name for configuration type.
    hidden Boolean
    (Boolean) Hide values.
    key String
    (String) Output key.
    options List<Map<String,String>>
    (List) List of options of type.
    required Boolean
    (Boolean) Is key required to install.
    type String
    (String) Valid values are hour or day.
    typeMetadata String
    (String) The original type, as found in the source being onboarded.
    valueConstraint String
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    customConfigs GetCmOfferingKindVersionConfigurationCustomConfig[]
    (List) Render type. Nested scheme for custom_config:
    defaultValue string
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description string
    (String) Feature description.
    displayName string
    (String) Display name for configuration type.
    hidden boolean
    (Boolean) Hide values.
    key string
    (String) Output key.
    options {[key: string]: string}[]
    (List) List of options of type.
    required boolean
    (Boolean) Is key required to install.
    type string
    (String) Valid values are hour or day.
    typeMetadata string
    (String) The original type, as found in the source being onboarded.
    valueConstraint string
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    custom_configs Sequence[GetCmOfferingKindVersionConfigurationCustomConfig]
    (List) Render type. Nested scheme for custom_config:
    default_value str
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description str
    (String) Feature description.
    display_name str
    (String) Display name for configuration type.
    hidden bool
    (Boolean) Hide values.
    key str
    (String) Output key.
    options Sequence[Mapping[str, str]]
    (List) List of options of type.
    required bool
    (Boolean) Is key required to install.
    type str
    (String) Valid values are hour or day.
    type_metadata str
    (String) The original type, as found in the source being onboarded.
    value_constraint str
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    customConfigs List<Property Map>
    (List) Render type. Nested scheme for custom_config:
    defaultValue String
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description String
    (String) Feature description.
    displayName String
    (String) Display name for configuration type.
    hidden Boolean
    (Boolean) Hide values.
    key String
    (String) Output key.
    options List<Map<String>>
    (List) List of options of type.
    required Boolean
    (Boolean) Is key required to install.
    type String
    (String) Valid values are hour or day.
    typeMetadata String
    (String) The original type, as found in the source being onboarded.
    valueConstraint String
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].

    GetCmOfferingKindVersionConfigurationCustomConfig

    Associations List<GetCmOfferingKindVersionConfigurationCustomConfigAssociation>
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    ConfigConstraints Dictionary<string, string>
    (Map) Map of constraint parameters that will be passed to the custom widget.
    Grouping string
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    GroupingIndex double
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    OriginalGrouping string
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    Type string
    (String) Valid values are hour or day.
    Associations []GetCmOfferingKindVersionConfigurationCustomConfigAssociation
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    ConfigConstraints map[string]string
    (Map) Map of constraint parameters that will be passed to the custom widget.
    Grouping string
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    GroupingIndex float64
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    OriginalGrouping string
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    Type string
    (String) Valid values are hour or day.
    associations List<GetCmOfferingKindVersionConfigurationCustomConfigAssociation>
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    configConstraints Map<String,String>
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping String
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    groupingIndex Double
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    originalGrouping String
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type String
    (String) Valid values are hour or day.
    associations GetCmOfferingKindVersionConfigurationCustomConfigAssociation[]
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    configConstraints {[key: string]: string}
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping string
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    groupingIndex number
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    originalGrouping string
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type string
    (String) Valid values are hour or day.
    associations Sequence[GetCmOfferingKindVersionConfigurationCustomConfigAssociation]
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    config_constraints Mapping[str, str]
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping str
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    grouping_index float
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    original_grouping str
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type str
    (String) Valid values are hour or day.
    associations List<Property Map>
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    configConstraints Map<String>
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping String
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    groupingIndex Number
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    originalGrouping String
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type String
    (String) Valid values are hour or day.

    GetCmOfferingKindVersionConfigurationCustomConfigAssociation

    Parameters List<GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter>
    (List) Parameters for this association. Nested scheme for parameters:
    Parameters []GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter
    (List) Parameters for this association. Nested scheme for parameters:
    parameters List<GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter>
    (List) Parameters for this association. Nested scheme for parameters:
    parameters GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter[]
    (List) Parameters for this association. Nested scheme for parameters:
    parameters Sequence[GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter]
    (List) Parameters for this association. Nested scheme for parameters:
    parameters List<Property Map>
    (List) Parameters for this association. Nested scheme for parameters:

    GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter

    Name string
    (String) The name of this provider.
    OptionsRefresh bool
    (Boolean) Refresh options.
    Name string
    (String) The name of this provider.
    OptionsRefresh bool
    (Boolean) Refresh options.
    name String
    (String) The name of this provider.
    optionsRefresh Boolean
    (Boolean) Refresh options.
    name string
    (String) The name of this provider.
    optionsRefresh boolean
    (Boolean) Refresh options.
    name str
    (String) The name of this provider.
    options_refresh bool
    (Boolean) Refresh options.
    name String
    (String) The name of this provider.
    optionsRefresh Boolean
    (Boolean) Refresh options.

    GetCmOfferingKindVersionDeprecatePending

    DeprecateDate string
    (String) Date of deprecation.
    DeprecateState string
    (String) Deprecation state.
    Description string
    (String) Feature description.
    DeprecateDate string
    (String) Date of deprecation.
    DeprecateState string
    (String) Deprecation state.
    Description string
    (String) Feature description.
    deprecateDate String
    (String) Date of deprecation.
    deprecateState String
    (String) Deprecation state.
    description String
    (String) Feature description.
    deprecateDate string
    (String) Date of deprecation.
    deprecateState string
    (String) Deprecation state.
    description string
    (String) Feature description.
    deprecate_date str
    (String) Date of deprecation.
    deprecate_state str
    (String) Deprecation state.
    description str
    (String) Feature description.
    deprecateDate String
    (String) Date of deprecation.
    deprecateState String
    (String) Deprecation state.
    description String
    (String) Feature description.

    GetCmOfferingKindVersionEntitlement

    ImageRepoName string
    (String) Image repository name.
    PartNumbers List<string>
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    ProductId string
    (String) Product ID.
    ProviderId string
    (String) Provider ID.
    ProviderName string
    (String) Provider name.
    ImageRepoName string
    (String) Image repository name.
    PartNumbers []string
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    ProductId string
    (String) Product ID.
    ProviderId string
    (String) Provider ID.
    ProviderName string
    (String) Provider name.
    imageRepoName String
    (String) Image repository name.
    partNumbers List<String>
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    productId String
    (String) Product ID.
    providerId String
    (String) Provider ID.
    providerName String
    (String) Provider name.
    imageRepoName string
    (String) Image repository name.
    partNumbers string[]
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    productId string
    (String) Product ID.
    providerId string
    (String) Provider ID.
    providerName string
    (String) Provider name.
    image_repo_name str
    (String) Image repository name.
    part_numbers Sequence[str]
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    product_id str
    (String) Product ID.
    provider_id str
    (String) Provider ID.
    provider_name str
    (String) Provider name.
    imageRepoName String
    (String) Image repository name.
    partNumbers List<String>
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    productId String
    (String) Product ID.
    providerId String
    (String) Provider ID.
    providerName String
    (String) Provider name.

    GetCmOfferingKindVersionFlavor

    Index double
    (Integer) Order that this flavor should appear when listed for a single version.
    Label string
    (String) Display Name in the requested language.
    LabelI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Name string
    (String) The name of this provider.
    Index float64
    (Integer) Order that this flavor should appear when listed for a single version.
    Label string
    (String) Display Name in the requested language.
    LabelI18n map[string]string
    (Map) A map of translated strings, by language code.
    Name string
    (String) The name of this provider.
    index Double
    (Integer) Order that this flavor should appear when listed for a single version.
    label String
    (String) Display Name in the requested language.
    labelI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    name String
    (String) The name of this provider.
    index number
    (Integer) Order that this flavor should appear when listed for a single version.
    label string
    (String) Display Name in the requested language.
    labelI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    name string
    (String) The name of this provider.
    index float
    (Integer) Order that this flavor should appear when listed for a single version.
    label str
    (String) Display Name in the requested language.
    label_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    name str
    (String) The name of this provider.
    index Number
    (Integer) Order that this flavor should appear when listed for a single version.
    label String
    (String) Display Name in the requested language.
    labelI18n Map<String>
    (Map) A map of translated strings, by language code.
    name String
    (String) The name of this provider.

    GetCmOfferingKindVersionIamPermission

    Resources List<GetCmOfferingKindVersionIamPermissionResource>
    (List) Resources. Nested scheme for resources:
    RoleCrns List<string>
    (List) Role CRNs for this permission.
    ServiceName string
    (String) Service name.
    Resources []GetCmOfferingKindVersionIamPermissionResource
    (List) Resources. Nested scheme for resources:
    RoleCrns []string
    (List) Role CRNs for this permission.
    ServiceName string
    (String) Service name.
    resources List<GetCmOfferingKindVersionIamPermissionResource>
    (List) Resources. Nested scheme for resources:
    roleCrns List<String>
    (List) Role CRNs for this permission.
    serviceName String
    (String) Service name.
    resources GetCmOfferingKindVersionIamPermissionResource[]
    (List) Resources. Nested scheme for resources:
    roleCrns string[]
    (List) Role CRNs for this permission.
    serviceName string
    (String) Service name.
    resources Sequence[GetCmOfferingKindVersionIamPermissionResource]
    (List) Resources. Nested scheme for resources:
    role_crns Sequence[str]
    (List) Role CRNs for this permission.
    service_name str
    (String) Service name.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    roleCrns List<String>
    (List) Role CRNs for this permission.
    serviceName String
    (String) Service name.

    GetCmOfferingKindVersionIamPermissionResource

    Description string
    (String) Feature description.
    Name string
    (String) The name of this provider.
    RoleCrns List<string>
    (List) Role CRNs for this permission.
    Description string
    (String) Feature description.
    Name string
    (String) The name of this provider.
    RoleCrns []string
    (List) Role CRNs for this permission.
    description String
    (String) Feature description.
    name String
    (String) The name of this provider.
    roleCrns List<String>
    (List) Role CRNs for this permission.
    description string
    (String) Feature description.
    name string
    (String) The name of this provider.
    roleCrns string[]
    (List) Role CRNs for this permission.
    description str
    (String) Feature description.
    name str
    (String) The name of this provider.
    role_crns Sequence[str]
    (List) Role CRNs for this permission.
    description String
    (String) Feature description.
    name String
    (String) The name of this provider.
    roleCrns List<String>
    (List) Role CRNs for this permission.

    GetCmOfferingKindVersionInstall

    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n map[string]string
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript string
    (String) Optional script that if run will remove the installed version.
    instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script string
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    delete_script str
    (String) Optional script that if run will remove the installed version.
    instructions str
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructions_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    scope str
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script str
    (String) Optional script that needs to be run post any pre-condition script.
    script_permission str
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.

    GetCmOfferingKindVersionLicense

    Description string
    (String) Feature description.
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Type string
    (String) Valid values are hour or day.
    Url string
    (String) The url for this specific offering.
    Description string
    (String) Feature description.
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Type string
    (String) Valid values are hour or day.
    Url string
    (String) The url for this specific offering.
    description String
    (String) Feature description.
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    type String
    (String) Valid values are hour or day.
    url String
    (String) The url for this specific offering.
    description string
    (String) Feature description.
    id string
    (String) The id of this provider.
    name string
    (String) The name of this provider.
    type string
    (String) Valid values are hour or day.
    url string
    (String) The url for this specific offering.
    description str
    (String) Feature description.
    id str
    (String) The id of this provider.
    name str
    (String) The name of this provider.
    type str
    (String) Valid values are hour or day.
    url str
    (String) The url for this specific offering.
    description String
    (String) Feature description.
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    type String
    (String) Valid values are hour or day.
    url String
    (String) The url for this specific offering.

    GetCmOfferingKindVersionMetadata

    GetCmOfferingKindVersionMetadataFile

    Size double
    Size float64
    size Double
    size number
    size float
    size Number

    GetCmOfferingKindVersionMetadataImage

    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Region string
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Region string
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    region String
    id string
    (String) The id of this provider.
    name string
    (String) The name of this provider.
    region string
    id str
    (String) The id of this provider.
    name str
    (String) The name of this provider.
    region str
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    region String

    GetCmOfferingKindVersionMetadataModule

    name String
    (String) The name of this provider.
    offeringReferences List<Property Map>
    source String

    GetCmOfferingKindVersionMetadataModuleOfferingReference

    CatalogId string
    Catalog identifier.
    Flavor string
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    Flavors List<string>
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) The id of this provider.
    Kind string
    Metadata string
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    Version string
    (String) Version of content type.
    CatalogId string
    Catalog identifier.
    Flavor string
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    Flavors []string
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) The id of this provider.
    Kind string
    Metadata string
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    Version string
    (String) Version of content type.
    catalogId String
    Catalog identifier.
    flavor String
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) The id of this provider.
    kind String
    metadata String
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    version String
    (String) Version of content type.
    catalogId string
    Catalog identifier.
    flavor string
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    flavors string[]
    (List) Optional - List of dependent flavors in the specified range.
    id string
    (String) The id of this provider.
    kind string
    metadata string
    (Map) Map of metadata values for this offering.
    name string
    (String) The name of this provider.
    version string
    (String) Version of content type.
    catalog_id str
    Catalog identifier.
    flavor str
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    flavors Sequence[str]
    (List) Optional - List of dependent flavors in the specified range.
    id str
    (String) The id of this provider.
    kind str
    metadata str
    (Map) Map of metadata values for this offering.
    name str
    (String) The name of this provider.
    version str
    (String) Version of content type.
    catalogId String
    Catalog identifier.
    flavor String
    (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) The id of this provider.
    kind String
    metadata String
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    version String
    (String) Version of content type.

    GetCmOfferingKindVersionMetadataOperatingSystem

    Architecture string
    DedicatedHostOnly bool
    DisplayName string
    (String) Display name for configuration type.
    Family string
    Href string
    Name string
    (String) The name of this provider.
    Vendor string
    Version string
    (String) Version of content type.
    Architecture string
    DedicatedHostOnly bool
    DisplayName string
    (String) Display name for configuration type.
    Family string
    Href string
    Name string
    (String) The name of this provider.
    Vendor string
    Version string
    (String) Version of content type.
    architecture String
    dedicatedHostOnly Boolean
    displayName String
    (String) Display name for configuration type.
    family String
    href String
    name String
    (String) The name of this provider.
    vendor String
    version String
    (String) Version of content type.
    architecture string
    dedicatedHostOnly boolean
    displayName string
    (String) Display name for configuration type.
    family string
    href string
    name string
    (String) The name of this provider.
    vendor string
    version string
    (String) Version of content type.
    architecture str
    dedicated_host_only bool
    display_name str
    (String) Display name for configuration type.
    family str
    href str
    name str
    (String) The name of this provider.
    vendor str
    version str
    (String) Version of content type.
    architecture String
    dedicatedHostOnly Boolean
    displayName String
    (String) Display name for configuration type.
    family String
    href String
    name String
    (String) The name of this provider.
    vendor String
    version String
    (String) Version of content type.

    GetCmOfferingKindVersionMetadataVsiVpc

    GetCmOfferingKindVersionMetadataVsiVpcFile

    Size double
    Size float64
    size Double
    size number
    size float
    size Number

    GetCmOfferingKindVersionMetadataVsiVpcImage

    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Region string
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Region string
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    region String
    id string
    (String) The id of this provider.
    name string
    (String) The name of this provider.
    region string
    id str
    (String) The id of this provider.
    name str
    (String) The name of this provider.
    region str
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    region String

    GetCmOfferingKindVersionMetadataVsiVpcOperatingSystem

    Architecture string
    DedicatedHostOnly bool
    DisplayName string
    (String) Display name for configuration type.
    Family string
    Href string
    Name string
    (String) The name of this provider.
    Vendor string
    Version string
    (String) Version of content type.
    Architecture string
    DedicatedHostOnly bool
    DisplayName string
    (String) Display name for configuration type.
    Family string
    Href string
    Name string
    (String) The name of this provider.
    Vendor string
    Version string
    (String) Version of content type.
    architecture String
    dedicatedHostOnly Boolean
    displayName String
    (String) Display name for configuration type.
    family String
    href String
    name String
    (String) The name of this provider.
    vendor String
    version String
    (String) Version of content type.
    architecture string
    dedicatedHostOnly boolean
    displayName string
    (String) Display name for configuration type.
    family string
    href string
    name string
    (String) The name of this provider.
    vendor string
    version string
    (String) Version of content type.
    architecture str
    dedicated_host_only bool
    display_name str
    (String) Display name for configuration type.
    family str
    href str
    name str
    (String) The name of this provider.
    vendor str
    version str
    (String) Version of content type.
    architecture String
    dedicatedHostOnly Boolean
    displayName String
    (String) Display name for configuration type.
    family String
    href String
    name String
    (String) The name of this provider.
    vendor String
    version String
    (String) Version of content type.

    GetCmOfferingKindVersionOutput

    Description string
    (String) Feature description.
    Key string
    (String) Output key.
    Description string
    (String) Feature description.
    Key string
    (String) Output key.
    description String
    (String) Feature description.
    key String
    (String) Output key.
    description string
    (String) Feature description.
    key string
    (String) Output key.
    description str
    (String) Feature description.
    key str
    (String) Output key.
    description String
    (String) Feature description.
    key String
    (String) Output key.

    GetCmOfferingKindVersionPreInstall

    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n map[string]string
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript string
    (String) Optional script that if run will remove the installed version.
    instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script string
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    delete_script str
    (String) Optional script that if run will remove the installed version.
    instructions str
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructions_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    scope str
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script str
    (String) Optional script that needs to be run post any pre-condition script.
    script_permission str
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.

    GetCmOfferingKindVersionRequiredResource

    Type string
    (String) Valid values are hour or day.
    Value string
    (Integer) Amount of time to wait in unit 'type'.
    Type string
    (String) Valid values are hour or day.
    Value string
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value String
    (Integer) Amount of time to wait in unit 'type'.
    type string
    (String) Valid values are hour or day.
    value string
    (Integer) Amount of time to wait in unit 'type'.
    type str
    (String) Valid values are hour or day.
    value str
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value String
    (Integer) Amount of time to wait in unit 'type'.

    GetCmOfferingKindVersionSolutionInfo

    ArchitectureDiagrams List<GetCmOfferingKindVersionSolutionInfoArchitectureDiagram>
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    CostEstimates List<GetCmOfferingKindVersionSolutionInfoCostEstimate>
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    Dependencies List<GetCmOfferingKindVersionSolutionInfoDependency>
    (List) Dependencies for this solution. Nested scheme for dependencies:
    Features List<GetCmOfferingKindVersionSolutionInfoFeature>
    (List) Features - titles only. Nested scheme for features:
    ArchitectureDiagrams []GetCmOfferingKindVersionSolutionInfoArchitectureDiagram
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    CostEstimates []GetCmOfferingKindVersionSolutionInfoCostEstimate
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    Dependencies []GetCmOfferingKindVersionSolutionInfoDependency
    (List) Dependencies for this solution. Nested scheme for dependencies:
    Features []GetCmOfferingKindVersionSolutionInfoFeature
    (List) Features - titles only. Nested scheme for features:
    architectureDiagrams List<GetCmOfferingKindVersionSolutionInfoArchitectureDiagram>
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    costEstimates List<GetCmOfferingKindVersionSolutionInfoCostEstimate>
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies List<GetCmOfferingKindVersionSolutionInfoDependency>
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features List<GetCmOfferingKindVersionSolutionInfoFeature>
    (List) Features - titles only. Nested scheme for features:
    architectureDiagrams GetCmOfferingKindVersionSolutionInfoArchitectureDiagram[]
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    costEstimates GetCmOfferingKindVersionSolutionInfoCostEstimate[]
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies GetCmOfferingKindVersionSolutionInfoDependency[]
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features GetCmOfferingKindVersionSolutionInfoFeature[]
    (List) Features - titles only. Nested scheme for features:
    architecture_diagrams Sequence[GetCmOfferingKindVersionSolutionInfoArchitectureDiagram]
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    cost_estimates Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimate]
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies Sequence[GetCmOfferingKindVersionSolutionInfoDependency]
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features Sequence[GetCmOfferingKindVersionSolutionInfoFeature]
    (List) Features - titles only. Nested scheme for features:
    architectureDiagrams List<Property Map>
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    costEstimates List<Property Map>
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies List<Property Map>
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features List<Property Map>
    (List) Features - titles only. Nested scheme for features:

    GetCmOfferingKindVersionSolutionInfoArchitectureDiagram

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Diagrams List<GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram>
    (List) Offering Media information. Nested scheme for diagram:
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Diagrams []GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram
    (List) Offering Media information. Nested scheme for diagram:
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    diagrams List<GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram>
    (List) Offering Media information. Nested scheme for diagram:
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    diagrams GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram[]
    (List) Offering Media information. Nested scheme for diagram:
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    diagrams Sequence[GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram]
    (List) Offering Media information. Nested scheme for diagram:
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    diagrams List<Property Map>
    (List) Offering Media information. Nested scheme for diagram:

    GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram

    ApiUrl string
    (String) CM API specific URL of the specified media item.
    Caption string
    (String) Caption for this media item.
    CaptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    ThumbnailUrl string
    (String) Thumbnail URL for this media item.
    Type string
    (String) Valid values are hour or day.
    Url string
    (String) The url for this specific offering.
    UrlProxies List<GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy>
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    ApiUrl string
    (String) CM API specific URL of the specified media item.
    Caption string
    (String) Caption for this media item.
    CaptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    ThumbnailUrl string
    (String) Thumbnail URL for this media item.
    Type string
    (String) Valid values are hour or day.
    Url string
    (String) The url for this specific offering.
    UrlProxies []GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl String
    (String) CM API specific URL of the specified media item.
    caption String
    (String) Caption for this media item.
    captionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    thumbnailUrl String
    (String) Thumbnail URL for this media item.
    type String
    (String) Valid values are hour or day.
    url String
    (String) The url for this specific offering.
    urlProxies List<GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy>
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl string
    (String) CM API specific URL of the specified media item.
    caption string
    (String) Caption for this media item.
    captionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    thumbnailUrl string
    (String) Thumbnail URL for this media item.
    type string
    (String) Valid values are hour or day.
    url string
    (String) The url for this specific offering.
    urlProxies GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy[]
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    api_url str
    (String) CM API specific URL of the specified media item.
    caption str
    (String) Caption for this media item.
    caption_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    thumbnail_url str
    (String) Thumbnail URL for this media item.
    type str
    (String) Valid values are hour or day.
    url str
    (String) The url for this specific offering.
    url_proxies Sequence[GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy]
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl String
    (String) CM API specific URL of the specified media item.
    caption String
    (String) Caption for this media item.
    captionI18n Map<String>
    (Map) A map of translated strings, by language code.
    thumbnailUrl String
    (String) Thumbnail URL for this media item.
    type String
    (String) Valid values are hour or day.
    url String
    (String) The url for this specific offering.
    urlProxies List<Property Map>
    (List) Offering URL proxy information. Nested scheme for url_proxy:

    GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy

    Sha string
    (String) SHA256 fingerprint of image.
    Url string
    (String) The url for this specific offering.
    Sha string
    (String) SHA256 fingerprint of image.
    Url string
    (String) The url for this specific offering.
    sha String
    (String) SHA256 fingerprint of image.
    url String
    (String) The url for this specific offering.
    sha string
    (String) SHA256 fingerprint of image.
    url string
    (String) The url for this specific offering.
    sha str
    (String) SHA256 fingerprint of image.
    url str
    (String) The url for this specific offering.
    sha String
    (String) SHA256 fingerprint of image.
    url String
    (String) The url for this specific offering.

    GetCmOfferingKindVersionSolutionInfoCostEstimate

    Currency string
    (String) Cost estimate currency.
    DiffTotalHourlyCost string
    (String) Difference in total hourly cost.
    DiffTotalMonthlyCost string
    (String) Difference in total monthly cost.
    PastTotalHourlyCost string
    (String) Past total hourly cost.
    PastTotalMonthlyCost string
    (String) Past total monthly cost.
    Projects List<GetCmOfferingKindVersionSolutionInfoCostEstimateProject>
    (List) Cost estimate projects. Nested scheme for projects:
    Summaries List<GetCmOfferingKindVersionSolutionInfoCostEstimateSummary>
    (List) Cost summary definition. Nested scheme for summary:
    TimeGenerated string
    (String) When this estimate was generated.
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCost string
    (String) Total monthly cost.
    Version string
    (String) Version of content type.
    Currency string
    (String) Cost estimate currency.
    DiffTotalHourlyCost string
    (String) Difference in total hourly cost.
    DiffTotalMonthlyCost string
    (String) Difference in total monthly cost.
    PastTotalHourlyCost string
    (String) Past total hourly cost.
    PastTotalMonthlyCost string
    (String) Past total monthly cost.
    Projects []GetCmOfferingKindVersionSolutionInfoCostEstimateProject
    (List) Cost estimate projects. Nested scheme for projects:
    Summaries []GetCmOfferingKindVersionSolutionInfoCostEstimateSummary
    (List) Cost summary definition. Nested scheme for summary:
    TimeGenerated string
    (String) When this estimate was generated.
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCost string
    (String) Total monthly cost.
    Version string
    (String) Version of content type.
    currency String
    (String) Cost estimate currency.
    diffTotalHourlyCost String
    (String) Difference in total hourly cost.
    diffTotalMonthlyCost String
    (String) Difference in total monthly cost.
    pastTotalHourlyCost String
    (String) Past total hourly cost.
    pastTotalMonthlyCost String
    (String) Past total monthly cost.
    projects List<GetCmOfferingKindVersionSolutionInfoCostEstimateProject>
    (List) Cost estimate projects. Nested scheme for projects:
    summaries List<GetCmOfferingKindVersionSolutionInfoCostEstimateSummary>
    (List) Cost summary definition. Nested scheme for summary:
    timeGenerated String
    (String) When this estimate was generated.
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCost String
    (String) Total monthly cost.
    version String
    (String) Version of content type.
    currency string
    (String) Cost estimate currency.
    diffTotalHourlyCost string
    (String) Difference in total hourly cost.
    diffTotalMonthlyCost string
    (String) Difference in total monthly cost.
    pastTotalHourlyCost string
    (String) Past total hourly cost.
    pastTotalMonthlyCost string
    (String) Past total monthly cost.
    projects GetCmOfferingKindVersionSolutionInfoCostEstimateProject[]
    (List) Cost estimate projects. Nested scheme for projects:
    summaries GetCmOfferingKindVersionSolutionInfoCostEstimateSummary[]
    (List) Cost summary definition. Nested scheme for summary:
    timeGenerated string
    (String) When this estimate was generated.
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCost string
    (String) Total monthly cost.
    version string
    (String) Version of content type.
    currency str
    (String) Cost estimate currency.
    diff_total_hourly_cost str
    (String) Difference in total hourly cost.
    diff_total_monthly_cost str
    (String) Difference in total monthly cost.
    past_total_hourly_cost str
    (String) Past total hourly cost.
    past_total_monthly_cost str
    (String) Past total monthly cost.
    projects Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProject]
    (List) Cost estimate projects. Nested scheme for projects:
    summaries Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateSummary]
    (List) Cost summary definition. Nested scheme for summary:
    time_generated str
    (String) When this estimate was generated.
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    version str
    (String) Version of content type.
    currency String
    (String) Cost estimate currency.
    diffTotalHourlyCost String
    (String) Difference in total hourly cost.
    diffTotalMonthlyCost String
    (String) Difference in total monthly cost.
    pastTotalHourlyCost String
    (String) Past total hourly cost.
    pastTotalMonthlyCost String
    (String) Past total monthly cost.
    projects List<Property Map>
    (List) Cost estimate projects. Nested scheme for projects:
    summaries List<Property Map>
    (List) Cost summary definition. Nested scheme for summary:
    timeGenerated String
    (String) When this estimate was generated.
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCost String
    (String) Total monthly cost.
    version String
    (String) Version of content type.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProject

    Breakdowns List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown>
    (List) Cost breakdown definition. Nested scheme for breakdown:
    Diffs List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff>
    (List) Cost breakdown definition. Nested scheme for diff:
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    PastBreakdowns List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown>
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    Summaries List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary>
    (List) Cost summary definition. Nested scheme for summary:
    Breakdowns []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown
    (List) Cost breakdown definition. Nested scheme for breakdown:
    Diffs []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff
    (List) Cost breakdown definition. Nested scheme for diff:
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    Name string
    (String) The name of this provider.
    PastBreakdowns []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    Summaries []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown>
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff>
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    pastBreakdowns List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown>
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary>
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown[]
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff[]
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    name string
    (String) The name of this provider.
    pastBreakdowns GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown[]
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary[]
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown]
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff]
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    name str
    (String) The name of this provider.
    past_breakdowns Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown]
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary]
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns List<Property Map>
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs List<Property Map>
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    name String
    (String) The name of this provider.
    pastBreakdowns List<Property Map>
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries List<Property Map>
    (List) Cost summary definition. Nested scheme for summary:

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown

    Resources List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource>
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    Resources []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    resources List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.
    resources GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource[]
    (List) Resources. Nested scheme for resources:
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCOst string
    (String) Total monthly cost.
    resources Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource]
    (List) Resources. Nested scheme for resources:
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource

    CostComponents List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) The name of this provider.
    CostComponents []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) The name of this provider.
    costComponents List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) The name of this provider.
    costComponents GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent[]
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost string
    (String) Hourly cost.
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    monthlyCost string
    (String) Monthly cost.
    name string
    (String) The name of this provider.
    cost_components Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent]
    (List) Cost components. Nested scheme for cost_components:
    hourly_cost str
    (String) Hourly cost.
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    monthly_cost str
    (String) Monthly cost.
    name str
    (String) The name of this provider.
    costComponents List<Property Map>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) The name of this provider.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent

    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) The name of this provider.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) The name of this provider.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) The name of this provider.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.
    hourlyCost string
    (String) Hourly cost.
    hourlyQuantity string
    (String) Cost component hourly quantity.
    monthlyCost string
    (String) Monthly cost.
    monthlyQuantity string
    (String) Cost component monthly quantity.
    name string
    (String) The name of this provider.
    price string
    (String) Cost component price.
    unit string
    (String) Cost component unit.
    hourly_cost str
    (String) Hourly cost.
    hourly_quantity str
    (String) Cost component hourly quantity.
    monthly_cost str
    (String) Monthly cost.
    monthly_quantity str
    (String) Cost component monthly quantity.
    name str
    (String) The name of this provider.
    price str
    (String) Cost component price.
    unit str
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) The name of this provider.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff

    Resources List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource>
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    Resources []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    resources List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.
    resources GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource[]
    (List) Resources. Nested scheme for resources:
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCOst string
    (String) Total monthly cost.
    resources Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource]
    (List) Resources. Nested scheme for resources:
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource

    CostComponents List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) The name of this provider.
    CostComponents []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) The name of this provider.
    costComponents List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) The name of this provider.
    costComponents GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent[]
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost string
    (String) Hourly cost.
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    monthlyCost string
    (String) Monthly cost.
    name string
    (String) The name of this provider.
    cost_components Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent]
    (List) Cost components. Nested scheme for cost_components:
    hourly_cost str
    (String) Hourly cost.
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    monthly_cost str
    (String) Monthly cost.
    name str
    (String) The name of this provider.
    costComponents List<Property Map>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) The name of this provider.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent

    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) The name of this provider.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) The name of this provider.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) The name of this provider.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.
    hourlyCost string
    (String) Hourly cost.
    hourlyQuantity string
    (String) Cost component hourly quantity.
    monthlyCost string
    (String) Monthly cost.
    monthlyQuantity string
    (String) Cost component monthly quantity.
    name string
    (String) The name of this provider.
    price string
    (String) Cost component price.
    unit string
    (String) Cost component unit.
    hourly_cost str
    (String) Hourly cost.
    hourly_quantity str
    (String) Cost component hourly quantity.
    monthly_cost str
    (String) Monthly cost.
    monthly_quantity str
    (String) Cost component monthly quantity.
    name str
    (String) The name of this provider.
    price str
    (String) Cost component price.
    unit str
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) The name of this provider.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown

    Resources List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource>
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    Resources []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    resources List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.
    resources GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource[]
    (List) Resources. Nested scheme for resources:
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCOst string
    (String) Total monthly cost.
    resources Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource]
    (List) Resources. Nested scheme for resources:
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource

    CostComponents List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata Dictionary<string, string>
    (Map) Map of metadata values for this offering.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) The name of this provider.
    CostComponents []GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata map[string]string
    (Map) Map of metadata values for this offering.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) The name of this provider.
    costComponents List<GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String,String>
    (Map) Map of metadata values for this offering.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) The name of this provider.
    costComponents GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent[]
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost string
    (String) Hourly cost.
    metadata {[key: string]: string}
    (Map) Map of metadata values for this offering.
    monthlyCost string
    (String) Monthly cost.
    name string
    (String) The name of this provider.
    cost_components Sequence[GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent]
    (List) Cost components. Nested scheme for cost_components:
    hourly_cost str
    (String) Hourly cost.
    metadata Mapping[str, str]
    (Map) Map of metadata values for this offering.
    monthly_cost str
    (String) Monthly cost.
    name str
    (String) The name of this provider.
    costComponents List<Property Map>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String>
    (Map) Map of metadata values for this offering.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) The name of this provider.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent

    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) The name of this provider.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) The name of this provider.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) The name of this provider.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.
    hourlyCost string
    (String) Hourly cost.
    hourlyQuantity string
    (String) Cost component hourly quantity.
    monthlyCost string
    (String) Monthly cost.
    monthlyQuantity string
    (String) Cost component monthly quantity.
    name string
    (String) The name of this provider.
    price string
    (String) Cost component price.
    unit string
    (String) Cost component unit.
    hourly_cost str
    (String) Hourly cost.
    hourly_quantity str
    (String) Cost component hourly quantity.
    monthly_cost str
    (String) Monthly cost.
    monthly_quantity str
    (String) Cost component monthly quantity.
    name str
    (String) The name of this provider.
    price str
    (String) Cost component price.
    unit str
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) The name of this provider.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.

    GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary

    NoPriceResourceCounts Dictionary<string, string>
    (Map) No price resource counts.
    TotalDetectedResources double
    (Integer) Total detected resources.
    TotalNoPriceResources double
    (Integer) Total no price resources.
    TotalSupportedResources double
    (Integer) Total supported resources.
    TotalUnsupportedResources double
    (Integer) Total unsupported resources.
    TotalUsageBasedResources double
    (Integer) Total usage based resources.
    UnsupportedResourceCounts Dictionary<string, string>
    (Map) Unsupported resource counts.
    NoPriceResourceCounts map[string]string
    (Map) No price resource counts.
    TotalDetectedResources float64
    (Integer) Total detected resources.
    TotalNoPriceResources float64
    (Integer) Total no price resources.
    TotalSupportedResources float64
    (Integer) Total supported resources.
    TotalUnsupportedResources float64
    (Integer) Total unsupported resources.
    TotalUsageBasedResources float64
    (Integer) Total usage based resources.
    UnsupportedResourceCounts map[string]string
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String,String>
    (Map) No price resource counts.
    totalDetectedResources Double
    (Integer) Total detected resources.
    totalNoPriceResources Double
    (Integer) Total no price resources.
    totalSupportedResources Double
    (Integer) Total supported resources.
    totalUnsupportedResources Double
    (Integer) Total unsupported resources.
    totalUsageBasedResources Double
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String,String>
    (Map) Unsupported resource counts.
    noPriceResourceCounts {[key: string]: string}
    (Map) No price resource counts.
    totalDetectedResources number
    (Integer) Total detected resources.
    totalNoPriceResources number
    (Integer) Total no price resources.
    totalSupportedResources number
    (Integer) Total supported resources.
    totalUnsupportedResources number
    (Integer) Total unsupported resources.
    totalUsageBasedResources number
    (Integer) Total usage based resources.
    unsupportedResourceCounts {[key: string]: string}
    (Map) Unsupported resource counts.
    no_price_resource_counts Mapping[str, str]
    (Map) No price resource counts.
    total_detected_resources float
    (Integer) Total detected resources.
    total_no_price_resources float
    (Integer) Total no price resources.
    total_supported_resources float
    (Integer) Total supported resources.
    total_unsupported_resources float
    (Integer) Total unsupported resources.
    total_usage_based_resources float
    (Integer) Total usage based resources.
    unsupported_resource_counts Mapping[str, str]
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String>
    (Map) No price resource counts.
    totalDetectedResources Number
    (Integer) Total detected resources.
    totalNoPriceResources Number
    (Integer) Total no price resources.
    totalSupportedResources Number
    (Integer) Total supported resources.
    totalUnsupportedResources Number
    (Integer) Total unsupported resources.
    totalUsageBasedResources Number
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String>
    (Map) Unsupported resource counts.

    GetCmOfferingKindVersionSolutionInfoCostEstimateSummary

    NoPriceResourceCounts Dictionary<string, string>
    (Map) No price resource counts.
    TotalDetectedResources double
    (Integer) Total detected resources.
    TotalNoPriceResources double
    (Integer) Total no price resources.
    TotalSupportedResources double
    (Integer) Total supported resources.
    TotalUnsupportedResources double
    (Integer) Total unsupported resources.
    TotalUsageBasedResources double
    (Integer) Total usage based resources.
    UnsupportedResourceCounts Dictionary<string, string>
    (Map) Unsupported resource counts.
    NoPriceResourceCounts map[string]string
    (Map) No price resource counts.
    TotalDetectedResources float64
    (Integer) Total detected resources.
    TotalNoPriceResources float64
    (Integer) Total no price resources.
    TotalSupportedResources float64
    (Integer) Total supported resources.
    TotalUnsupportedResources float64
    (Integer) Total unsupported resources.
    TotalUsageBasedResources float64
    (Integer) Total usage based resources.
    UnsupportedResourceCounts map[string]string
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String,String>
    (Map) No price resource counts.
    totalDetectedResources Double
    (Integer) Total detected resources.
    totalNoPriceResources Double
    (Integer) Total no price resources.
    totalSupportedResources Double
    (Integer) Total supported resources.
    totalUnsupportedResources Double
    (Integer) Total unsupported resources.
    totalUsageBasedResources Double
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String,String>
    (Map) Unsupported resource counts.
    noPriceResourceCounts {[key: string]: string}
    (Map) No price resource counts.
    totalDetectedResources number
    (Integer) Total detected resources.
    totalNoPriceResources number
    (Integer) Total no price resources.
    totalSupportedResources number
    (Integer) Total supported resources.
    totalUnsupportedResources number
    (Integer) Total unsupported resources.
    totalUsageBasedResources number
    (Integer) Total usage based resources.
    unsupportedResourceCounts {[key: string]: string}
    (Map) Unsupported resource counts.
    no_price_resource_counts Mapping[str, str]
    (Map) No price resource counts.
    total_detected_resources float
    (Integer) Total detected resources.
    total_no_price_resources float
    (Integer) Total no price resources.
    total_supported_resources float
    (Integer) Total supported resources.
    total_unsupported_resources float
    (Integer) Total unsupported resources.
    total_usage_based_resources float
    (Integer) Total usage based resources.
    unsupported_resource_counts Mapping[str, str]
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String>
    (Map) No price resource counts.
    totalDetectedResources Number
    (Integer) Total detected resources.
    totalNoPriceResources Number
    (Integer) Total no price resources.
    totalSupportedResources Number
    (Integer) Total supported resources.
    totalUnsupportedResources Number
    (Integer) Total unsupported resources.
    totalUsageBasedResources Number
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String>
    (Map) Unsupported resource counts.

    GetCmOfferingKindVersionSolutionInfoDependency

    CatalogId string
    Catalog identifier.
    Flavors List<string>
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Version string
    (String) Version of content type.
    CatalogId string
    Catalog identifier.
    Flavors []string
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Version string
    (String) Version of content type.
    catalogId String
    Catalog identifier.
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    version String
    (String) Version of content type.
    catalogId string
    Catalog identifier.
    flavors string[]
    (List) Optional - List of dependent flavors in the specified range.
    id string
    (String) The id of this provider.
    name string
    (String) The name of this provider.
    version string
    (String) Version of content type.
    catalog_id str
    Catalog identifier.
    flavors Sequence[str]
    (List) Optional - List of dependent flavors in the specified range.
    id str
    (String) The id of this provider.
    name str
    (String) The name of this provider.
    version str
    (String) Version of content type.
    catalogId String
    Catalog identifier.
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    version String
    (String) Version of content type.

    GetCmOfferingKindVersionSolutionInfoFeature

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n map[string]string
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    title string
    (String) Heading.
    titleI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    title str
    (String) Heading.
    title_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String>
    (Map) A map of translated strings, by language code.

    GetCmOfferingKindVersionState

    Current string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    CurrentEntered string
    (String) Date and time of current request.
    Pending string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    PendingRequested string
    (String) Date and time of pending request.
    Previous string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    Current string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    CurrentEntered string
    (String) Date and time of current request.
    Pending string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    PendingRequested string
    (String) Date and time of pending request.
    Previous string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    currentEntered String
    (String) Date and time of current request.
    pending String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pendingRequested String
    (String) Date and time of pending request.
    previous String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    currentEntered string
    (String) Date and time of current request.
    pending string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pendingRequested string
    (String) Date and time of pending request.
    previous string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current str
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current_entered str
    (String) Date and time of current request.
    pending str
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pending_requested str
    (String) Date and time of pending request.
    previous str
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    currentEntered String
    (String) Date and time of current request.
    pending String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pendingRequested String
    (String) Date and time of pending request.
    previous String
    (String) one of: new, validated, account-published, ibm-published, public-published.

    GetCmOfferingKindVersionValidation

    LastOperation string
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    Message string
    (String) Any message needing to be conveyed as part of the validation job.
    Requested string
    (String) Date and time of last validation was requested.
    State string
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Target Dictionary<string, string>
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    Validated string
    (String) Date and time of last successful validation.
    LastOperation string
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    Message string
    (String) Any message needing to be conveyed as part of the validation job.
    Requested string
    (String) Date and time of last validation was requested.
    State string
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Target map[string]string
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    Validated string
    (String) Date and time of last successful validation.
    lastOperation String
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message String
    (String) Any message needing to be conveyed as part of the validation job.
    requested String
    (String) Date and time of last validation was requested.
    state String
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target Map<String,String>
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated String
    (String) Date and time of last successful validation.
    lastOperation string
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message string
    (String) Any message needing to be conveyed as part of the validation job.
    requested string
    (String) Date and time of last validation was requested.
    state string
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target {[key: string]: string}
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated string
    (String) Date and time of last successful validation.
    last_operation str
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message str
    (String) Any message needing to be conveyed as part of the validation job.
    requested str
    (String) Date and time of last validation was requested.
    state str
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target Mapping[str, str]
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated str
    (String) Date and time of last successful validation.
    lastOperation String
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message String
    (String) Any message needing to be conveyed as part of the validation job.
    requested String
    (String) Date and time of last validation was requested.
    state String
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target Map<String>
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated String
    (String) Date and time of last successful validation.

    GetCmOfferingMedia

    ApiUrl string
    (String) CM API specific URL of the specified media item.
    Caption string
    (String) Caption for this media item.
    CaptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    ThumbnailUrl string
    (String) Thumbnail URL for this media item.
    Type string
    (String) Valid values are hour or day.
    Url string
    (String) The url for this specific offering.
    UrlProxies List<GetCmOfferingMediaUrlProxy>
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    ApiUrl string
    (String) CM API specific URL of the specified media item.
    Caption string
    (String) Caption for this media item.
    CaptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    ThumbnailUrl string
    (String) Thumbnail URL for this media item.
    Type string
    (String) Valid values are hour or day.
    Url string
    (String) The url for this specific offering.
    UrlProxies []GetCmOfferingMediaUrlProxy
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl String
    (String) CM API specific URL of the specified media item.
    caption String
    (String) Caption for this media item.
    captionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    thumbnailUrl String
    (String) Thumbnail URL for this media item.
    type String
    (String) Valid values are hour or day.
    url String
    (String) The url for this specific offering.
    urlProxies List<GetCmOfferingMediaUrlProxy>
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl string
    (String) CM API specific URL of the specified media item.
    caption string
    (String) Caption for this media item.
    captionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    thumbnailUrl string
    (String) Thumbnail URL for this media item.
    type string
    (String) Valid values are hour or day.
    url string
    (String) The url for this specific offering.
    urlProxies GetCmOfferingMediaUrlProxy[]
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    api_url str
    (String) CM API specific URL of the specified media item.
    caption str
    (String) Caption for this media item.
    caption_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    thumbnail_url str
    (String) Thumbnail URL for this media item.
    type str
    (String) Valid values are hour or day.
    url str
    (String) The url for this specific offering.
    url_proxies Sequence[GetCmOfferingMediaUrlProxy]
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl String
    (String) CM API specific URL of the specified media item.
    caption String
    (String) Caption for this media item.
    captionI18n Map<String>
    (Map) A map of translated strings, by language code.
    thumbnailUrl String
    (String) Thumbnail URL for this media item.
    type String
    (String) Valid values are hour or day.
    url String
    (String) The url for this specific offering.
    urlProxies List<Property Map>
    (List) Offering URL proxy information. Nested scheme for url_proxy:

    GetCmOfferingMediaUrlProxy

    Sha string
    (String) SHA256 fingerprint of image.
    Url string
    (String) The url for this specific offering.
    Sha string
    (String) SHA256 fingerprint of image.
    Url string
    (String) The url for this specific offering.
    sha String
    (String) SHA256 fingerprint of image.
    url String
    (String) The url for this specific offering.
    sha string
    (String) SHA256 fingerprint of image.
    url string
    (String) The url for this specific offering.
    sha str
    (String) SHA256 fingerprint of image.
    url str
    (String) The url for this specific offering.
    sha String
    (String) SHA256 fingerprint of image.
    url String
    (String) The url for this specific offering.

    GetCmOfferingProviderInfo

    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    Id string
    (String) The id of this provider.
    Name string
    (String) The name of this provider.
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.
    id string
    (String) The id of this provider.
    name string
    (String) The name of this provider.
    id str
    (String) The id of this provider.
    name str
    (String) The name of this provider.
    id String
    (String) The id of this provider.
    name String
    (String) The name of this provider.

    GetCmOfferingRating

    FourStarCount double
    (Integer) Four start rating.
    OneStarCount double
    (Integer) One start rating.
    ThreeStarCount double
    (Integer) Three start rating.
    TwoStarCount double
    (Integer) Two start rating.
    FourStarCount float64
    (Integer) Four start rating.
    OneStarCount float64
    (Integer) One start rating.
    ThreeStarCount float64
    (Integer) Three start rating.
    TwoStarCount float64
    (Integer) Two start rating.
    fourStarCount Double
    (Integer) Four start rating.
    oneStarCount Double
    (Integer) One start rating.
    threeStarCount Double
    (Integer) Three start rating.
    twoStarCount Double
    (Integer) Two start rating.
    fourStarCount number
    (Integer) Four start rating.
    oneStarCount number
    (Integer) One start rating.
    threeStarCount number
    (Integer) Three start rating.
    twoStarCount number
    (Integer) Two start rating.
    four_star_count float
    (Integer) Four start rating.
    one_star_count float
    (Integer) One start rating.
    three_star_count float
    (Integer) Three start rating.
    two_star_count float
    (Integer) Two start rating.
    fourStarCount Number
    (Integer) Four start rating.
    oneStarCount Number
    (Integer) One start rating.
    threeStarCount Number
    (Integer) Three start rating.
    twoStarCount Number
    (Integer) Two start rating.

    GetCmOfferingRepoInfo

    Token string
    (String) Token for private repos.
    Type string
    (String) Valid values are hour or day.
    Token string
    (String) Token for private repos.
    Type string
    (String) Valid values are hour or day.
    token String
    (String) Token for private repos.
    type String
    (String) Valid values are hour or day.
    token string
    (String) Token for private repos.
    type string
    (String) Valid values are hour or day.
    token str
    (String) Token for private repos.
    type str
    (String) Valid values are hour or day.
    token String
    (String) Token for private repos.
    type String
    (String) Valid values are hour or day.

    GetCmOfferingSupport

    Locations List<string>
    (List) A list of country codes indicating where support is provided.
    Process string
    (String) Support process as provided by an ISV.
    ProcessI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    SupportDetails List<GetCmOfferingSupportSupportDetail>
    (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
    SupportEscalations List<GetCmOfferingSupportSupportEscalation>
    (List) Support escalation policy. Nested scheme for support_escalation:
    SupportType string
    (String) Support type for this product.
    Url string
    (String) The url for this specific offering.
    Locations []string
    (List) A list of country codes indicating where support is provided.
    Process string
    (String) Support process as provided by an ISV.
    ProcessI18n map[string]string
    (Map) A map of translated strings, by language code.
    SupportDetails []GetCmOfferingSupportSupportDetail
    (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
    SupportEscalations []GetCmOfferingSupportSupportEscalation
    (List) Support escalation policy. Nested scheme for support_escalation:
    SupportType string
    (String) Support type for this product.
    Url string
    (String) The url for this specific offering.
    locations List<String>
    (List) A list of country codes indicating where support is provided.
    process String
    (String) Support process as provided by an ISV.
    processI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    supportDetails List<GetCmOfferingSupportSupportDetail>
    (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
    supportEscalations List<GetCmOfferingSupportSupportEscalation>
    (List) Support escalation policy. Nested scheme for support_escalation:
    supportType String
    (String) Support type for this product.
    url String
    (String) The url for this specific offering.
    locations string[]
    (List) A list of country codes indicating where support is provided.
    process string
    (String) Support process as provided by an ISV.
    processI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    supportDetails GetCmOfferingSupportSupportDetail[]
    (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
    supportEscalations GetCmOfferingSupportSupportEscalation[]
    (List) Support escalation policy. Nested scheme for support_escalation:
    supportType string
    (String) Support type for this product.
    url string
    (String) The url for this specific offering.
    locations Sequence[str]
    (List) A list of country codes indicating where support is provided.
    process str
    (String) Support process as provided by an ISV.
    process_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    support_details Sequence[GetCmOfferingSupportSupportDetail]
    (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
    support_escalations Sequence[GetCmOfferingSupportSupportEscalation]
    (List) Support escalation policy. Nested scheme for support_escalation:
    support_type str
    (String) Support type for this product.
    url str
    (String) The url for this specific offering.
    locations List<String>
    (List) A list of country codes indicating where support is provided.
    process String
    (String) Support process as provided by an ISV.
    processI18n Map<String>
    (Map) A map of translated strings, by language code.
    supportDetails List<Property Map>
    (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
    supportEscalations List<Property Map>
    (List) Support escalation policy. Nested scheme for support_escalation:
    supportType String
    (String) Support type for this product.
    url String
    (String) The url for this specific offering.

    GetCmOfferingSupportSupportDetail

    Availabilities List<GetCmOfferingSupportSupportDetailAvailability>
    (List) Times when support is available. Nested scheme for availability:
    Contact string
    (String) Escalation contact.
    ResponseWaitTimes List<GetCmOfferingSupportSupportDetailResponseWaitTime>
    (List) Time descriptor. Nested scheme for response_wait_time:
    Type string
    (String) Valid values are hour or day.
    Availabilities []GetCmOfferingSupportSupportDetailAvailability
    (List) Times when support is available. Nested scheme for availability:
    Contact string
    (String) Escalation contact.
    ResponseWaitTimes []GetCmOfferingSupportSupportDetailResponseWaitTime
    (List) Time descriptor. Nested scheme for response_wait_time:
    Type string
    (String) Valid values are hour or day.
    availabilities List<GetCmOfferingSupportSupportDetailAvailability>
    (List) Times when support is available. Nested scheme for availability:
    contact String
    (String) Escalation contact.
    responseWaitTimes List<GetCmOfferingSupportSupportDetailResponseWaitTime>
    (List) Time descriptor. Nested scheme for response_wait_time:
    type String
    (String) Valid values are hour or day.
    availabilities GetCmOfferingSupportSupportDetailAvailability[]
    (List) Times when support is available. Nested scheme for availability:
    contact string
    (String) Escalation contact.
    responseWaitTimes GetCmOfferingSupportSupportDetailResponseWaitTime[]
    (List) Time descriptor. Nested scheme for response_wait_time:
    type string
    (String) Valid values are hour or day.
    availabilities Sequence[GetCmOfferingSupportSupportDetailAvailability]
    (List) Times when support is available. Nested scheme for availability:
    contact str
    (String) Escalation contact.
    response_wait_times Sequence[GetCmOfferingSupportSupportDetailResponseWaitTime]
    (List) Time descriptor. Nested scheme for response_wait_time:
    type str
    (String) Valid values are hour or day.
    availabilities List<Property Map>
    (List) Times when support is available. Nested scheme for availability:
    contact String
    (String) Escalation contact.
    responseWaitTimes List<Property Map>
    (List) Time descriptor. Nested scheme for response_wait_time:
    type String
    (String) Valid values are hour or day.

    GetCmOfferingSupportSupportDetailAvailability

    AlwaysAvailable bool
    (Boolean) Is this support always available.
    Times List<GetCmOfferingSupportSupportDetailAvailabilityTime>
    (List) A list of support times. Nested scheme for times:
    Timezone string
    (String) Timezone (e.g. America/New_York).
    AlwaysAvailable bool
    (Boolean) Is this support always available.
    Times []GetCmOfferingSupportSupportDetailAvailabilityTime
    (List) A list of support times. Nested scheme for times:
    Timezone string
    (String) Timezone (e.g. America/New_York).
    alwaysAvailable Boolean
    (Boolean) Is this support always available.
    times List<GetCmOfferingSupportSupportDetailAvailabilityTime>
    (List) A list of support times. Nested scheme for times:
    timezone String
    (String) Timezone (e.g. America/New_York).
    alwaysAvailable boolean
    (Boolean) Is this support always available.
    times GetCmOfferingSupportSupportDetailAvailabilityTime[]
    (List) A list of support times. Nested scheme for times:
    timezone string
    (String) Timezone (e.g. America/New_York).
    always_available bool
    (Boolean) Is this support always available.
    times Sequence[GetCmOfferingSupportSupportDetailAvailabilityTime]
    (List) A list of support times. Nested scheme for times:
    timezone str
    (String) Timezone (e.g. America/New_York).
    alwaysAvailable Boolean
    (Boolean) Is this support always available.
    times List<Property Map>
    (List) A list of support times. Nested scheme for times:
    timezone String
    (String) Timezone (e.g. America/New_York).

    GetCmOfferingSupportSupportDetailAvailabilityTime

    Day double
    (Integer) The day of the week, represented as an integer.
    EndTime string
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    StartTime string
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    Day float64
    (Integer) The day of the week, represented as an integer.
    EndTime string
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    StartTime string
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    day Double
    (Integer) The day of the week, represented as an integer.
    endTime String
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    startTime String
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    day number
    (Integer) The day of the week, represented as an integer.
    endTime string
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    startTime string
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    day float
    (Integer) The day of the week, represented as an integer.
    end_time str
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    start_time str
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    day Number
    (Integer) The day of the week, represented as an integer.
    endTime String
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
    startTime String
    (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).

    GetCmOfferingSupportSupportDetailResponseWaitTime

    Type string
    (String) Valid values are hour or day.
    Value double
    (Integer) Amount of time to wait in unit 'type'.
    Type string
    (String) Valid values are hour or day.
    Value float64
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value Double
    (Integer) Amount of time to wait in unit 'type'.
    type string
    (String) Valid values are hour or day.
    value number
    (Integer) Amount of time to wait in unit 'type'.
    type str
    (String) Valid values are hour or day.
    value float
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value Number
    (Integer) Amount of time to wait in unit 'type'.

    GetCmOfferingSupportSupportEscalation

    Contact string
    (String) Escalation contact.
    EscalationWaitTimes List<GetCmOfferingSupportSupportEscalationEscalationWaitTime>
    (List) Time descriptor. Nested scheme for escalation_wait_time:
    ResponseWaitTimes List<GetCmOfferingSupportSupportEscalationResponseWaitTime>
    (List) Time descriptor. Nested scheme for response_wait_time:
    Contact string
    (String) Escalation contact.
    EscalationWaitTimes []GetCmOfferingSupportSupportEscalationEscalationWaitTime
    (List) Time descriptor. Nested scheme for escalation_wait_time:
    ResponseWaitTimes []GetCmOfferingSupportSupportEscalationResponseWaitTime
    (List) Time descriptor. Nested scheme for response_wait_time:
    contact String
    (String) Escalation contact.
    escalationWaitTimes List<GetCmOfferingSupportSupportEscalationEscalationWaitTime>
    (List) Time descriptor. Nested scheme for escalation_wait_time:
    responseWaitTimes List<GetCmOfferingSupportSupportEscalationResponseWaitTime>
    (List) Time descriptor. Nested scheme for response_wait_time:
    contact string
    (String) Escalation contact.
    escalationWaitTimes GetCmOfferingSupportSupportEscalationEscalationWaitTime[]
    (List) Time descriptor. Nested scheme for escalation_wait_time:
    responseWaitTimes GetCmOfferingSupportSupportEscalationResponseWaitTime[]
    (List) Time descriptor. Nested scheme for response_wait_time:
    contact str
    (String) Escalation contact.
    escalation_wait_times Sequence[GetCmOfferingSupportSupportEscalationEscalationWaitTime]
    (List) Time descriptor. Nested scheme for escalation_wait_time:
    response_wait_times Sequence[GetCmOfferingSupportSupportEscalationResponseWaitTime]
    (List) Time descriptor. Nested scheme for response_wait_time:
    contact String
    (String) Escalation contact.
    escalationWaitTimes List<Property Map>
    (List) Time descriptor. Nested scheme for escalation_wait_time:
    responseWaitTimes List<Property Map>
    (List) Time descriptor. Nested scheme for response_wait_time:

    GetCmOfferingSupportSupportEscalationEscalationWaitTime

    Type string
    (String) Valid values are hour or day.
    Value double
    (Integer) Amount of time to wait in unit 'type'.
    Type string
    (String) Valid values are hour or day.
    Value float64
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value Double
    (Integer) Amount of time to wait in unit 'type'.
    type string
    (String) Valid values are hour or day.
    value number
    (Integer) Amount of time to wait in unit 'type'.
    type str
    (String) Valid values are hour or day.
    value float
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value Number
    (Integer) Amount of time to wait in unit 'type'.

    GetCmOfferingSupportSupportEscalationResponseWaitTime

    Type string
    (String) Valid values are hour or day.
    Value double
    (Integer) Amount of time to wait in unit 'type'.
    Type string
    (String) Valid values are hour or day.
    Value float64
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value Double
    (Integer) Amount of time to wait in unit 'type'.
    type string
    (String) Valid values are hour or day.
    value number
    (Integer) Amount of time to wait in unit 'type'.
    type str
    (String) Valid values are hour or day.
    value float
    (Integer) Amount of time to wait in unit 'type'.
    type String
    (String) Valid values are hour or day.
    value Number
    (Integer) Amount of time to wait in unit 'type'.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud