ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
Using getSccProviderType
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 getSccProviderType(args: GetSccProviderTypeArgs, opts?: InvokeOptions): Promise<GetSccProviderTypeResult>
function getSccProviderTypeOutput(args: GetSccProviderTypeOutputArgs, opts?: InvokeOptions): Output<GetSccProviderTypeResult>def get_scc_provider_type(instance_id: Optional[str] = None,
provider_type_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProviderTypeResult
def get_scc_provider_type_output(instance_id: Optional[pulumi.Input[str]] = None,
provider_type_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProviderTypeResult]func GetSccProviderType(ctx *Context, args *GetSccProviderTypeArgs, opts ...InvokeOption) (*GetSccProviderTypeResult, error)
func GetSccProviderTypeOutput(ctx *Context, args *GetSccProviderTypeOutputArgs, opts ...InvokeOption) GetSccProviderTypeResultOutput> Note: This function is named GetSccProviderType in the Go SDK.
public static class GetSccProviderType
{
public static Task<GetSccProviderTypeResult> InvokeAsync(GetSccProviderTypeArgs args, InvokeOptions? opts = null)
public static Output<GetSccProviderTypeResult> Invoke(GetSccProviderTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccProviderTypeResult> getSccProviderType(GetSccProviderTypeArgs args, InvokeOptions options)
public static Output<GetSccProviderTypeResult> getSccProviderType(GetSccProviderTypeArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProviderType:getSccProviderType
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Provider
Type stringId
- Instance
Id string - Provider
Type stringId
- instance
Id String - provider
Type StringId
- instance
Id string - provider
Type stringId
- instance_
id str - provider_
type_ strid
- instance
Id String - provider
Type StringId
getSccProviderType Result
The following output properties are available:
- Attributes Dictionary<string, string>
- Created
At string - Data
Type string - Description string
- Icon string
- Id string
- Instance
Id string - Instance
Limit double - Labels
List<Get
Scc Provider Type Label> - Mode string
- Name string
- Provider
Type stringId - 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
Id string - Instance
Limit float64 - Labels
[]Get
Scc Provider Type Label - Mode string
- Name string
- Provider
Type stringId - 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
Id String - instance
Limit Double - labels
List<Get
Scc Provider Type Label> - mode String
- name String
- provider
Type StringId - 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
Id string - instance
Limit number - labels
Get
Scc Provider Type Label[] - mode string
- name string
- provider
Type stringId - 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_
id str - instance_
limit float - labels
Sequence[Get
Scc Provider Type Label] - mode str
- name str
- provider_
type_ strid - s2s_
enabled bool - type str
- updated_
at str
- attributes Map<String>
- created
At String - data
Type String - description String
- icon String
- id String
- instance
Id String - instance
Limit Number - labels List<Property Map>
- mode String
- name String
- provider
Type StringId - s2s
Enabled Boolean - type String
- updated
At String
Supporting Types
GetSccProviderTypeLabel
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
