ibm 1.87.3 published on Wednesday, Jan 28, 2026 by ibm-cloud
ibm 1.87.3 published on Wednesday, Jan 28, 2026 by ibm-cloud
Using getSccReport
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 getSccReport(args: GetSccReportArgs, opts?: InvokeOptions): Promise<GetSccReportResult>
function getSccReportOutput(args: GetSccReportOutputArgs, opts?: InvokeOptions): Output<GetSccReportResult>def get_scc_report(instance_id: Optional[str] = None,
report_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccReportResult
def get_scc_report_output(instance_id: Optional[pulumi.Input[str]] = None,
report_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccReportResult]func GetSccReport(ctx *Context, args *GetSccReportArgs, opts ...InvokeOption) (*GetSccReportResult, error)
func GetSccReportOutput(ctx *Context, args *GetSccReportOutputArgs, opts ...InvokeOption) GetSccReportResultOutput> Note: This function is named GetSccReport in the Go SDK.
public static class GetSccReport
{
public static Task<GetSccReportResult> InvokeAsync(GetSccReportArgs args, InvokeOptions? opts = null)
public static Output<GetSccReportResult> Invoke(GetSccReportInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccReportResult> getSccReport(GetSccReportArgs args, InvokeOptions options)
public static Output<GetSccReportResult> getSccReport(GetSccReportArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccReport:getSccReport
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Report
Id string
- Instance
Id string - Report
Id string
- instance
Id String - report
Id String
- instance
Id string - report
Id string
- instance_
id str - report_
id str
- instance
Id String - report
Id String
getSccReport Result
The following output properties are available:
- Accounts
List<Get
Scc Report Account> - Attachments
List<Get
Scc Report Attachment> - Cos
Object string - Created
On string - Group
Id string - Id string
- Instance
Id string - Profiles
List<Get
Scc Report Profile> - Report
Id string - Scan
Time string - Type string
- Accounts
[]Get
Scc Report Account - Attachments
[]Get
Scc Report Attachment - Cos
Object string - Created
On string - Group
Id string - Id string
- Instance
Id string - Profiles
[]Get
Scc Report Profile - Report
Id string - Scan
Time string - Type string
- accounts
List<Get
Scc Report Account> - attachments
List<Get
Scc Report Attachment> - cos
Object String - created
On String - group
Id String - id String
- instance
Id String - profiles
List<Get
Scc Report Profile> - report
Id String - scan
Time String - type String
- accounts
Get
Scc Report Account[] - attachments
Get
Scc Report Attachment[] - cos
Object string - created
On string - group
Id string - id string
- instance
Id string - profiles
Get
Scc Report Profile[] - report
Id string - 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>
- report
Id String - scan
Time String - type String
Supporting Types
GetSccReportAccount
GetSccReportAttachment
- Description string
- Id string
- Name string
- Schedule string
- Scopes
List<Get
Scc Report Attachment Scope>
- Description string
- Id string
- Name string
- Schedule string
- Scopes
[]Get
Scc Report Attachment Scope
- description String
- id String
- name String
- schedule String
- scopes
List<Get
Scc Report Attachment Scope>
- description string
- id string
- name string
- schedule string
- scopes
Get
Scc Report Attachment Scope[]
- description str
- id str
- name str
- schedule str
- scopes
Sequence[Get
Scc Report Attachment Scope]
- description String
- id String
- name String
- schedule String
- scopes List<Property Map>
GetSccReportAttachmentScope
- Environment string
- Id string
- Properties
[]Get
Scc Report Attachment Scope Property
- environment string
- id string
- properties
Get
Scc Report Attachment Scope Property[]
- environment String
- id String
- properties List<Property Map>
GetSccReportAttachmentScopeProperty
GetSccReportProfile
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.3 published on Wednesday, Jan 28, 2026 by ibm-cloud
