ibm.getSccReportControls
Explore with Pulumi AI
Retrieve information about report controls from a read-only data source. Then, you can reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
NOTE: Security Compliance Center is a regional service. Please specify the IBM Cloud Provider attribute
region
to target another region. Else, exporting the environmental variable IBMCLOUD_SCC_API_ENDPOINT will also override which region is being targeted for all ibm providers(ex.export IBMCLOUD_SCC_API_ENDPOINT=https://eu-es.compliance.cloud.ibm.com
).
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const sccReportControls = ibm.getSccReportControls({
instanceId: "00000000-1111-2222-3333-444444444444",
reportId: "report_id",
status: "compliant",
});
import pulumi
import pulumi_ibm as ibm
scc_report_controls = ibm.get_scc_report_controls(instance_id="00000000-1111-2222-3333-444444444444",
report_id="report_id",
status="compliant")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetSccReportControls(ctx, &ibm.GetSccReportControlsArgs{
InstanceId: "00000000-1111-2222-3333-444444444444",
ReportId: "report_id",
Status: pulumi.StringRef("compliant"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var sccReportControls = Ibm.GetSccReportControls.Invoke(new()
{
InstanceId = "00000000-1111-2222-3333-444444444444",
ReportId = "report_id",
Status = "compliant",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSccReportControlsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var sccReportControls = IbmFunctions.getSccReportControls(GetSccReportControlsArgs.builder()
.instanceId("00000000-1111-2222-3333-444444444444")
.reportId("report_id")
.status("compliant")
.build());
}
}
variables:
sccReportControls:
fn::invoke:
function: ibm:getSccReportControls
arguments:
instanceId: 00000000-1111-2222-3333-444444444444
reportId: report_id
status: compliant
Using getSccReportControls
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 getSccReportControls(args: GetSccReportControlsArgs, opts?: InvokeOptions): Promise<GetSccReportControlsResult>
function getSccReportControlsOutput(args: GetSccReportControlsOutputArgs, opts?: InvokeOptions): Output<GetSccReportControlsResult>
def get_scc_report_controls(control_category: Optional[str] = None,
control_description: Optional[str] = None,
control_id: Optional[str] = None,
control_name: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
report_id: Optional[str] = None,
sort: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccReportControlsResult
def get_scc_report_controls_output(control_category: Optional[pulumi.Input[str]] = None,
control_description: Optional[pulumi.Input[str]] = None,
control_id: Optional[pulumi.Input[str]] = None,
control_name: 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,
sort: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccReportControlsResult]
func GetSccReportControls(ctx *Context, args *GetSccReportControlsArgs, opts ...InvokeOption) (*GetSccReportControlsResult, error)
func GetSccReportControlsOutput(ctx *Context, args *GetSccReportControlsOutputArgs, opts ...InvokeOption) GetSccReportControlsResultOutput
> Note: This function is named GetSccReportControls
in the Go SDK.
public static class GetSccReportControls
{
public static Task<GetSccReportControlsResult> InvokeAsync(GetSccReportControlsArgs args, InvokeOptions? opts = null)
public static Output<GetSccReportControlsResult> Invoke(GetSccReportControlsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSccReportControlsResult> getSccReportControls(GetSccReportControlsArgs args, InvokeOptions options)
public static Output<GetSccReportControlsResult> getSccReportControls(GetSccReportControlsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccReportControls:getSccReportControls
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - The ID of the SCC instance in a particular region.
- Report
Id string - The ID of the scan that is associated with a report.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Category string - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Description string - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- Control
Id string - The ID of the control.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Name string - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The control ID.
- Sort string
- This field sorts controls by using a valid sort field. To learn more, see Sorting.
- Constraints: Allowable values are:
control_name
,control_category
,status
.
- Constraints: Allowable values are:
- Status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- Instance
Id string - The ID of the SCC instance in a particular region.
- Report
Id string - The ID of the scan that is associated with a report.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Category string - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Description string - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- Control
Id string - The ID of the control.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Name string - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The control ID.
- Sort string
- This field sorts controls by using a valid sort field. To learn more, see Sorting.
- Constraints: Allowable values are:
control_name
,control_category
,status
.
- Constraints: Allowable values are:
- Status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- instance
Id String - The ID of the SCC instance in a particular region.
- report
Id String - The ID of the scan that is associated with a report.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Category String - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Description String - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control
Id String - The ID of the control.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Name String - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- id String
- (String) The control ID.
- sort String
- This field sorts controls by using a valid sort field. To learn more, see Sorting.
- Constraints: Allowable values are:
control_name
,control_category
,status
.
- Constraints: Allowable values are:
- status String
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- instance
Id string - The ID of the SCC instance in a particular region.
- report
Id string - The ID of the scan that is associated with a report.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Category string - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Description string - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control
Id string - The ID of the control.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Name string - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- id string
- (String) The control ID.
- sort string
- This field sorts controls by using a valid sort field. To learn more, see Sorting.
- Constraints: Allowable values are:
control_name
,control_category
,status
.
- Constraints: Allowable values are:
- status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- instance_
id str - The ID of the SCC instance in a particular region.
- report_
id str - The ID of the scan that is associated with a report.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control_
category str - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control_
description str - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control_
id str - The ID of the control.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control_
name str - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- id str
- (String) The control ID.
- sort str
- This field sorts controls by using a valid sort field. To learn more, see Sorting.
- Constraints: Allowable values are:
control_name
,control_category
,status
.
- Constraints: Allowable values are:
- status str
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- instance
Id String - The ID of the SCC instance in a particular region.
- report
Id String - The ID of the scan that is associated with a report.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Category String - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Description String - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control
Id String - The ID of the control.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Name String - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- id String
- (String) The control ID.
- sort String
- This field sorts controls by using a valid sort field. To learn more, see Sorting.
- Constraints: Allowable values are:
control_name
,control_category
,status
.
- Constraints: Allowable values are:
- status String
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
getSccReportControls Result
The following output properties are available:
- Compliant
Count double - (Integer) The number of compliant checks.
- Controls
List<Get
Scc Report Controls Control> - (List) The list of controls that are in the report.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for controls:
- Constraints: The maximum length is
- Home
Account stringId - (String) The ID of the home account.
- Id string
- (String) The control ID.
- Instance
Id string - Not
Compliant doubleCount - (Integer) The number of checks that are not compliant.
- Report
Id string - Total
Count double - (Integer) The total number of checks.
- Unable
To doublePerform Count - (Integer) The number of checks that are unable to perform.
- User
Evaluation doubleRequired Count - (Integer) The number of checks that require a user evaluation.
- Control
Category string - (String) The control category.
- Control
Description string - (String) The control description.
- Control
Id string - Control
Name string - (String) The control name.
- Sort string
- Status string
- (String) The allowed values of an aggregated status for controls, specifications, assessments, and resources.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- Compliant
Count float64 - (Integer) The number of compliant checks.
- Controls
[]Get
Scc Report Controls Control - (List) The list of controls that are in the report.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for controls:
- Constraints: The maximum length is
- Home
Account stringId - (String) The ID of the home account.
- Id string
- (String) The control ID.
- Instance
Id string - Not
Compliant float64Count - (Integer) The number of checks that are not compliant.
- Report
Id string - Total
Count float64 - (Integer) The total number of checks.
- Unable
To float64Perform Count - (Integer) The number of checks that are unable to perform.
- User
Evaluation float64Required Count - (Integer) The number of checks that require a user evaluation.
- Control
Category string - (String) The control category.
- Control
Description string - (String) The control description.
- Control
Id string - Control
Name string - (String) The control name.
- Sort string
- Status string
- (String) The allowed values of an aggregated status for controls, specifications, assessments, and resources.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- compliant
Count Double - (Integer) The number of compliant checks.
- controls
List<Get
Scc Report Controls Control> - (List) The list of controls that are in the report.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for controls:
- Constraints: The maximum length is
- home
Account StringId - (String) The ID of the home account.
- id String
- (String) The control ID.
- instance
Id String - not
Compliant DoubleCount - (Integer) The number of checks that are not compliant.
- report
Id String - total
Count Double - (Integer) The total number of checks.
- unable
To DoublePerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation DoubleRequired Count - (Integer) The number of checks that require a user evaluation.
- control
Category String - (String) The control category.
- control
Description String - (String) The control description.
- control
Id String - control
Name String - (String) The control name.
- sort String
- status String
- (String) The allowed values of an aggregated status for controls, specifications, assessments, and resources.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- compliant
Count number - (Integer) The number of compliant checks.
- controls
Get
Scc Report Controls Control[] - (List) The list of controls that are in the report.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for controls:
- Constraints: The maximum length is
- home
Account stringId - (String) The ID of the home account.
- id string
- (String) The control ID.
- instance
Id string - not
Compliant numberCount - (Integer) The number of checks that are not compliant.
- report
Id string - total
Count number - (Integer) The total number of checks.
- unable
To numberPerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation numberRequired Count - (Integer) The number of checks that require a user evaluation.
- control
Category string - (String) The control category.
- control
Description string - (String) The control description.
- control
Id string - control
Name string - (String) The control name.
- sort string
- status string
- (String) The allowed values of an aggregated status for controls, specifications, assessments, and resources.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- compliant_
count float - (Integer) The number of compliant checks.
- controls
Sequence[Get
Scc Report Controls Control] - (List) The list of controls that are in the report.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for controls:
- Constraints: The maximum length is
- home_
account_ strid - (String) The ID of the home account.
- id str
- (String) The control ID.
- instance_
id str - not_
compliant_ floatcount - (Integer) The number of checks that are not compliant.
- report_
id str - total_
count float - (Integer) The total number of checks.
- unable_
to_ floatperform_ count - (Integer) The number of checks that are unable to perform.
- user_
evaluation_ floatrequired_ count - (Integer) The number of checks that require a user evaluation.
- control_
category str - (String) The control category.
- control_
description str - (String) The control description.
- control_
id str - control_
name str - (String) The control name.
- sort str
- status str
- (String) The allowed values of an aggregated status for controls, specifications, assessments, and resources.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- compliant
Count Number - (Integer) The number of compliant checks.
- controls List<Property Map>
- (List) The list of controls that are in the report.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for controls:
- Constraints: The maximum length is
- home
Account StringId - (String) The ID of the home account.
- id String
- (String) The control ID.
- instance
Id String - not
Compliant NumberCount - (Integer) The number of checks that are not compliant.
- report
Id String - total
Count Number - (Integer) The total number of checks.
- unable
To NumberPerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation NumberRequired Count - (Integer) The number of checks that require a user evaluation.
- control
Category String - (String) The control category.
- control
Description String - (String) The control description.
- control
Id String - control
Name String - (String) The control name.
- sort String
- status String
- (String) The allowed values of an aggregated status for controls, specifications, assessments, and resources.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
Supporting Types
GetSccReportControlsControl
- Compliant
Count double - (Integer) The number of compliant checks.
- Control
Category string - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Description string - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- Control
Library stringId - (String) The control library ID.
- Control
Library stringVersion - (String) The control library version.
- Control
Name string - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Path string - (String) The control path.
- Control
Specifications List<GetScc Report Controls Control Control Specification> - (List) The list of specifications that are on the page.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for control_specifications:
- Constraints: The maximum length is
- Id string
- (String) The control ID.
- Not
Compliant doubleCount - (Integer) The number of checks that are not compliant.
- Status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- Total
Count double - (Integer) The total number of checks.
- Unable
To doublePerform Count - (Integer) The number of checks that are unable to perform.
- User
Evaluation doubleRequired Count - (Integer) The number of checks that require a user evaluation.
- Compliant
Count float64 - (Integer) The number of compliant checks.
- Control
Category string - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Description string - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- Control
Library stringId - (String) The control library ID.
- Control
Library stringVersion - (String) The control library version.
- Control
Name string - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- Control
Path string - (String) The control path.
- Control
Specifications []GetScc Report Controls Control Control Specification - (List) The list of specifications that are on the page.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for control_specifications:
- Constraints: The maximum length is
- Id string
- (String) The control ID.
- Not
Compliant float64Count - (Integer) The number of checks that are not compliant.
- Status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- Total
Count float64 - (Integer) The total number of checks.
- Unable
To float64Perform Count - (Integer) The number of checks that are unable to perform.
- User
Evaluation float64Required Count - (Integer) The number of checks that require a user evaluation.
- compliant
Count Double - (Integer) The number of compliant checks.
- control
Category String - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Description String - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control
Library StringId - (String) The control library ID.
- control
Library StringVersion - (String) The control library version.
- control
Name String - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Path String - (String) The control path.
- control
Specifications List<GetScc Report Controls Control Control Specification> - (List) The list of specifications that are on the page.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for control_specifications:
- Constraints: The maximum length is
- id String
- (String) The control ID.
- not
Compliant DoubleCount - (Integer) The number of checks that are not compliant.
- status String
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total
Count Double - (Integer) The total number of checks.
- unable
To DoublePerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation DoubleRequired Count - (Integer) The number of checks that require a user evaluation.
- compliant
Count number - (Integer) The number of compliant checks.
- control
Category string - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Description string - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control
Library stringId - (String) The control library ID.
- control
Library stringVersion - (String) The control library version.
- control
Name string - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Path string - (String) The control path.
- control
Specifications GetScc Report Controls Control Control Specification[] - (List) The list of specifications that are on the page.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for control_specifications:
- Constraints: The maximum length is
- id string
- (String) The control ID.
- not
Compliant numberCount - (Integer) The number of checks that are not compliant.
- status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total
Count number - (Integer) The total number of checks.
- unable
To numberPerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation numberRequired Count - (Integer) The number of checks that require a user evaluation.
- compliant_
count float - (Integer) The number of compliant checks.
- control_
category str - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control_
description str - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control_
library_ strid - (String) The control library ID.
- control_
library_ strversion - (String) The control library version.
- control_
name str - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control_
path str - (String) The control path.
- control_
specifications Sequence[GetScc Report Controls Control Control Specification] - (List) The list of specifications that are on the page.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for control_specifications:
- Constraints: The maximum length is
- id str
- (String) The control ID.
- not_
compliant_ floatcount - (Integer) The number of checks that are not compliant.
- status str
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total_
count float - (Integer) The total number of checks.
- unable_
to_ floatperform_ count - (Integer) The number of checks that are unable to perform.
- user_
evaluation_ floatrequired_ count - (Integer) The number of checks that require a user evaluation.
- compliant
Count Number - (Integer) The number of compliant checks.
- control
Category String - A control category value.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Description String - The description of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\s]+$/
.
- Constraints: The maximum length is
- control
Library StringId - (String) The control library ID.
- control
Library StringVersion - (String) The control library version.
- control
Name String - The name of the control.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\\-]+$/
.
- Constraints: The maximum length is
- control
Path String - (String) The control path.
- control
Specifications List<Property Map> - (List) The list of specifications that are on the page.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for control_specifications:
- Constraints: The maximum length is
- id String
- (String) The control ID.
- not
Compliant NumberCount - (Integer) The number of checks that are not compliant.
- status String
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total
Count Number - (Integer) The total number of checks.
- unable
To NumberPerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation NumberRequired Count - (Integer) The number of checks that require a user evaluation.
GetSccReportControlsControlControlSpecification
- Assessments
List<Get
Scc Report Controls Control Control Specification Assessment> - (List) The list of assessments.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for assessments:
- Constraints: The maximum length is
- Compliant
Count double - (Integer) The number of compliant checks.
- Component
Id string - (String) The component ID.
- Control
Specification stringDescription - (String) The component description.
- Control
Specification stringId - (String) The control specification ID.
- Environment string
- (String) The environment.
- Not
Compliant doubleCount - (Integer) The number of checks that are not compliant.
- Responsibility string
- (String) The responsibility for managing control specifications.
- Status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- Total
Count double - (Integer) The total number of checks.
- Unable
To doublePerform Count - (Integer) The number of checks that are unable to perform.
- User
Evaluation doubleRequired Count - (Integer) The number of checks that require a user evaluation.
- Assessments
[]Get
Scc Report Controls Control Control Specification Assessment - (List) The list of assessments.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for assessments:
- Constraints: The maximum length is
- Compliant
Count float64 - (Integer) The number of compliant checks.
- Component
Id string - (String) The component ID.
- Control
Specification stringDescription - (String) The component description.
- Control
Specification stringId - (String) The control specification ID.
- Environment string
- (String) The environment.
- Not
Compliant float64Count - (Integer) The number of checks that are not compliant.
- Responsibility string
- (String) The responsibility for managing control specifications.
- Status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- Total
Count float64 - (Integer) The total number of checks.
- Unable
To float64Perform Count - (Integer) The number of checks that are unable to perform.
- User
Evaluation float64Required Count - (Integer) The number of checks that require a user evaluation.
- assessments
List<Get
Scc Report Controls Control Control Specification Assessment> - (List) The list of assessments.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for assessments:
- Constraints: The maximum length is
- compliant
Count Double - (Integer) The number of compliant checks.
- component
Id String - (String) The component ID.
- control
Specification StringDescription - (String) The component description.
- control
Specification StringId - (String) The control specification ID.
- environment String
- (String) The environment.
- not
Compliant DoubleCount - (Integer) The number of checks that are not compliant.
- responsibility String
- (String) The responsibility for managing control specifications.
- status String
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total
Count Double - (Integer) The total number of checks.
- unable
To DoublePerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation DoubleRequired Count - (Integer) The number of checks that require a user evaluation.
- assessments
Get
Scc Report Controls Control Control Specification Assessment[] - (List) The list of assessments.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for assessments:
- Constraints: The maximum length is
- compliant
Count number - (Integer) The number of compliant checks.
- component
Id string - (String) The component ID.
- control
Specification stringDescription - (String) The component description.
- control
Specification stringId - (String) The control specification ID.
- environment string
- (String) The environment.
- not
Compliant numberCount - (Integer) The number of checks that are not compliant.
- responsibility string
- (String) The responsibility for managing control specifications.
- status string
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total
Count number - (Integer) The total number of checks.
- unable
To numberPerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation numberRequired Count - (Integer) The number of checks that require a user evaluation.
- assessments
Sequence[Get
Scc Report Controls Control Control Specification Assessment] - (List) The list of assessments.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for assessments:
- Constraints: The maximum length is
- compliant_
count float - (Integer) The number of compliant checks.
- component_
id str - (String) The component ID.
- control_
specification_ strdescription - (String) The component description.
- control_
specification_ strid - (String) The control specification ID.
- environment str
- (String) The environment.
- not_
compliant_ floatcount - (Integer) The number of checks that are not compliant.
- responsibility str
- (String) The responsibility for managing control specifications.
- status str
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total_
count float - (Integer) The total number of checks.
- unable_
to_ floatperform_ count - (Integer) The number of checks that are unable to perform.
- user_
evaluation_ floatrequired_ count - (Integer) The number of checks that require a user evaluation.
- assessments List<Property Map>
- (List) The list of assessments.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for assessments:
- Constraints: The maximum length is
- compliant
Count Number - (Integer) The number of compliant checks.
- component
Id String - (String) The component ID.
- control
Specification StringDescription - (String) The component description.
- control
Specification StringId - (String) The control specification ID.
- environment String
- (String) The environment.
- not
Compliant NumberCount - (Integer) The number of checks that are not compliant.
- responsibility String
- (String) The responsibility for managing control specifications.
- status String
- The compliance status value.
- Constraints: Allowable values are:
compliant
,not_compliant
,unable_to_perform
,user_evaluation_required
.
- Constraints: Allowable values are:
- total
Count Number - (Integer) The total number of checks.
- unable
To NumberPerform Count - (Integer) The number of checks that are unable to perform.
- user
Evaluation NumberRequired Count - (Integer) The number of checks that require a user evaluation.
GetSccReportControlsControlControlSpecificationAssessment
- Assessment
Description string - (String) The assessment description.
- Assessment
Id string - (String) The assessment ID.
- Assessment
Method string - (String) The assessment method.
- Assessment
Type string - (String) The assessment type.
- Parameter
Count double - (Integer) The number of parameters of this assessment.
- Parameters
List<Get
Scc Report Controls Control Control Specification Assessment Parameter> - (List) The list of parameters of this assessment.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- Assessment
Description string - (String) The assessment description.
- Assessment
Id string - (String) The assessment ID.
- Assessment
Method string - (String) The assessment method.
- Assessment
Type string - (String) The assessment type.
- Parameter
Count float64 - (Integer) The number of parameters of this assessment.
- Parameters
[]Get
Scc Report Controls Control Control Specification Assessment Parameter - (List) The list of parameters of this assessment.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- assessment
Description String - (String) The assessment description.
- assessment
Id String - (String) The assessment ID.
- assessment
Method String - (String) The assessment method.
- assessment
Type String - (String) The assessment type.
- parameter
Count Double - (Integer) The number of parameters of this assessment.
- parameters
List<Get
Scc Report Controls Control Control Specification Assessment Parameter> - (List) The list of parameters of this assessment.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- assessment
Description string - (String) The assessment description.
- assessment
Id string - (String) The assessment ID.
- assessment
Method string - (String) The assessment method.
- assessment
Type string - (String) The assessment type.
- parameter
Count number - (Integer) The number of parameters of this assessment.
- parameters
Get
Scc Report Controls Control Control Specification Assessment Parameter[] - (List) The list of parameters of this assessment.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- assessment_
description str - (String) The assessment description.
- assessment_
id str - (String) The assessment ID.
- assessment_
method str - (String) The assessment method.
- assessment_
type str - (String) The assessment type.
- parameter_
count float - (Integer) The number of parameters of this assessment.
- parameters
Sequence[Get
Scc Report Controls Control Control Specification Assessment Parameter] - (List) The list of parameters of this assessment.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- assessment
Description String - (String) The assessment description.
- assessment
Id String - (String) The assessment ID.
- assessment
Method String - (String) The assessment method.
- assessment
Type String - (String) The assessment type.
- parameter
Count Number - (Integer) The number of parameters of this assessment.
- parameters List<Property Map>
- (List) The list of parameters of this assessment.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
GetSccReportControlsControlControlSpecificationAssessmentParameter
- Parameter
Display stringName - (String) The parameter display name.
- Parameter
Name string - (String) The parameter name.
- Parameter
Type string - (String) The parameter type.
- Parameter
Value string - (String) The property value.
- Parameter
Display stringName - (String) The parameter display name.
- Parameter
Name string - (String) The parameter name.
- Parameter
Type string - (String) The parameter type.
- Parameter
Value string - (String) The property value.
- parameter
Display StringName - (String) The parameter display name.
- parameter
Name String - (String) The parameter name.
- parameter
Type String - (String) The parameter type.
- parameter
Value String - (String) The property value.
- parameter
Display stringName - (String) The parameter display name.
- parameter
Name string - (String) The parameter name.
- parameter
Type string - (String) The parameter type.
- parameter
Value string - (String) The property value.
- parameter_
display_ strname - (String) The parameter display name.
- parameter_
name str - (String) The parameter name.
- parameter_
type str - (String) The parameter type.
- parameter_
value str - (String) The property value.
- parameter
Display StringName - (String) The parameter display name.
- parameter
Name String - (String) The parameter name.
- parameter
Type String - (String) The parameter type.
- parameter
Value String - (String) The property value.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.