ibm.getSccProfile
Explore with Pulumi AI
Retrieve information about a profile 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 sccProfile = ibm.getSccProfile({
instanceId: "00000000-1111-2222-3333-444444444444",
profileId: ibm_scc_profile.scc_profile_instance.profile_id,
});
import pulumi
import pulumi_ibm as ibm
scc_profile = ibm.get_scc_profile(instance_id="00000000-1111-2222-3333-444444444444",
profile_id=ibm_scc_profile["scc_profile_instance"]["profile_id"])
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.LookupSccProfile(ctx, &ibm.LookupSccProfileArgs{
InstanceId: "00000000-1111-2222-3333-444444444444",
ProfileId: ibm_scc_profile.Scc_profile_instance.Profile_id,
}, 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 sccProfile = Ibm.GetSccProfile.Invoke(new()
{
InstanceId = "00000000-1111-2222-3333-444444444444",
ProfileId = ibm_scc_profile.Scc_profile_instance.Profile_id,
});
});
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.GetSccProfileArgs;
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 sccProfile = IbmFunctions.getSccProfile(GetSccProfileArgs.builder()
.instanceId("00000000-1111-2222-3333-444444444444")
.profileId(ibm_scc_profile.scc_profile_instance().profile_id())
.build());
}
}
variables:
sccProfile:
fn::invoke:
function: ibm:getSccProfile
arguments:
instanceId: 00000000-1111-2222-3333-444444444444
profileId: ${ibm_scc_profile.scc_profile_instance.profile_id}
Using getSccProfile
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 getSccProfile(args: GetSccProfileArgs, opts?: InvokeOptions): Promise<GetSccProfileResult>
function getSccProfileOutput(args: GetSccProfileOutputArgs, opts?: InvokeOptions): Output<GetSccProfileResult>
def get_scc_profile(id: Optional[str] = None,
instance_id: Optional[str] = None,
profile_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProfileResult
def get_scc_profile_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
profile_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProfileResult]
func LookupSccProfile(ctx *Context, args *LookupSccProfileArgs, opts ...InvokeOption) (*LookupSccProfileResult, error)
func LookupSccProfileOutput(ctx *Context, args *LookupSccProfileOutputArgs, opts ...InvokeOption) LookupSccProfileResultOutput
> Note: This function is named LookupSccProfile
in the Go SDK.
public static class GetSccProfile
{
public static Task<GetSccProfileResult> InvokeAsync(GetSccProfileArgs args, InvokeOptions? opts = null)
public static Output<GetSccProfileResult> Invoke(GetSccProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSccProfileResult> getSccProfile(GetSccProfileArgs args, InvokeOptions options)
public static Output<GetSccProfileResult> getSccProfile(GetSccProfileArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProfile:getSccProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - The ID of the SCC instance in a particular region.
- Profile
Id string - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. 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
- Id string
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Instance
Id string - The ID of the SCC instance in a particular region.
- Profile
Id string - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. 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
- Id string
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance
Id String - The ID of the SCC instance in a particular region.
- profile
Id String - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. 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
- id String
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance
Id string - The ID of the SCC instance in a particular region.
- profile
Id string - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. 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
- id string
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance_
id str - The ID of the SCC instance in a particular region.
- profile_
id str - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. 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
- id str
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance
Id String - The ID of the SCC instance in a particular region.
- profile
Id String - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. 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
- id String
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
getSccProfile Result
The following output properties are available:
- Attachments
Count double - (Integer) The number of attachments related to this profile.
- Control
Parents doubleCount - (Integer) The number of parent controls for the profile.
- Controls
List<Get
Scc Profile Control> - (List) The array of controls that are used to create the profile.
- Constraints: The maximum length is
600
items. The minimum length is0
items.
- Constraints: The maximum length is
- Controls
Count double - (Integer) The number of controls for the profile.
- Created
By string - (String) The user who created the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Created
On string - (String) The date when the profile was created.
- Default
Parameters List<GetScc Profile Default Parameter> - (List) The default parameters of the profile.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- Hierarchy
Enabled bool - (Boolean) The indication of whether hierarchy is enabled for the profile.
- Id string
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Instance
Id string - (String) The instance ID.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Latest bool
- (Boolean) The latest version of the profile.
- Profile
Description string - (String) The profile description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Profile
Id string - Profile
Name string - (String) The profile name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Profile
Type string - (String) The profile type, such as custom or predefined.
- Constraints: Allowable values are:
predefined
,custom
.
- Constraints: Allowable values are:
- Profile
Version string - (String) The version status of the profile.
- Constraints: The maximum length is
64
characters. The minimum length is5
characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/
.
- Constraints: The maximum length is
- Updated
By string - (String) The user who updated the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Updated
On string - (String) The date when the profile was updated.
- Version
Group stringLabel - (String) The version group label of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Attachments
Count float64 - (Integer) The number of attachments related to this profile.
- Control
Parents float64Count - (Integer) The number of parent controls for the profile.
- Controls
[]Get
Scc Profile Control - (List) The array of controls that are used to create the profile.
- Constraints: The maximum length is
600
items. The minimum length is0
items.
- Constraints: The maximum length is
- Controls
Count float64 - (Integer) The number of controls for the profile.
- Created
By string - (String) The user who created the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Created
On string - (String) The date when the profile was created.
- Default
Parameters []GetScc Profile Default Parameter - (List) The default parameters of the profile.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- Hierarchy
Enabled bool - (Boolean) The indication of whether hierarchy is enabled for the profile.
- Id string
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Instance
Id string - (String) The instance ID.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Latest bool
- (Boolean) The latest version of the profile.
- Profile
Description string - (String) The profile description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Profile
Id string - Profile
Name string - (String) The profile name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Profile
Type string - (String) The profile type, such as custom or predefined.
- Constraints: Allowable values are:
predefined
,custom
.
- Constraints: Allowable values are:
- Profile
Version string - (String) The version status of the profile.
- Constraints: The maximum length is
64
characters. The minimum length is5
characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/
.
- Constraints: The maximum length is
- Updated
By string - (String) The user who updated the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Updated
On string - (String) The date when the profile was updated.
- Version
Group stringLabel - (String) The version group label of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- attachments
Count Double - (Integer) The number of attachments related to this profile.
- control
Parents DoubleCount - (Integer) The number of parent controls for the profile.
- controls
List<Get
Scc Profile Control> - (List) The array of controls that are used to create the profile.
- Constraints: The maximum length is
600
items. The minimum length is0
items.
- Constraints: The maximum length is
- controls
Count Double - (Integer) The number of controls for the profile.
- created
By String - (String) The user who created the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created
On String - (String) The date when the profile was created.
- default
Parameters List<GetScc Profile Default Parameter> - (List) The default parameters of the profile.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- hierarchy
Enabled Boolean - (Boolean) The indication of whether hierarchy is enabled for the profile.
- id String
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance
Id String - (String) The instance ID.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- latest Boolean
- (Boolean) The latest version of the profile.
- profile
Description String - (String) The profile description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile
Id String - profile
Name String - (String) The profile name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile
Type String - (String) The profile type, such as custom or predefined.
- Constraints: Allowable values are:
predefined
,custom
.
- Constraints: Allowable values are:
- profile
Version String - (String) The version status of the profile.
- Constraints: The maximum length is
64
characters. The minimum length is5
characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/
.
- Constraints: The maximum length is
- updated
By String - (String) The user who updated the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated
On String - (String) The date when the profile was updated.
- version
Group StringLabel - (String) The version group label of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- attachments
Count number - (Integer) The number of attachments related to this profile.
- control
Parents numberCount - (Integer) The number of parent controls for the profile.
- controls
Get
Scc Profile Control[] - (List) The array of controls that are used to create the profile.
- Constraints: The maximum length is
600
items. The minimum length is0
items.
- Constraints: The maximum length is
- controls
Count number - (Integer) The number of controls for the profile.
- created
By string - (String) The user who created the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created
On string - (String) The date when the profile was created.
- default
Parameters GetScc Profile Default Parameter[] - (List) The default parameters of the profile.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- hierarchy
Enabled boolean - (Boolean) The indication of whether hierarchy is enabled for the profile.
- id string
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance
Id string - (String) The instance ID.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- latest boolean
- (Boolean) The latest version of the profile.
- profile
Description string - (String) The profile description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile
Id string - profile
Name string - (String) The profile name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile
Type string - (String) The profile type, such as custom or predefined.
- Constraints: Allowable values are:
predefined
,custom
.
- Constraints: Allowable values are:
- profile
Version string - (String) The version status of the profile.
- Constraints: The maximum length is
64
characters. The minimum length is5
characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/
.
- Constraints: The maximum length is
- updated
By string - (String) The user who updated the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated
On string - (String) The date when the profile was updated.
- version
Group stringLabel - (String) The version group label of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- attachments_
count float - (Integer) The number of attachments related to this profile.
- control_
parents_ floatcount - (Integer) The number of parent controls for the profile.
- controls
Sequence[Get
Scc Profile Control] - (List) The array of controls that are used to create the profile.
- Constraints: The maximum length is
600
items. The minimum length is0
items.
- Constraints: The maximum length is
- controls_
count float - (Integer) The number of controls for the profile.
- created_
by str - (String) The user who created the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created_
on str - (String) The date when the profile was created.
- default_
parameters Sequence[GetScc Profile Default Parameter] - (List) The default parameters of the profile.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- hierarchy_
enabled bool - (Boolean) The indication of whether hierarchy is enabled for the profile.
- id str
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance_
id str - (String) The instance ID.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- latest bool
- (Boolean) The latest version of the profile.
- profile_
description str - (String) The profile description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile_
id str - profile_
name str - (String) The profile name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile_
type str - (String) The profile type, such as custom or predefined.
- Constraints: Allowable values are:
predefined
,custom
.
- Constraints: Allowable values are:
- profile_
version str - (String) The version status of the profile.
- Constraints: The maximum length is
64
characters. The minimum length is5
characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/
.
- Constraints: The maximum length is
- updated_
by str - (String) The user who updated the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated_
on str - (String) The date when the profile was updated.
- version_
group_ strlabel - (String) The version group label of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- attachments
Count Number - (Integer) The number of attachments related to this profile.
- control
Parents NumberCount - (Integer) The number of parent controls for the profile.
- controls List<Property Map>
- (List) The array of controls that are used to create the profile.
- Constraints: The maximum length is
600
items. The minimum length is0
items.
- Constraints: The maximum length is
- controls
Count Number - (Integer) The number of controls for the profile.
- created
By String - (String) The user who created the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created
On String - (String) The date when the profile was created.
- default
Parameters List<Property Map> - (List) The default parameters of the profile.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- hierarchy
Enabled Boolean - (Boolean) The indication of whether hierarchy is enabled for the profile.
- id String
- (String) The unique ID of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- instance
Id String - (String) The instance ID.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- latest Boolean
- (Boolean) The latest version of the profile.
- profile
Description String - (String) The profile description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile
Id String - profile
Name String - (String) The profile name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- profile
Type String - (String) The profile type, such as custom or predefined.
- Constraints: Allowable values are:
predefined
,custom
.
- Constraints: Allowable values are:
- profile
Version String - (String) The version status of the profile.
- Constraints: The maximum length is
64
characters. The minimum length is5
characters. The value must match regular expression/^[a-zA-Z0-9_\\-.]*$/
.
- Constraints: The maximum length is
- updated
By String - (String) The user who updated the profile.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated
On String - (String) The date when the profile was updated.
- version
Group StringLabel - (String) The version group label of the profile.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
Supporting Types
GetSccProfileControl
- Control
Category string - (String) The control category.
- Constraints: The maximum length is
512
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Description string - (String) The control description.
- Constraints: The maximum length is
1024
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Docs List<GetScc Profile Control Control Doc> - (List) The control documentation. Nested schema for control_docs:
- Control
Id string - (String) The unique ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Z0-9]+/
.
- Constraints: The maximum length is
- Control
Library stringId - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Library stringVersion - (String) The most recent version of the control library.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Name string - (String) The control name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]*/
.
- Constraints: The maximum length is
- Control
Requirement bool - (Boolean) Is this a control that can be automated or manually evaluated.
- Control
Specifications List<GetScc Profile Control Control Specification> - (List) The control specifications.
- Constraints: The maximum length is
400
items. The minimum length is0
items.
- Constraints: The maximum length is
- Control
Specifications doubleCount - (Integer) The number of control specifications.
- Control
Category string - (String) The control category.
- Constraints: The maximum length is
512
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Description string - (String) The control description.
- Constraints: The maximum length is
1024
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Docs []GetScc Profile Control Control Doc - (List) The control documentation. Nested schema for control_docs:
- Control
Id string - (String) The unique ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Z0-9]+/
.
- Constraints: The maximum length is
- Control
Library stringId - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Library stringVersion - (String) The most recent version of the control library.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Control
Name string - (String) The control name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]*/
.
- Constraints: The maximum length is
- Control
Requirement bool - (Boolean) Is this a control that can be automated or manually evaluated.
- Control
Specifications []GetScc Profile Control Control Specification - (List) The control specifications.
- Constraints: The maximum length is
400
items. The minimum length is0
items.
- Constraints: The maximum length is
- Control
Specifications float64Count - (Integer) The number of control specifications.
- control
Category String - (String) The control category.
- Constraints: The maximum length is
512
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Description String - (String) The control description.
- Constraints: The maximum length is
1024
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Docs List<GetScc Profile Control Control Doc> - (List) The control documentation. Nested schema for control_docs:
- control
Id String - (String) The unique ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Z0-9]+/
.
- Constraints: The maximum length is
- control
Library StringId - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Library StringVersion - (String) The most recent version of the control library.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Name String - (String) The control name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]*/
.
- Constraints: The maximum length is
- control
Requirement Boolean - (Boolean) Is this a control that can be automated or manually evaluated.
- control
Specifications List<GetScc Profile Control Control Specification> - (List) The control specifications.
- Constraints: The maximum length is
400
items. The minimum length is0
items.
- Constraints: The maximum length is
- control
Specifications DoubleCount - (Integer) The number of control specifications.
- control
Category string - (String) The control category.
- Constraints: The maximum length is
512
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Description string - (String) The control description.
- Constraints: The maximum length is
1024
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Docs GetScc Profile Control Control Doc[] - (List) The control documentation. Nested schema for control_docs:
- control
Id string - (String) The unique ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Z0-9]+/
.
- Constraints: The maximum length is
- control
Library stringId - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Library stringVersion - (String) The most recent version of the control library.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Name string - (String) The control name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]*/
.
- Constraints: The maximum length is
- control
Requirement boolean - (Boolean) Is this a control that can be automated or manually evaluated.
- control
Specifications GetScc Profile Control Control Specification[] - (List) The control specifications.
- Constraints: The maximum length is
400
items. The minimum length is0
items.
- Constraints: The maximum length is
- control
Specifications numberCount - (Integer) The number of control specifications.
- control_
category str - (String) The control category.
- Constraints: The maximum length is
512
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control_
description str - (String) The control description.
- Constraints: The maximum length is
1024
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control_
docs Sequence[GetScc Profile Control Control Doc] - (List) The control documentation. Nested schema for control_docs:
- control_
id str - (String) The unique ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Z0-9]+/
.
- Constraints: The maximum length is
- control_
library_ strid - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control_
library_ strversion - (String) The most recent version of the control library.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control_
name str - (String) The control name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]*/
.
- Constraints: The maximum length is
- control_
requirement bool - (Boolean) Is this a control that can be automated or manually evaluated.
- control_
specifications Sequence[GetScc Profile Control Control Specification] - (List) The control specifications.
- Constraints: The maximum length is
400
items. The minimum length is0
items.
- Constraints: The maximum length is
- control_
specifications_ floatcount - (Integer) The number of control specifications.
- control
Category String - (String) The control category.
- Constraints: The maximum length is
512
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Description String - (String) The control description.
- Constraints: The maximum length is
1024
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Docs List<Property Map> - (List) The control documentation. Nested schema for control_docs:
- control
Id String - (String) The unique ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Z0-9]+/
.
- Constraints: The maximum length is
- control
Library StringId - (String) The ID of the control library that contains the profile.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Library StringVersion - (String) The most recent version of the control library.
- Constraints: The maximum length is
36
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- control
Name String - (String) The control name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]*/
.
- Constraints: The maximum length is
- control
Requirement Boolean - (Boolean) Is this a control that can be automated or manually evaluated.
- control
Specifications List<Property Map> - (List) The control specifications.
- Constraints: The maximum length is
400
items. The minimum length is0
items.
- Constraints: The maximum length is
- control
Specifications NumberCount - (Integer) The number of control specifications.
GetSccProfileControlControlDoc
- Control
Docs stringId - (String) The ID of the control documentation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccProfileControlControlSpecification
- Assessments
List<Get
Scc Profile Control Control Specification Assessment> - (List) The assessments.
- Constraints: The maximum length is
10
items. The minimum length is0
items. 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
64
characters. The minimum length is2
characters. 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
1024
characters. The minimum length is2
characters. 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
36
characters. The minimum length is36
characters. 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
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment - (List) The assessments.
- Constraints: The maximum length is
10
items. The minimum length is0
items. 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
64
characters. The minimum length is2
characters. 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
1024
characters. The minimum length is2
characters. 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
36
characters. The minimum length is36
characters. 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
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment> - (List) The assessments.
- Constraints: The maximum length is
10
items. The minimum length is0
items. 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
64
characters. The minimum length is2
characters. 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
1024
characters. The minimum length is2
characters. 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
36
characters. The minimum length is36
characters. 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
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment[] - (List) The assessments.
- Constraints: The maximum length is
10
items. The minimum length is0
items. 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
64
characters. The minimum length is2
characters. 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
1024
characters. The minimum length is2
characters. 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
36
characters. The minimum length is36
characters. 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
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment] - (List) The assessments.
- Constraints: The maximum length is
10
items. The minimum length is0
items. 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
64
characters. The minimum length is2
characters. 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
1024
characters. The minimum length is2
characters. 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
36
characters. The minimum length is36
characters. 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
64
characters. The minimum length is2
characters. 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
10
items. The minimum length is0
items. 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
64
characters. The minimum length is2
characters. 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
1024
characters. The minimum length is2
characters. 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
36
characters. The minimum length is36
characters. 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
64
characters. The minimum length is2
characters. 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:
GetSccProfileControlControlSpecificationAssessment
- Assessment
Description string - (String) The assessment description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- Assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment Parameter> - (List) The parameters.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- Assessment
Description string - (String) The assessment description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- Assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment Parameter - (List) The parameters.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- assessment
Description String - (String) The assessment description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- assessment
Id String - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type String - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment Parameter> - (List) The parameters.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- assessment
Description string - (String) The assessment description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment Parameter[] - (List) The parameters.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- assessment_
description str - (String) The assessment description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- assessment_
id str - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment_
type str - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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 Profile Control Control Specification Assessment Parameter] - (List) The parameters.
- Constraints: The maximum length is
512
items. The minimum length is0
items.
- Constraints: The maximum length is
- assessment
Description String - (String) The assessment description.
- Constraints: The maximum length is
256
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- assessment
Id String - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type String - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
512
items. The minimum length is0
items.
- Constraints: The maximum length is
GetSccProfileControlControlSpecificationAssessmentParameter
- Parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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:
GetSccProfileDefaultParameter
- Assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Parameter
Default stringValue - (String) The default value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- Parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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:
- Assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Parameter
Default stringValue - (String) The default value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- Parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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:
- assessment
Id String - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type String - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter
Default StringValue - (String) The default value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- parameter
Display StringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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:
- assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter
Default stringValue - (String) The default value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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:
- assessment_
id str - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment_
type str - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter_
default_ strvalue - (String) The default value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- parameter_
display_ strname - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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:
- assessment
Id String - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type String - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter
Default StringValue - (String) The default value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- parameter
Display StringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. 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
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- 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
ibm
Terraform Provider.