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 getSccReportRule
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 getSccReportRule(args: GetSccReportRuleArgs, opts?: InvokeOptions): Promise<GetSccReportRuleResult>
function getSccReportRuleOutput(args: GetSccReportRuleOutputArgs, opts?: InvokeOptions): Output<GetSccReportRuleResult>def get_scc_report_rule(instance_id: Optional[str] = None,
report_id: Optional[str] = None,
rule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccReportRuleResult
def get_scc_report_rule_output(instance_id: Optional[pulumi.Input[str]] = None,
report_id: Optional[pulumi.Input[str]] = None,
rule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccReportRuleResult]func GetSccReportRule(ctx *Context, args *GetSccReportRuleArgs, opts ...InvokeOption) (*GetSccReportRuleResult, error)
func GetSccReportRuleOutput(ctx *Context, args *GetSccReportRuleOutputArgs, opts ...InvokeOption) GetSccReportRuleResultOutput> Note: This function is named GetSccReportRule in the Go SDK.
public static class GetSccReportRule
{
public static Task<GetSccReportRuleResult> InvokeAsync(GetSccReportRuleArgs args, InvokeOptions? opts = null)
public static Output<GetSccReportRuleResult> Invoke(GetSccReportRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccReportRuleResult> getSccReportRule(GetSccReportRuleArgs args, InvokeOptions options)
public static Output<GetSccReportRuleResult> getSccReportRule(GetSccReportRuleArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccReportRule:getSccReportRule
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Report
Id string - Rule
Id string
- Instance
Id string - Report
Id string - Rule
Id string
- instance
Id String - report
Id String - rule
Id String
- instance
Id string - report
Id string - rule
Id string
- instance_
id str - report_
id str - rule_
id str
- instance
Id String - report
Id String - rule
Id String
getSccReportRule Result
The following output properties are available:
- account_
id str - created_
by str - created_
on str - description str
- id str
- instance_
id str - labels Sequence[str]
- report_
id str - rule_
id str - type str
- updated_
by str - updated_
on str - version str
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
