ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCmCatalog
Explore with Pulumi AI
Provides a read-only data source for ibm_cm_catalog. 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 cmCatalog = ibm.getCmCatalog({
catalogIdentifier: ibm_cm_catalog.cm_catalog.catalog_id,
});
import pulumi
import pulumi_ibm as ibm
cm_catalog = ibm.get_cm_catalog(catalog_identifier=ibm_cm_catalog["cm_catalog"]["catalog_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.LookupCmCatalog(ctx, &ibm.LookupCmCatalogArgs{
CatalogIdentifier: pulumi.StringRef(ibm_cm_catalog.Cm_catalog.Catalog_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 cmCatalog = Ibm.GetCmCatalog.Invoke(new()
{
CatalogIdentifier = ibm_cm_catalog.Cm_catalog.Catalog_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.GetCmCatalogArgs;
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 cmCatalog = IbmFunctions.getCmCatalog(GetCmCatalogArgs.builder()
.catalogIdentifier(ibm_cm_catalog.cm_catalog().catalog_id())
.build());
}
}
variables:
cmCatalog:
fn::invoke:
function: ibm:getCmCatalog
arguments:
catalogIdentifier: ${ibm_cm_catalog.cm_catalog.catalog_id}
Using getCmCatalog
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 getCmCatalog(args: GetCmCatalogArgs, opts?: InvokeOptions): Promise<GetCmCatalogResult>
function getCmCatalogOutput(args: GetCmCatalogOutputArgs, opts?: InvokeOptions): Output<GetCmCatalogResult>
def get_cm_catalog(catalog_identifier: Optional[str] = None,
label: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCmCatalogResult
def get_cm_catalog_output(catalog_identifier: Optional[pulumi.Input[str]] = None,
label: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCmCatalogResult]
func LookupCmCatalog(ctx *Context, args *LookupCmCatalogArgs, opts ...InvokeOption) (*LookupCmCatalogResult, error)
func LookupCmCatalogOutput(ctx *Context, args *LookupCmCatalogOutputArgs, opts ...InvokeOption) LookupCmCatalogResultOutput
> Note: This function is named LookupCmCatalog
in the Go SDK.
public static class GetCmCatalog
{
public static Task<GetCmCatalogResult> InvokeAsync(GetCmCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetCmCatalogResult> Invoke(GetCmCatalogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCmCatalogResult> getCmCatalog(GetCmCatalogArgs args, InvokeOptions options)
public static Output<GetCmCatalogResult> getCmCatalog(GetCmCatalogArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCmCatalog:getCmCatalog
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Identifier string - Catalog identifier.
- Label string
- Catalog label.
- Catalog
Identifier string - Catalog identifier.
- Label string
- Catalog label.
- catalog
Identifier String - Catalog identifier.
- label String
- Catalog label.
- catalog
Identifier string - Catalog identifier.
- label string
- Catalog label.
- catalog_
identifier str - Catalog identifier.
- label str
- Catalog label.
- catalog
Identifier String - Catalog identifier.
- label String
- Catalog label.
getCmCatalog Result
The following output properties are available:
- string
- (String) URL for a banner image for this catalog.
- Catalog
Filters List<GetCm Catalog Catalog Filter> - (List) Filters for account and catalog filters. Nested schema for catalog_filters:
- Catalog
Icon stringUrl - (String) URL for an icon associated with this catalog.
- Created string
- (String) The date-time this catalog was created.
- Crn string
- (String) CRN associated with the catalog.
- Disabled bool
- (Boolean) Denotes whether a catalog is disabled.
- Features
List<Get
Cm Catalog Feature> - (List) List of features associated with this catalog. Nested scheme for features:
- Id string
- (String) Unique ID.
- Kind string
- (String) Kind of catalog. Supported kinds are offering and vpe.
- Label string
- (String) Label for this target account context.
- Label
I18n Dictionary<string, string> - Metadata Dictionary<string, string>
- (Map) Catalog specific metadata.
- Offerings
Url string - (String) URL path to offerings.
- Owning
Account string - (String) Account that owns catalog.
- Resource
Group stringId - (String) Resource group id the catalog is owned by.
- Rev string
- (String) Cloudant revision.
- Short
Description string - (String) Description in the requested language.
- Short
Description Dictionary<string, string>I18n - List<string>
- (List) List of tags associated with this catalog.
- Target
Account List<GetContexts Cm Catalog Target Account Context> - (List) List of target account contexts for this catalog. Nested scheme for target_account_contexts:
- Updated string
- (String) The date-time this catalog was last updated.
- Url string
- (String) The url for this specific catalog.
- Catalog
Identifier string
- string
- (String) URL for a banner image for this catalog.
- Catalog
Filters []GetCm Catalog Catalog Filter - (List) Filters for account and catalog filters. Nested schema for catalog_filters:
- Catalog
Icon stringUrl - (String) URL for an icon associated with this catalog.
- Created string
- (String) The date-time this catalog was created.
- Crn string
- (String) CRN associated with the catalog.
- Disabled bool
- (Boolean) Denotes whether a catalog is disabled.
- Features
[]Get
Cm Catalog Feature - (List) List of features associated with this catalog. Nested scheme for features:
- Id string
- (String) Unique ID.
- Kind string
- (String) Kind of catalog. Supported kinds are offering and vpe.
- Label string
- (String) Label for this target account context.
- Label
I18n map[string]string - Metadata map[string]string
- (Map) Catalog specific metadata.
- Offerings
Url string - (String) URL path to offerings.
- Owning
Account string - (String) Account that owns catalog.
- Resource
Group stringId - (String) Resource group id the catalog is owned by.
- Rev string
- (String) Cloudant revision.
- Short
Description string - (String) Description in the requested language.
- Short
Description map[string]stringI18n - []string
- (List) List of tags associated with this catalog.
- Target
Account []GetContexts Cm Catalog Target Account Context - (List) List of target account contexts for this catalog. Nested scheme for target_account_contexts:
- Updated string
- (String) The date-time this catalog was last updated.
- Url string
- (String) The url for this specific catalog.
- Catalog
Identifier string
- String
- (String) URL for a banner image for this catalog.
- catalog
Filters List<GetCm Catalog Catalog Filter> - (List) Filters for account and catalog filters. Nested schema for catalog_filters:
- catalog
Icon StringUrl - (String) URL for an icon associated with this catalog.
- created String
- (String) The date-time this catalog was created.
- crn String
- (String) CRN associated with the catalog.
- disabled Boolean
- (Boolean) Denotes whether a catalog is disabled.
- features
List<Get
Cm Catalog Feature> - (List) List of features associated with this catalog. Nested scheme for features:
- id String
- (String) Unique ID.
- kind String
- (String) Kind of catalog. Supported kinds are offering and vpe.
- label String
- (String) Label for this target account context.
- label
I18n Map<String,String> - metadata Map<String,String>
- (Map) Catalog specific metadata.
- offerings
Url String - (String) URL path to offerings.
- owning
Account String - (String) Account that owns catalog.
- resource
Group StringId - (String) Resource group id the catalog is owned by.
- rev String
- (String) Cloudant revision.
- short
Description String - (String) Description in the requested language.
- short
Description Map<String,String>I18n - List<String>
- (List) List of tags associated with this catalog.
- target
Account List<GetContexts Cm Catalog Target Account Context> - (List) List of target account contexts for this catalog. Nested scheme for target_account_contexts:
- updated String
- (String) The date-time this catalog was last updated.
- url String
- (String) The url for this specific catalog.
- catalog
Identifier String
- string
- (String) URL for a banner image for this catalog.
- catalog
Filters GetCm Catalog Catalog Filter[] - (List) Filters for account and catalog filters. Nested schema for catalog_filters:
- catalog
Icon stringUrl - (String) URL for an icon associated with this catalog.
- created string
- (String) The date-time this catalog was created.
- crn string
- (String) CRN associated with the catalog.
- disabled boolean
- (Boolean) Denotes whether a catalog is disabled.
- features
Get
Cm Catalog Feature[] - (List) List of features associated with this catalog. Nested scheme for features:
- id string
- (String) Unique ID.
- kind string
- (String) Kind of catalog. Supported kinds are offering and vpe.
- label string
- (String) Label for this target account context.
- label
I18n {[key: string]: string} - metadata {[key: string]: string}
- (Map) Catalog specific metadata.
- offerings
Url string - (String) URL path to offerings.
- owning
Account string - (String) Account that owns catalog.
- resource
Group stringId - (String) Resource group id the catalog is owned by.
- rev string
- (String) Cloudant revision.
- short
Description string - (String) Description in the requested language.
- short
Description {[key: string]: string}I18n - string[]
- (List) List of tags associated with this catalog.
- target
Account GetContexts Cm Catalog Target Account Context[] - (List) List of target account contexts for this catalog. Nested scheme for target_account_contexts:
- updated string
- (String) The date-time this catalog was last updated.
- url string
- (String) The url for this specific catalog.
- catalog
Identifier string
- str
- (String) URL for a banner image for this catalog.
- catalog_
filters Sequence[GetCm Catalog Catalog Filter] - (List) Filters for account and catalog filters. Nested schema for catalog_filters:
- catalog_
icon_ strurl - (String) URL for an icon associated with this catalog.
- created str
- (String) The date-time this catalog was created.
- crn str
- (String) CRN associated with the catalog.
- disabled bool
- (Boolean) Denotes whether a catalog is disabled.
- features
Sequence[Get
Cm Catalog Feature] - (List) List of features associated with this catalog. Nested scheme for features:
- id str
- (String) Unique ID.
- kind str
- (String) Kind of catalog. Supported kinds are offering and vpe.
- label str
- (String) Label for this target account context.
- label_
i18n Mapping[str, str] - metadata Mapping[str, str]
- (Map) Catalog specific metadata.
- offerings_
url str - (String) URL path to offerings.
- owning_
account str - (String) Account that owns catalog.
- resource_
group_ strid - (String) Resource group id the catalog is owned by.
- rev str
- (String) Cloudant revision.
- short_
description str - (String) Description in the requested language.
- short_
description_ Mapping[str, str]i18n - Sequence[str]
- (List) List of tags associated with this catalog.
- target_
account_ Sequence[Getcontexts Cm Catalog Target Account Context] - (List) List of target account contexts for this catalog. Nested scheme for target_account_contexts:
- updated str
- (String) The date-time this catalog was last updated.
- url str
- (String) The url for this specific catalog.
- catalog_
identifier str
- String
- (String) URL for a banner image for this catalog.
- catalog
Filters List<Property Map> - (List) Filters for account and catalog filters. Nested schema for catalog_filters:
- catalog
Icon StringUrl - (String) URL for an icon associated with this catalog.
- created String
- (String) The date-time this catalog was created.
- crn String
- (String) CRN associated with the catalog.
- disabled Boolean
- (Boolean) Denotes whether a catalog is disabled.
- features List<Property Map>
- (List) List of features associated with this catalog. Nested scheme for features:
- id String
- (String) Unique ID.
- kind String
- (String) Kind of catalog. Supported kinds are offering and vpe.
- label String
- (String) Label for this target account context.
- label
I18n Map<String> - metadata Map<String>
- (Map) Catalog specific metadata.
- offerings
Url String - (String) URL path to offerings.
- owning
Account String - (String) Account that owns catalog.
- resource
Group StringId - (String) Resource group id the catalog is owned by.
- rev String
- (String) Cloudant revision.
- short
Description String - (String) Description in the requested language.
- short
Description Map<String>I18n - List<String>
- (List) List of tags associated with this catalog.
- target
Account List<Property Map>Contexts - (List) List of target account contexts for this catalog. Nested scheme for target_account_contexts:
- updated String
- (String) The date-time this catalog was last updated.
- url String
- (String) The url for this specific catalog.
- catalog
Identifier String
Supporting Types
GetCmCatalogCatalogFilter
- Category
Filters List<GetCm Catalog Catalog Filter Category Filter> - (List) Filter against offering properties. Nested schema for category_filters:
- Id
Filters List<GetCm Catalog Catalog Filter Id Filter> - (List) Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
- Include
All bool - (Boolean) > true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
- Category
Filters []GetCm Catalog Catalog Filter Category Filter - (List) Filter against offering properties. Nested schema for category_filters:
- Id
Filters []GetCm Catalog Catalog Filter Id Filter - (List) Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
- Include
All bool - (Boolean) > true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
- category
Filters List<GetCm Catalog Catalog Filter Category Filter> - (List) Filter against offering properties. Nested schema for category_filters:
- id
Filters List<GetCm Catalog Catalog Filter Id Filter> - (List) Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
- include
All Boolean - (Boolean) > true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
- category
Filters GetCm Catalog Catalog Filter Category Filter[] - (List) Filter against offering properties. Nested schema for category_filters:
- id
Filters GetCm Catalog Catalog Filter Id Filter[] - (List) Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
- include
All boolean - (Boolean) > true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
- category_
filters Sequence[GetCm Catalog Catalog Filter Category Filter] - (List) Filter against offering properties. Nested schema for category_filters:
- id_
filters Sequence[GetCm Catalog Catalog Filter Id Filter] - (List) Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
- include_
all bool - (Boolean) > true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
- category
Filters List<Property Map> - (List) Filter against offering properties. Nested schema for category_filters:
- id
Filters List<Property Map> - (List) Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
- include
All Boolean - (Boolean) > true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
GetCmCatalogCatalogFilterCategoryFilter
- Category
Name string - (String) Name of the category.
- Filters
List<Get
Cm Catalog Catalog Filter Category Filter Filter> - (List) Filter terms related to the category. Nested schema for filter:
- Include bool
- (List) Offering filter terms. Nested schema for include:
- Category
Name string - (String) Name of the category.
- Filters
[]Get
Cm Catalog Catalog Filter Category Filter Filter - (List) Filter terms related to the category. Nested schema for filter:
- Include bool
- (List) Offering filter terms. Nested schema for include:
- category
Name String - (String) Name of the category.
- filters
List<Get
Cm Catalog Catalog Filter Category Filter Filter> - (List) Filter terms related to the category. Nested schema for filter:
- include Boolean
- (List) Offering filter terms. Nested schema for include:
- category
Name string - (String) Name of the category.
- filters
Get
Cm Catalog Catalog Filter Category Filter Filter[] - (List) Filter terms related to the category. Nested schema for filter:
- include boolean
- (List) Offering filter terms. Nested schema for include:
- category_
name str - (String) Name of the category.
- filters
Sequence[Get
Cm Catalog Catalog Filter Category Filter Filter] - (List) Filter terms related to the category. Nested schema for filter:
- include bool
- (List) Offering filter terms. Nested schema for include:
- category
Name String - (String) Name of the category.
- filters List<Property Map>
- (List) Filter terms related to the category. Nested schema for filter:
- include Boolean
- (List) Offering filter terms. Nested schema for include:
GetCmCatalogCatalogFilterCategoryFilterFilter
- Filter
Terms List<string> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- Filter
Terms []string - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms List<String> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms string[] - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter_
terms Sequence[str] - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms List<String> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
GetCmCatalogCatalogFilterIdFilter
- Excludes
List<Get
Cm Catalog Catalog Filter Id Filter Exclude> - (List) Offering filter terms. Nested schema for exclude:
- Includes
List<Get
Cm Catalog Catalog Filter Id Filter Include> - (List) Offering filter terms. Nested schema for include:
- Excludes
[]Get
Cm Catalog Catalog Filter Id Filter Exclude - (List) Offering filter terms. Nested schema for exclude:
- Includes
[]Get
Cm Catalog Catalog Filter Id Filter Include - (List) Offering filter terms. Nested schema for include:
- excludes
List<Get
Cm Catalog Catalog Filter Id Filter Exclude> - (List) Offering filter terms. Nested schema for exclude:
- includes
List<Get
Cm Catalog Catalog Filter Id Filter Include> - (List) Offering filter terms. Nested schema for include:
- excludes
Get
Cm Catalog Catalog Filter Id Filter Exclude[] - (List) Offering filter terms. Nested schema for exclude:
- includes
Get
Cm Catalog Catalog Filter Id Filter Include[] - (List) Offering filter terms. Nested schema for include:
- excludes
Sequence[Get
Cm Catalog Catalog Filter Id Filter Exclude] - (List) Offering filter terms. Nested schema for exclude:
- includes
Sequence[Get
Cm Catalog Catalog Filter Id Filter Include] - (List) Offering filter terms. Nested schema for include:
- excludes List<Property Map>
- (List) Offering filter terms. Nested schema for exclude:
- includes List<Property Map>
- (List) Offering filter terms. Nested schema for include:
GetCmCatalogCatalogFilterIdFilterExclude
- Filter
Terms List<string> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- Filter
Terms []string - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms List<String> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms string[] - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter_
terms Sequence[str] - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms List<String> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
GetCmCatalogCatalogFilterIdFilterInclude
- Filter
Terms List<string> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- Filter
Terms []string - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms List<String> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms string[] - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter_
terms Sequence[str] - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
- filter
Terms List<String> - (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
GetCmCatalogFeature
- Description string
- (String) Feature description.
- Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
- Title string
- (String) Heading.
- Title
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
- Description string
- (String) Feature description.
- Description
I18n map[string]string - (Map) A map of translated strings, by language code.
- Title string
- (String) Heading.
- Title
I18n map[string]string - (Map) A map of translated strings, by language code.
- description String
- (String) Feature description.
- description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
- title String
- (String) Heading.
- title
I18n Map<String,String> - (Map) A map of translated strings, by language code.
- description string
- (String) Feature description.
- description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
- title string
- (String) Heading.
- title
I18n {[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.
- description
I18n Map<String> - (Map) A map of translated strings, by language code.
- title String
- (String) Heading.
- title
I18n Map<String> - (Map) A map of translated strings, by language code.
GetCmCatalogTargetAccountContext
- Api
Key string - (String) API key of the target account.
- Label string
- Catalog label.
- Name string
- (String) Unique name/identifier for this target account context.
- Project
Id string - (String) Project ID.
- Trusted
Profiles List<GetCm Catalog Target Account Context Trusted Profile> - (List) Trusted profile information. Nested scheme for trusted_profile:
- Api
Key string - (String) API key of the target account.
- Label string
- Catalog label.
- Name string
- (String) Unique name/identifier for this target account context.
- Project
Id string - (String) Project ID.
- Trusted
Profiles []GetCm Catalog Target Account Context Trusted Profile - (List) Trusted profile information. Nested scheme for trusted_profile:
- api
Key String - (String) API key of the target account.
- label String
- Catalog label.
- name String
- (String) Unique name/identifier for this target account context.
- project
Id String - (String) Project ID.
- trusted
Profiles List<GetCm Catalog Target Account Context Trusted Profile> - (List) Trusted profile information. Nested scheme for trusted_profile:
- api
Key string - (String) API key of the target account.
- label string
- Catalog label.
- name string
- (String) Unique name/identifier for this target account context.
- project
Id string - (String) Project ID.
- trusted
Profiles GetCm Catalog Target Account Context Trusted Profile[] - (List) Trusted profile information. Nested scheme for trusted_profile:
- api_
key str - (String) API key of the target account.
- label str
- Catalog label.
- name str
- (String) Unique name/identifier for this target account context.
- project_
id str - (String) Project ID.
- trusted_
profiles Sequence[GetCm Catalog Target Account Context Trusted Profile] - (List) Trusted profile information. Nested scheme for trusted_profile:
- api
Key String - (String) API key of the target account.
- label String
- Catalog label.
- name String
- (String) Unique name/identifier for this target account context.
- project
Id String - (String) Project ID.
- trusted
Profiles List<Property Map> - (List) Trusted profile information. Nested scheme for trusted_profile:
GetCmCatalogTargetAccountContextTrustedProfile
- Catalog
Crn string - (String) CRN of this catalog.
- Catalog
Name string - (String) Name of this catalog.
- Target
Service stringId - (String) Target service ID.
- Trusted
Profile stringId - (String) Trusted profile ID.
- Catalog
Crn string - (String) CRN of this catalog.
- Catalog
Name string - (String) Name of this catalog.
- Target
Service stringId - (String) Target service ID.
- Trusted
Profile stringId - (String) Trusted profile ID.
- catalog
Crn String - (String) CRN of this catalog.
- catalog
Name String - (String) Name of this catalog.
- target
Service StringId - (String) Target service ID.
- trusted
Profile StringId - (String) Trusted profile ID.
- catalog
Crn string - (String) CRN of this catalog.
- catalog
Name string - (String) Name of this catalog.
- target
Service stringId - (String) Target service ID.
- trusted
Profile stringId - (String) Trusted profile ID.
- catalog_
crn str - (String) CRN of this catalog.
- catalog_
name str - (String) Name of this catalog.
- target_
service_ strid - (String) Target service ID.
- trusted_
profile_ strid - (String) Trusted profile ID.
- catalog
Crn String - (String) CRN of this catalog.
- catalog
Name String - (String) Name of this catalog.
- target
Service StringId - (String) Target service ID.
- trusted
Profile StringId - (String) Trusted profile ID.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.