ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
Using getSccProviderTypeCollection
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 getSccProviderTypeCollection(args: GetSccProviderTypeCollectionArgs, opts?: InvokeOptions): Promise<GetSccProviderTypeCollectionResult>
function getSccProviderTypeCollectionOutput(args: GetSccProviderTypeCollectionOutputArgs, opts?: InvokeOptions): Output<GetSccProviderTypeCollectionResult>def get_scc_provider_type_collection(id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProviderTypeCollectionResult
def get_scc_provider_type_collection_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProviderTypeCollectionResult]func GetSccProviderTypeCollection(ctx *Context, args *GetSccProviderTypeCollectionArgs, opts ...InvokeOption) (*GetSccProviderTypeCollectionResult, error)
func GetSccProviderTypeCollectionOutput(ctx *Context, args *GetSccProviderTypeCollectionOutputArgs, opts ...InvokeOption) GetSccProviderTypeCollectionResultOutput> Note: This function is named GetSccProviderTypeCollection in the Go SDK.
public static class GetSccProviderTypeCollection
{
public static Task<GetSccProviderTypeCollectionResult> InvokeAsync(GetSccProviderTypeCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetSccProviderTypeCollectionResult> Invoke(GetSccProviderTypeCollectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccProviderTypeCollectionResult> getSccProviderTypeCollection(GetSccProviderTypeCollectionArgs args, InvokeOptions options)
public static Output<GetSccProviderTypeCollectionResult> getSccProviderTypeCollection(GetSccProviderTypeCollectionArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProviderTypeCollection:getSccProviderTypeCollection
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Id string
- Instance
Id string - Id string
- instance
Id String - id String
- instance
Id string - id string
- instance_
id str - id str
- instance
Id String - id String
getSccProviderTypeCollection Result
The following output properties are available:
- id String
- instance
Id String - provider
Types List<Property Map>
Supporting Types
GetSccProviderTypeCollectionProviderType
- Attributes Dictionary<string, string>
- Created
At string - Data
Type string - Description string
- Icon string
- Id string
- Instance
Limit double - Labels
List<Get
Scc Provider Type Collection Provider Type Label> - Mode string
- Name string
- S2s
Enabled bool - Type string
- Updated
At string
- Attributes map[string]string
- Created
At string - Data
Type string - Description string
- Icon string
- Id string
- Instance
Limit float64 - Labels
[]Get
Scc Provider Type Collection Provider Type Label - Mode string
- Name string
- S2s
Enabled bool - Type string
- Updated
At string
- attributes Map<String,String>
- created
At String - data
Type String - description String
- icon String
- id String
- instance
Limit Double - labels
List<Get
Scc Provider Type Collection Provider Type Label> - mode String
- name String
- s2s
Enabled Boolean - type String
- updated
At String
- attributes {[key: string]: string}
- created
At string - data
Type string - description string
- icon string
- id string
- instance
Limit number - labels
Get
Scc Provider Type Collection Provider Type Label[] - mode string
- name string
- s2s
Enabled boolean - type string
- updated
At string
- attributes Mapping[str, str]
- created_
at str - data_
type str - description str
- icon str
- id str
- instance_
limit float - labels
Sequence[Get
Scc Provider Type Collection Provider Type Label] - mode str
- name str
- s2s_
enabled bool - type str
- updated_
at str
- attributes Map<String>
- created
At String - data
Type String - description String
- icon String
- id String
- instance
Limit Number - labels List<Property Map>
- mode String
- name String
- s2s
Enabled Boolean - type String
- updated
At String
GetSccProviderTypeCollectionProviderTypeLabel
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
