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 getSccProviderTypes
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 getSccProviderTypes(args: GetSccProviderTypesArgs, opts?: InvokeOptions): Promise<GetSccProviderTypesResult>
function getSccProviderTypesOutput(args: GetSccProviderTypesOutputArgs, opts?: InvokeOptions): Output<GetSccProviderTypesResult>def get_scc_provider_types(id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProviderTypesResult
def get_scc_provider_types_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProviderTypesResult]func GetSccProviderTypes(ctx *Context, args *GetSccProviderTypesArgs, opts ...InvokeOption) (*GetSccProviderTypesResult, error)
func GetSccProviderTypesOutput(ctx *Context, args *GetSccProviderTypesOutputArgs, opts ...InvokeOption) GetSccProviderTypesResultOutput> Note: This function is named GetSccProviderTypes in the Go SDK.
public static class GetSccProviderTypes
{
public static Task<GetSccProviderTypesResult> InvokeAsync(GetSccProviderTypesArgs args, InvokeOptions? opts = null)
public static Output<GetSccProviderTypesResult> Invoke(GetSccProviderTypesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccProviderTypesResult> getSccProviderTypes(GetSccProviderTypesArgs args, InvokeOptions options)
public static Output<GetSccProviderTypesResult> getSccProviderTypes(GetSccProviderTypesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProviderTypes:getSccProviderTypes
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
getSccProviderTypes Result
The following output properties are available:
- Id string
- Instance
Id string - Provider
Types []GetScc Provider Types Provider Type
- id string
- instance
Id string - provider
Types GetScc Provider Types Provider Type[]
- id String
- instance
Id String - provider
Types List<Property Map>
Supporting Types
GetSccProviderTypesProviderType
- Attributes Dictionary<string, string>
- Created
At string - Data
Type string - Description string
- Id string
- Instance
Limit double - Labels
List<Get
Scc Provider Types 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
- Id string
- Instance
Limit float64 - Labels
[]Get
Scc Provider Types 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
- id String
- instance
Limit Double - labels
List<Get
Scc Provider Types 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
- id string
- instance
Limit number - labels
Get
Scc Provider Types 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
- id str
- instance_
limit float - labels
Sequence[Get
Scc Provider Types 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
- id String
- instance
Limit Number - labels List<Property Map>
- mode String
- name String
- s2s
Enabled Boolean - type String
- updated
At String
GetSccProviderTypesProviderTypeLabel
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
