ibm 1.87.0-beta0 published on Friday, Dec 19, 2025 by ibm-cloud
ibm 1.87.0-beta0 published on Friday, Dec 19, 2025 by ibm-cloud
Using getSccReportResources
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 getSccReportResources(args: GetSccReportResourcesArgs, opts?: InvokeOptions): Promise<GetSccReportResourcesResult>
function getSccReportResourcesOutput(args: GetSccReportResourcesOutputArgs, opts?: InvokeOptions): Output<GetSccReportResourcesResult>def get_scc_report_resources(account_id: Optional[str] = None,
component_id: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
report_id: Optional[str] = None,
resource_name: Optional[str] = None,
sort: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccReportResourcesResult
def get_scc_report_resources_output(account_id: Optional[pulumi.Input[str]] = None,
component_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
report_id: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
sort: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccReportResourcesResult]func GetSccReportResources(ctx *Context, args *GetSccReportResourcesArgs, opts ...InvokeOption) (*GetSccReportResourcesResult, error)
func GetSccReportResourcesOutput(ctx *Context, args *GetSccReportResourcesOutputArgs, opts ...InvokeOption) GetSccReportResourcesResultOutput> Note: This function is named GetSccReportResources in the Go SDK.
public static class GetSccReportResources
{
public static Task<GetSccReportResourcesResult> InvokeAsync(GetSccReportResourcesArgs args, InvokeOptions? opts = null)
public static Output<GetSccReportResourcesResult> Invoke(GetSccReportResourcesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccReportResourcesResult> getSccReportResources(GetSccReportResourcesArgs args, InvokeOptions options)
public static Output<GetSccReportResourcesResult> getSccReportResources(GetSccReportResourcesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccReportResources:getSccReportResources
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Report
Id string - Account
Id string - Component
Id string - Id string
- Resource
Name string - Sort string
- Status string
- Instance
Id string - Report
Id string - Account
Id string - Component
Id string - Id string
- Resource
Name string - Sort string
- Status string
- instance
Id String - report
Id String - account
Id String - component
Id String - id String
- resource
Name String - sort String
- status String
- instance
Id string - report
Id string - account
Id string - component
Id string - id string
- resource
Name string - sort string
- status string
- instance_
id str - report_
id str - account_
id str - component_
id str - id str
- resource_
name str - sort str
- status str
- instance
Id String - report
Id String - account
Id String - component
Id String - id String
- resource
Name String - sort String
- status String
getSccReportResources Result
The following output properties are available:
- Firsts
List<Get
Scc Report Resources First> - Home
Account stringId - Instance
Id string - Report
Id string - Resources
List<Get
Scc Report Resources Resource> - Account
Id string - Component
Id string - Id string
- Resource
Name string - Sort string
- Status string
- Firsts
[]Get
Scc Report Resources First - Home
Account stringId - Instance
Id string - Report
Id string - Resources
[]Get
Scc Report Resources Resource - Account
Id string - Component
Id string - Id string
- Resource
Name string - Sort string
- Status string
- firsts
List<Get
Scc Report Resources First> - home
Account StringId - instance
Id String - report
Id String - resources
List<Get
Scc Report Resources Resource> - account
Id String - component
Id String - id String
- resource
Name String - sort String
- status String
- firsts
Get
Scc Report Resources First[] - home
Account stringId - instance
Id string - report
Id string - resources
Get
Scc Report Resources Resource[] - account
Id string - component
Id string - id string
- resource
Name string - sort string
- status string
- firsts List<Property Map>
- home
Account StringId - instance
Id String - report
Id String - resources List<Property Map>
- account
Id String - component
Id String - id String
- resource
Name String - sort String
- status String
Supporting Types
GetSccReportResourcesFirst
- Href string
- Href string
- href String
- href string
- href str
- href String
GetSccReportResourcesResource
- Accounts
List<Get
Scc Report Resources Resource Account> - Completed
Count double - Component
Id string - Environment string
- Error
Count double - Failure
Count double - Id string
- Pass
Count double - Report
Id string - Resource
Name string - Status string
- Total
Count double
- Accounts
[]Get
Scc Report Resources Resource Account - Completed
Count float64 - Component
Id string - Environment string
- Error
Count float64 - Failure
Count float64 - Id string
- Pass
Count float64 - Report
Id string - Resource
Name string - Status string
- Total
Count float64
- accounts
List<Get
Scc Report Resources Resource Account> - completed
Count Double - component
Id String - environment String
- error
Count Double - failure
Count Double - id String
- pass
Count Double - report
Id String - resource
Name String - status String
- total
Count Double
- accounts
Get
Scc Report Resources Resource Account[] - completed
Count number - component
Id string - environment string
- error
Count number - failure
Count number - id string
- pass
Count number - report
Id string - resource
Name string - status string
- total
Count number
- accounts
Sequence[Get
Scc Report Resources Resource Account] - completed_
count float - component_
id str - environment str
- error_
count float - failure_
count float - id str
- pass_
count float - report_
id str - resource_
name str - status str
- total_
count float
- accounts List<Property Map>
- completed
Count Number - component
Id String - environment String
- error
Count Number - failure
Count Number - id String
- pass
Count Number - report
Id String - resource
Name String - status String
- total
Count Number
GetSccReportResourcesResourceAccount
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.0-beta0 published on Friday, Dec 19, 2025 by ibm-cloud
