ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
Using getSccLatestReports
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 getSccLatestReports(args: GetSccLatestReportsArgs, opts?: InvokeOptions): Promise<GetSccLatestReportsResult>
function getSccLatestReportsOutput(args: GetSccLatestReportsOutputArgs, opts?: InvokeOptions): Output<GetSccLatestReportsResult>def get_scc_latest_reports(id: Optional[str] = None,
instance_id: Optional[str] = None,
sort: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccLatestReportsResult
def get_scc_latest_reports_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
sort: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccLatestReportsResult]func GetSccLatestReports(ctx *Context, args *GetSccLatestReportsArgs, opts ...InvokeOption) (*GetSccLatestReportsResult, error)
func GetSccLatestReportsOutput(ctx *Context, args *GetSccLatestReportsOutputArgs, opts ...InvokeOption) GetSccLatestReportsResultOutput> Note: This function is named GetSccLatestReports in the Go SDK.
public static class GetSccLatestReports
{
public static Task<GetSccLatestReportsResult> InvokeAsync(GetSccLatestReportsArgs args, InvokeOptions? opts = null)
public static Output<GetSccLatestReportsResult> Invoke(GetSccLatestReportsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccLatestReportsResult> getSccLatestReports(GetSccLatestReportsArgs args, InvokeOptions options)
public static Output<GetSccLatestReportsResult> getSccLatestReports(GetSccLatestReportsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccLatestReports:getSccLatestReports
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Id string
- Sort string
- Instance
Id string - Id string
- Sort string
- instance
Id String - id String
- sort String
- instance
Id string - id string
- sort string
- instance_
id str - id str
- sort str
- instance
Id String - id String
- sort String
getSccLatestReports Result
The following output properties are available:
Supporting Types
GetSccLatestReportsControlsSummary
- Compliant
Count double - Not
Compliant doubleCount - Status string
- Total
Count double - Unable
To doublePerform Count - User
Evaluation doubleRequired Count
- Compliant
Count float64 - Not
Compliant float64Count - Status string
- Total
Count float64 - Unable
To float64Perform Count - User
Evaluation float64Required Count
- compliant
Count Double - not
Compliant DoubleCount - status String
- total
Count Double - unable
To DoublePerform Count - user
Evaluation DoubleRequired Count
- compliant
Count number - not
Compliant numberCount - status string
- total
Count number - unable
To numberPerform Count - user
Evaluation numberRequired Count
- compliant_
count float - not_
compliant_ floatcount - status str
- total_
count float - unable_
to_ floatperform_ count - user_
evaluation_ floatrequired_ count
- compliant
Count Number - not
Compliant NumberCount - status String
- total
Count Number - unable
To NumberPerform Count - user
Evaluation NumberRequired Count
GetSccLatestReportsEvaluationsSummary
- Completed
Count double - Error
Count double - Failure
Count double - Pass
Count double - Status string
- Total
Count double
- Completed
Count float64 - Error
Count float64 - Failure
Count float64 - Pass
Count float64 - Status string
- Total
Count float64
- completed
Count Double - error
Count Double - failure
Count Double - pass
Count Double - status String
- total
Count Double
- completed
Count number - error
Count number - failure
Count number - pass
Count number - status string
- total
Count number
- completed_
count float - error_
count float - failure_
count float - pass_
count float - status str
- total_
count float
- completed
Count Number - error
Count Number - failure
Count Number - pass
Count Number - status String
- total
Count Number
GetSccLatestReportsReport
- Accounts
List<Get
Scc Latest Reports Report Account> - Attachments
List<Get
Scc Latest Reports Report Attachment> - Cos
Object string - Created
On string - Group
Id string - Id string
- Instance
Id string - Profiles
List<Get
Scc Latest Reports Report Profile> - Scan
Time string - Type string
- Accounts
[]Get
Scc Latest Reports Report Account - Attachments
[]Get
Scc Latest Reports Report Attachment - Cos
Object string - Created
On string - Group
Id string - Id string
- Instance
Id string - Profiles
[]Get
Scc Latest Reports Report Profile - Scan
Time string - Type string
- accounts
List<Get
Scc Latest Reports Report Account> - attachments
List<Get
Scc Latest Reports Report Attachment> - cos
Object String - created
On String - group
Id String - id String
- instance
Id String - profiles
List<Get
Scc Latest Reports Report Profile> - scan
Time String - type String
- accounts
Get
Scc Latest Reports Report Account[] - attachments
Get
Scc Latest Reports Report Attachment[] - cos
Object string - created
On string - group
Id string - id string
- instance
Id string - profiles
Get
Scc Latest Reports Report Profile[] - scan
Time string - type string
- accounts List<Property Map>
- attachments List<Property Map>
- cos
Object String - created
On String - group
Id String - id String
- instance
Id String - profiles List<Property Map>
- scan
Time String - type String
GetSccLatestReportsReportAccount
GetSccLatestReportsReportAttachment
- Description string
- Id string
- Name string
- Schedule string
- Scopes
List<Get
Scc Latest Reports Report Attachment Scope>
- Description string
- Id string
- Name string
- Schedule string
- Scopes
[]Get
Scc Latest Reports Report Attachment Scope
- description String
- id String
- name String
- schedule String
- scopes
List<Get
Scc Latest Reports Report Attachment Scope>
- description string
- id string
- name string
- schedule string
- scopes
Get
Scc Latest Reports Report Attachment Scope[]
- description String
- id String
- name String
- schedule String
- scopes List<Property Map>
GetSccLatestReportsReportAttachmentScope
- environment String
- id String
- properties List<Property Map>
GetSccLatestReportsReportAttachmentScopeProperty
GetSccLatestReportsReportProfile
GetSccLatestReportsScore
- Passed double
- Percent double
- Total
Count double
- Passed float64
- Percent float64
- Total
Count float64
- passed Double
- percent Double
- total
Count Double
- passed number
- percent number
- total
Count number
- passed float
- percent float
- total_
count float
- passed Number
- percent Number
- total
Count Number
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
