ibm.getSccControlLibrary
Explore with Pulumi AI
Retrieve information about a scc_control_library 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
regionto 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 sccControlLibrary = ibm.getSccControlLibrary({
    controlLibraryId: "aaaaaaaa-1111-bbbb-2222-cccccccccccc",
    instanceId: "00000000-1111-2222-3333-444444444444",
});
import pulumi
import pulumi_ibm as ibm
scc_control_library = ibm.get_scc_control_library(control_library_id="aaaaaaaa-1111-bbbb-2222-cccccccccccc",
    instance_id="00000000-1111-2222-3333-444444444444")
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.LookupSccControlLibrary(ctx, &ibm.LookupSccControlLibraryArgs{
			ControlLibraryId: "aaaaaaaa-1111-bbbb-2222-cccccccccccc",
			InstanceId:       "00000000-1111-2222-3333-444444444444",
		}, 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 sccControlLibrary = Ibm.GetSccControlLibrary.Invoke(new()
    {
        ControlLibraryId = "aaaaaaaa-1111-bbbb-2222-cccccccccccc",
        InstanceId = "00000000-1111-2222-3333-444444444444",
    });
});
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.GetSccControlLibraryArgs;
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 sccControlLibrary = IbmFunctions.getSccControlLibrary(GetSccControlLibraryArgs.builder()
            .controlLibraryId("aaaaaaaa-1111-bbbb-2222-cccccccccccc")
            .instanceId("00000000-1111-2222-3333-444444444444")
            .build());
    }
}
variables:
  sccControlLibrary:
    fn::invoke:
      function: ibm:getSccControlLibrary
      arguments:
        controlLibraryId: aaaaaaaa-1111-bbbb-2222-cccccccccccc
        instanceId: 00000000-1111-2222-3333-444444444444
Using getSccControlLibrary
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 getSccControlLibrary(args: GetSccControlLibraryArgs, opts?: InvokeOptions): Promise<GetSccControlLibraryResult>
function getSccControlLibraryOutput(args: GetSccControlLibraryOutputArgs, opts?: InvokeOptions): Output<GetSccControlLibraryResult>def get_scc_control_library(control_library_id: Optional[str] = None,
                            id: Optional[str] = None,
                            instance_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSccControlLibraryResult
def get_scc_control_library_output(control_library_id: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            instance_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSccControlLibraryResult]func LookupSccControlLibrary(ctx *Context, args *LookupSccControlLibraryArgs, opts ...InvokeOption) (*LookupSccControlLibraryResult, error)
func LookupSccControlLibraryOutput(ctx *Context, args *LookupSccControlLibraryOutputArgs, opts ...InvokeOption) LookupSccControlLibraryResultOutput> Note: This function is named LookupSccControlLibrary in the Go SDK.
public static class GetSccControlLibrary 
{
    public static Task<GetSccControlLibraryResult> InvokeAsync(GetSccControlLibraryArgs args, InvokeOptions? opts = null)
    public static Output<GetSccControlLibraryResult> Invoke(GetSccControlLibraryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccControlLibraryResult> getSccControlLibrary(GetSccControlLibraryArgs args, InvokeOptions options)
public static Output<GetSccControlLibraryResult> getSccControlLibrary(GetSccControlLibraryArgs args, InvokeOptions options)
fn::invoke:
  function: ibm:index/getSccControlLibrary:getSccControlLibrary
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Control
Library stringId  - The control library ID.
- Constraints: The maximum length is 
256characters. The minimum length is1character. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - Instance
Id string - The ID of the SCC instance in a particular region.
 - Id string
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 
- Control
Library stringId  - The control library ID.
- Constraints: The maximum length is 
256characters. The minimum length is1character. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - Instance
Id string - The ID of the SCC instance in a particular region.
 - Id string
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 
- control
Library StringId  - The control library ID.
- Constraints: The maximum length is 
256characters. The minimum length is1character. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - instance
Id String - The ID of the SCC instance in a particular region.
 - id String
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 
- control
Library stringId  - The control library ID.
- Constraints: The maximum length is 
256characters. The minimum length is1character. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - instance
Id string - The ID of the SCC instance in a particular region.
 - id string
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 
- control_
library_ strid  - The control library ID.
- Constraints: The maximum length is 
256characters. The minimum length is1character. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - instance_
id str - The ID of the SCC instance in a particular region.
 - id str
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 
- control
Library StringId  - The control library ID.
- Constraints: The maximum length is 
256characters. The minimum length is1character. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - instance
Id String - The ID of the SCC instance in a particular region.
 - id String
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 
getSccControlLibrary Result
The following output properties are available:
- Account
Id string - (String) The account ID.
- Constraints: The maximum length is 
32characters. The minimum length is0characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Control
Library stringDescription  - (String) The control library description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Library stringId  - Control
Library stringName  - (String) The control library name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Control
Library stringType  - (String) The control library type.
- Constraints: Allowable values are: 
predefined,custom. 
 - Constraints: Allowable values are: 
 - Control
Library stringVersion  - (String) The control library version.
- Constraints: The maximum length is 
64characters. The minimum length is5characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/. 
 - Constraints: The maximum length is 
 - Control
Parents doubleCount  - (Integer) The number of parent controls in the control library.
 - Controls
List<Get
Scc Control Library Control>  - (List) The list of controls in a control library.
- Constraints: The maximum length is 
1200items. The minimum length is0items. Nested schema for controls: 
 - Constraints: The maximum length is 
 - Controls
Count double - (Integer) The number of controls.
 - Created
By string - (String) The user who created the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - Created
On string - (String) The date when the control library was created.
 - Hierarchy
Enabled bool - (Boolean) The indication of whether hierarchy is enabled for the control library.
 - Id string
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Instance
Id string - Latest bool
 - (Boolean) The latest version of the control library.
 - Updated
By string - (String) The user who updated the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - Updated
On string - (String) The date when the control library was updated.
 - Version
Group stringLabel  - (String) The version group label.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 
- Account
Id string - (String) The account ID.
- Constraints: The maximum length is 
32characters. The minimum length is0characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Control
Library stringDescription  - (String) The control library description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Library stringId  - Control
Library stringName  - (String) The control library name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Control
Library stringType  - (String) The control library type.
- Constraints: Allowable values are: 
predefined,custom. 
 - Constraints: Allowable values are: 
 - Control
Library stringVersion  - (String) The control library version.
- Constraints: The maximum length is 
64characters. The minimum length is5characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/. 
 - Constraints: The maximum length is 
 - Control
Parents float64Count  - (Integer) The number of parent controls in the control library.
 - Controls
[]Get
Scc Control Library Control  - (List) The list of controls in a control library.
- Constraints: The maximum length is 
1200items. The minimum length is0items. Nested schema for controls: 
 - Constraints: The maximum length is 
 - Controls
Count float64 - (Integer) The number of controls.
 - Created
By string - (String) The user who created the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - Created
On string - (String) The date when the control library was created.
 - Hierarchy
Enabled bool - (Boolean) The indication of whether hierarchy is enabled for the control library.
 - Id string
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Instance
Id string - Latest bool
 - (Boolean) The latest version of the control library.
 - Updated
By string - (String) The user who updated the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - Updated
On string - (String) The date when the control library was updated.
 - Version
Group stringLabel  - (String) The version group label.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 
- account
Id String - (String) The account ID.
- Constraints: The maximum length is 
32characters. The minimum length is0characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - control
Library StringDescription  - (String) The control library description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Library StringId  - control
Library StringName  - (String) The control library name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control
Library StringType  - (String) The control library type.
- Constraints: Allowable values are: 
predefined,custom. 
 - Constraints: Allowable values are: 
 - control
Library StringVersion  - (String) The control library version.
- Constraints: The maximum length is 
64characters. The minimum length is5characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/. 
 - Constraints: The maximum length is 
 - control
Parents DoubleCount  - (Integer) The number of parent controls in the control library.
 - controls
List<Get
Scc Control Library Control>  - (List) The list of controls in a control library.
- Constraints: The maximum length is 
1200items. The minimum length is0items. Nested schema for controls: 
 - Constraints: The maximum length is 
 - controls
Count Double - (Integer) The number of controls.
 - created
By String - (String) The user who created the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - created
On String - (String) The date when the control library was created.
 - hierarchy
Enabled Boolean - (Boolean) The indication of whether hierarchy is enabled for the control library.
 - id String
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - instance
Id String - latest Boolean
 - (Boolean) The latest version of the control library.
 - updated
By String - (String) The user who updated the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - updated
On String - (String) The date when the control library was updated.
 - version
Group StringLabel  - (String) The version group label.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 
- account
Id string - (String) The account ID.
- Constraints: The maximum length is 
32characters. The minimum length is0characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - control
Library stringDescription  - (String) The control library description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Library stringId  - control
Library stringName  - (String) The control library name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control
Library stringType  - (String) The control library type.
- Constraints: Allowable values are: 
predefined,custom. 
 - Constraints: Allowable values are: 
 - control
Library stringVersion  - (String) The control library version.
- Constraints: The maximum length is 
64characters. The minimum length is5characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/. 
 - Constraints: The maximum length is 
 - control
Parents numberCount  - (Integer) The number of parent controls in the control library.
 - controls
Get
Scc Control Library Control[]  - (List) The list of controls in a control library.
- Constraints: The maximum length is 
1200items. The minimum length is0items. Nested schema for controls: 
 - Constraints: The maximum length is 
 - controls
Count number - (Integer) The number of controls.
 - created
By string - (String) The user who created the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - created
On string - (String) The date when the control library was created.
 - hierarchy
Enabled boolean - (Boolean) The indication of whether hierarchy is enabled for the control library.
 - id string
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - instance
Id string - latest boolean
 - (Boolean) The latest version of the control library.
 - updated
By string - (String) The user who updated the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - updated
On string - (String) The date when the control library was updated.
 - version
Group stringLabel  - (String) The version group label.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 
- account_
id str - (String) The account ID.
- Constraints: The maximum length is 
32characters. The minimum length is0characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - control_
library_ strdescription  - (String) The control library description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control_
library_ strid  - control_
library_ strname  - (String) The control library name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control_
library_ strtype  - (String) The control library type.
- Constraints: Allowable values are: 
predefined,custom. 
 - Constraints: Allowable values are: 
 - control_
library_ strversion  - (String) The control library version.
- Constraints: The maximum length is 
64characters. The minimum length is5characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/. 
 - Constraints: The maximum length is 
 - control_
parents_ floatcount  - (Integer) The number of parent controls in the control library.
 - controls
Sequence[Get
Scc Control Library Control]  - (List) The list of controls in a control library.
- Constraints: The maximum length is 
1200items. The minimum length is0items. Nested schema for controls: 
 - Constraints: The maximum length is 
 - controls_
count float - (Integer) The number of controls.
 - created_
by str - (String) The user who created the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - created_
on str - (String) The date when the control library was created.
 - hierarchy_
enabled bool - (Boolean) The indication of whether hierarchy is enabled for the control library.
 - id str
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - instance_
id str - latest bool
 - (Boolean) The latest version of the control library.
 - updated_
by str - (String) The user who updated the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - updated_
on str - (String) The date when the control library was updated.
 - version_
group_ strlabel  - (String) The version group label.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 
- account
Id String - (String) The account ID.
- Constraints: The maximum length is 
32characters. The minimum length is0characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - control
Library StringDescription  - (String) The control library description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Library StringId  - control
Library StringName  - (String) The control library name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control
Library StringType  - (String) The control library type.
- Constraints: Allowable values are: 
predefined,custom. 
 - Constraints: Allowable values are: 
 - control
Library StringVersion  - (String) The control library version.
- Constraints: The maximum length is 
64characters. The minimum length is5characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/. 
 - Constraints: The maximum length is 
 - control
Parents NumberCount  - (Integer) The number of parent controls in the control library.
 - controls List<Property Map>
 - (List) The list of controls in a control library.
- Constraints: The maximum length is 
1200items. The minimum length is0items. Nested schema for controls: 
 - Constraints: The maximum length is 
 - controls
Count Number - (Integer) The number of controls.
 - created
By String - (String) The user who created the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - created
On String - (String) The date when the control library was created.
 - hierarchy
Enabled Boolean - (Boolean) The indication of whether hierarchy is enabled for the control library.
 - id String
 - (String) The control library ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - instance
Id String - latest Boolean
 - (Boolean) The latest version of the control library.
 - updated
By String - (String) The user who updated the control library.
- Constraints: The maximum length is 
255characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/. 
 - Constraints: The maximum length is 
 - updated
On String - (String) The date when the control library was updated.
 - version
Group StringLabel  - (String) The version group label.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 
Supporting Types
GetSccControlLibraryControl    
- Control
Category string - (String) The control category.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,\\-\\s]*$/. 
 - Constraints: The maximum length is 
 - Control
Description string - (String) The control description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. 
 - Constraints: The maximum length is 
 - Control
Docs List<GetScc Control Library Control Control Doc>  - (List) The control documentation. Nested schema for control_docs:
 - Control
Id string - (String) The control name.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Name string - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Parent string - (String) The parent control.
- Constraints: The maximum length is 
64characters. The minimum length is0characters. The value must match regular expression/[A-Za-z0-9]*/. 
 - Constraints: The maximum length is 
 - Control
Requirement bool - (Boolean) The indication of whether a control can be automated or manually evaluated.
 - Control
Specifications List<GetScc Control Library Control Control Specification>  - (List) The control specifications.
- Constraints: The maximum length is 
100items. The minimum length is0items. Nested schema for control_specifications: 
 - Constraints: The maximum length is 
 - List<string>
 - (List) The control tags.
- Constraints: The list items must match regular expression 
/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. The maximum length is512items. The minimum length is0items. 
 - Constraints: The list items must match regular expression 
 - Status string
 - (String) The control status.
- Constraints: Allowable values are: 
enabled,disabled. 
 - Constraints: Allowable values are: 
 
- Control
Category string - (String) The control category.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,\\-\\s]*$/. 
 - Constraints: The maximum length is 
 - Control
Description string - (String) The control description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. 
 - Constraints: The maximum length is 
 - Control
Docs []GetScc Control Library Control Control Doc  - (List) The control documentation. Nested schema for control_docs:
 - Control
Id string - (String) The control name.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Name string - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Parent string - (String) The parent control.
- Constraints: The maximum length is 
64characters. The minimum length is0characters. The value must match regular expression/[A-Za-z0-9]*/. 
 - Constraints: The maximum length is 
 - Control
Requirement bool - (Boolean) The indication of whether a control can be automated or manually evaluated.
 - Control
Specifications []GetScc Control Library Control Control Specification  - (List) The control specifications.
- Constraints: The maximum length is 
100items. The minimum length is0items. Nested schema for control_specifications: 
 - Constraints: The maximum length is 
 - []string
 - (List) The control tags.
- Constraints: The list items must match regular expression 
/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. The maximum length is512items. The minimum length is0items. 
 - Constraints: The list items must match regular expression 
 - Status string
 - (String) The control status.
- Constraints: Allowable values are: 
enabled,disabled. 
 - Constraints: Allowable values are: 
 
- control
Category String - (String) The control category.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,\\-\\s]*$/. 
 - Constraints: The maximum length is 
 - control
Description String - (String) The control description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. 
 - Constraints: The maximum length is 
 - control
Docs List<GetScc Control Library Control Control Doc>  - (List) The control documentation. Nested schema for control_docs:
 - control
Id String - (String) The control name.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Name String - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Parent String - (String) The parent control.
- Constraints: The maximum length is 
64characters. The minimum length is0characters. The value must match regular expression/[A-Za-z0-9]*/. 
 - Constraints: The maximum length is 
 - control
Requirement Boolean - (Boolean) The indication of whether a control can be automated or manually evaluated.
 - control
Specifications List<GetScc Control Library Control Control Specification>  - (List) The control specifications.
- Constraints: The maximum length is 
100items. The minimum length is0items. Nested schema for control_specifications: 
 - Constraints: The maximum length is 
 - List<String>
 - (List) The control tags.
- Constraints: The list items must match regular expression 
/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. The maximum length is512items. The minimum length is0items. 
 - Constraints: The list items must match regular expression 
 - status String
 - (String) The control status.
- Constraints: Allowable values are: 
enabled,disabled. 
 - Constraints: Allowable values are: 
 
- control
Category string - (String) The control category.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,\\-\\s]*$/. 
 - Constraints: The maximum length is 
 - control
Description string - (String) The control description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. 
 - Constraints: The maximum length is 
 - control
Docs GetScc Control Library Control Control Doc[]  - (List) The control documentation. Nested schema for control_docs:
 - control
Id string - (String) The control name.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Name string - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Parent string - (String) The parent control.
- Constraints: The maximum length is 
64characters. The minimum length is0characters. The value must match regular expression/[A-Za-z0-9]*/. 
 - Constraints: The maximum length is 
 - control
Requirement boolean - (Boolean) The indication of whether a control can be automated or manually evaluated.
 - control
Specifications GetScc Control Library Control Control Specification[]  - (List) The control specifications.
- Constraints: The maximum length is 
100items. The minimum length is0items. Nested schema for control_specifications: 
 - Constraints: The maximum length is 
 - string[]
 - (List) The control tags.
- Constraints: The list items must match regular expression 
/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. The maximum length is512items. The minimum length is0items. 
 - Constraints: The list items must match regular expression 
 - status string
 - (String) The control status.
- Constraints: Allowable values are: 
enabled,disabled. 
 - Constraints: Allowable values are: 
 
- control_
category str - (String) The control category.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,\\-\\s]*$/. 
 - Constraints: The maximum length is 
 - control_
description str - (String) The control description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. 
 - Constraints: The maximum length is 
 - control_
docs Sequence[GetScc Control Library Control Control Doc]  - (List) The control documentation. Nested schema for control_docs:
 - control_
id str - (String) The control name.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control_
name str - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control_
parent str - (String) The parent control.
- Constraints: The maximum length is 
64characters. The minimum length is0characters. The value must match regular expression/[A-Za-z0-9]*/. 
 - Constraints: The maximum length is 
 - control_
requirement bool - (Boolean) The indication of whether a control can be automated or manually evaluated.
 - control_
specifications Sequence[GetScc Control Library Control Control Specification]  - (List) The control specifications.
- Constraints: The maximum length is 
100items. The minimum length is0items. Nested schema for control_specifications: 
 - Constraints: The maximum length is 
 - Sequence[str]
 - (List) The control tags.
- Constraints: The list items must match regular expression 
/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. The maximum length is512items. The minimum length is0items. 
 - Constraints: The list items must match regular expression 
 - status str
 - (String) The control status.
- Constraints: Allowable values are: 
enabled,disabled. 
 - Constraints: Allowable values are: 
 
- control
Category String - (String) The control category.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,\\-\\s]*$/. 
 - Constraints: The maximum length is 
 - control
Description String - (String) The control description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. 
 - Constraints: The maximum length is 
 - control
Docs List<Property Map> - (List) The control documentation. Nested schema for control_docs:
 - control
Id String - (String) The control name.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Name String - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Parent String - (String) The parent control.
- Constraints: The maximum length is 
64characters. The minimum length is0characters. The value must match regular expression/[A-Za-z0-9]*/. 
 - Constraints: The maximum length is 
 - control
Requirement Boolean - (Boolean) The indication of whether a control can be automated or manually evaluated.
 - control
Specifications List<Property Map> - (List) The control specifications.
- Constraints: The maximum length is 
100items. The minimum length is0items. Nested schema for control_specifications: 
 - Constraints: The maximum length is 
 - List<String>
 - (List) The control tags.
- Constraints: The list items must match regular expression 
/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/. The maximum length is512items. The minimum length is0items. 
 - Constraints: The list items must match regular expression 
 - status String
 - (String) The control status.
- Constraints: Allowable values are: 
enabled,disabled. 
 - Constraints: Allowable values are: 
 
GetSccControlLibraryControlControlDoc      
- Control
Docs stringId  - (String) The ID of the control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Docs stringType  - (String) The type of control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 
- Control
Docs stringId  - (String) The ID of the control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Control
Docs stringType  - (String) The type of control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 
- control
Docs StringId  - (String) The ID of the control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Docs StringType  - (String) The type of control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 
- control
Docs stringId  - (String) The ID of the control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Docs stringType  - (String) The type of control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 
- control_
docs_ strid  - (String) The ID of the control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control_
docs_ strtype  - (String) The type of control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 
- control
Docs StringId  - (String) The ID of the control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - control
Docs StringType  - (String) The type of control documentation.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 
GetSccControlLibraryControlControlSpecification      
- Assessments
List<Get
Scc Control Library Control Control Specification Assessment>  - (List) The assessments.
- Constraints: The maximum length is 
10items. The minimum length is0items. Nested schema for assessments: 
 - Constraints: The maximum length is 
 - Assessments
Count double - (Integer) The number of assessments.
 - Component
Id string - (String) The component ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Component
Name string - Control
Specification stringDescription  - (String) The control specifications description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Control
Specification stringId  - (String) The control specification ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - Environment string
 - (String) The control specifications environment.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Responsibility string
 - (String) The responsibility for managing the control.
- Constraints: Allowable values are: 
user. 
 - Constraints: Allowable values are: 
 
- Assessments
[]Get
Scc Control Library Control Control Specification Assessment  - (List) The assessments.
- Constraints: The maximum length is 
10items. The minimum length is0items. Nested schema for assessments: 
 - Constraints: The maximum length is 
 - Assessments
Count float64 - (Integer) The number of assessments.
 - Component
Id string - (String) The component ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Component
Name string - Control
Specification stringDescription  - (String) The control specifications description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Control
Specification stringId  - (String) The control specification ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - Environment string
 - (String) The control specifications environment.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - Responsibility string
 - (String) The responsibility for managing the control.
- Constraints: Allowable values are: 
user. 
 - Constraints: Allowable values are: 
 
- assessments
List<Get
Scc Control Library Control Control Specification Assessment>  - (List) The assessments.
- Constraints: The maximum length is 
10items. The minimum length is0items. Nested schema for assessments: 
 - Constraints: The maximum length is 
 - assessments
Count Double - (Integer) The number of assessments.
 - component
Id String - (String) The component ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - component
Name String - control
Specification StringDescription  - (String) The control specifications description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control
Specification StringId  - (String) The control specification ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - environment String
 - (String) The control specifications environment.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - responsibility String
 - (String) The responsibility for managing the control.
- Constraints: Allowable values are: 
user. 
 - Constraints: Allowable values are: 
 
- assessments
Get
Scc Control Library Control Control Specification Assessment[]  - (List) The assessments.
- Constraints: The maximum length is 
10items. The minimum length is0items. Nested schema for assessments: 
 - Constraints: The maximum length is 
 - assessments
Count number - (Integer) The number of assessments.
 - component
Id string - (String) The component ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - component
Name string - control
Specification stringDescription  - (String) The control specifications description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control
Specification stringId  - (String) The control specification ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - environment string
 - (String) The control specifications environment.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - responsibility string
 - (String) The responsibility for managing the control.
- Constraints: Allowable values are: 
user. 
 - Constraints: Allowable values are: 
 
- assessments
Sequence[Get
Scc Control Library Control Control Specification Assessment]  - (List) The assessments.
- Constraints: The maximum length is 
10items. The minimum length is0items. Nested schema for assessments: 
 - Constraints: The maximum length is 
 - assessments_
count float - (Integer) The number of assessments.
 - component_
id str - (String) The component ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - component_
name str - control_
specification_ strdescription  - (String) The control specifications description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control_
specification_ strid  - (String) The control specification ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - environment str
 - (String) The control specifications environment.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - responsibility str
 - (String) The responsibility for managing the control.
- Constraints: Allowable values are: 
user. 
 - Constraints: Allowable values are: 
 
- assessments List<Property Map>
 - (List) The assessments.
- Constraints: The maximum length is 
10items. The minimum length is0items. Nested schema for assessments: 
 - Constraints: The maximum length is 
 - assessments
Count Number - (Integer) The number of assessments.
 - component
Id String - (String) The component ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - component
Name String - control
Specification StringDescription  - (String) The control specifications description.
- Constraints: The maximum length is 
1024characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - control
Specification StringId  - (String) The control specification ID.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/. 
 - Constraints: The maximum length is 
 - environment String
 - (String) The control specifications environment.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9-]*$/. 
 - Constraints: The maximum length is 
 - responsibility String
 - (String) The responsibility for managing the control.
- Constraints: Allowable values are: 
user. 
 - Constraints: Allowable values are: 
 
GetSccControlLibraryControlControlSpecificationAssessment       
- Assessment
Description string - (String) The assessment description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Assessment
Id string - (String) The assessment ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Assessment
Method string - (String) The assessment method.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Assessment
Type string - (String) The assessment type.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Parameter
Count double - (Integer) The parameter count.
 - Parameters
List<Get
Scc Control Library Control Control Specification Assessment Parameter>  - (List) The parameters.
- Constraints: The maximum length is 
512items. The minimum length is0items. Nested schema for parameters: 
 - Constraints: The maximum length is 
 
- Assessment
Description string - (String) The assessment description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Assessment
Id string - (String) The assessment ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Assessment
Method string - (String) The assessment method.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Assessment
Type string - (String) The assessment type.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - Parameter
Count float64 - (Integer) The parameter count.
 - Parameters
[]Get
Scc Control Library Control Control Specification Assessment Parameter  - (List) The parameters.
- Constraints: The maximum length is 
512items. The minimum length is0items. Nested schema for parameters: 
 - Constraints: The maximum length is 
 
- assessment
Description String - (String) The assessment description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - assessment
Id String - (String) The assessment ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment
Method String - (String) The assessment method.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment
Type String - (String) The assessment type.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - parameter
Count Double - (Integer) The parameter count.
 - parameters
List<Get
Scc Control Library Control Control Specification Assessment Parameter>  - (List) The parameters.
- Constraints: The maximum length is 
512items. The minimum length is0items. Nested schema for parameters: 
 - Constraints: The maximum length is 
 
- assessment
Description string - (String) The assessment description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - assessment
Id string - (String) The assessment ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment
Method string - (String) The assessment method.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment
Type string - (String) The assessment type.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - parameter
Count number - (Integer) The parameter count.
 - parameters
Get
Scc Control Library Control Control Specification Assessment Parameter[]  - (List) The parameters.
- Constraints: The maximum length is 
512items. The minimum length is0items. Nested schema for parameters: 
 - Constraints: The maximum length is 
 
- assessment_
description str - (String) The assessment description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - assessment_
id str - (String) The assessment ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment_
method str - (String) The assessment method.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment_
type str - (String) The assessment type.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - parameter_
count float - (Integer) The parameter count.
 - parameters
Sequence[Get
Scc Control Library Control Control Specification Assessment Parameter]  - (List) The parameters.
- Constraints: The maximum length is 
512items. The minimum length is0items. Nested schema for parameters: 
 - Constraints: The maximum length is 
 
- assessment
Description String - (String) The assessment description.
- Constraints: The maximum length is 
256characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - assessment
Id String - (String) The assessment ID.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment
Method String - (String) The assessment method.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - assessment
Type String - (String) The assessment type.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/[A-Za-z0-9]+/. 
 - Constraints: The maximum length is 
 - parameter
Count Number - (Integer) The parameter count.
 - parameters List<Property Map>
 - (List) The parameters.
- Constraints: The maximum length is 
512items. The minimum length is0items. Nested schema for parameters: 
 - Constraints: The maximum length is 
 
GetSccControlLibraryControlControlSpecificationAssessmentParameter        
- Parameter
Display stringName  - (String) The parameter display name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Parameter
Name string - (String) The parameter name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Parameter
Type string - (String) The parameter type.
- Constraints: Allowable values are: 
string,numeric,general,boolean,string_list,ip_list,timestamp. 
 - Constraints: Allowable values are: 
 
- Parameter
Display stringName  - (String) The parameter display name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Parameter
Name string - (String) The parameter name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - Parameter
Type string - (String) The parameter type.
- Constraints: Allowable values are: 
string,numeric,general,boolean,string_list,ip_list,timestamp. 
 - Constraints: Allowable values are: 
 
- parameter
Display StringName  - (String) The parameter display name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter
Name String - (String) The parameter name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter
Type String - (String) The parameter type.
- Constraints: Allowable values are: 
string,numeric,general,boolean,string_list,ip_list,timestamp. 
 - Constraints: Allowable values are: 
 
- parameter
Display stringName  - (String) The parameter display name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter
Name string - (String) The parameter name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter
Type string - (String) The parameter type.
- Constraints: Allowable values are: 
string,numeric,general,boolean,string_list,ip_list,timestamp. 
 - Constraints: Allowable values are: 
 
- parameter_
display_ strname  - (String) The parameter display name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter_
name str - (String) The parameter name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter_
type str - (String) The parameter type.
- Constraints: Allowable values are: 
string,numeric,general,boolean,string_list,ip_list,timestamp. 
 - Constraints: Allowable values are: 
 
- parameter
Display StringName  - (String) The parameter display name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter
Name String - (String) The parameter name.
- Constraints: The maximum length is 
64characters. The minimum length is2characters. The value must match regular expression/^[a-zA-Z0-9_\\s\\-]*$/. 
 - Constraints: The maximum length is 
 - parameter
Type String - (String) The parameter type.
- Constraints: Allowable values are: 
string,numeric,general,boolean,string_list,ip_list,timestamp. 
 - Constraints: Allowable values are: 
 
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.