Create CdToolchainToolSecuritycompliance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CdToolchainToolSecuritycompliance(name: string, args: CdToolchainToolSecuritycomplianceArgs, opts?: CustomResourceOptions);@overload
def CdToolchainToolSecuritycompliance(resource_name: str,
args: CdToolchainToolSecuritycomplianceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CdToolchainToolSecuritycompliance(resource_name: str,
opts: Optional[ResourceOptions] = None,
parameters: Optional[CdToolchainToolSecuritycomplianceParametersArgs] = None,
toolchain_id: Optional[str] = None,
cd_toolchain_tool_securitycompliance_id: Optional[str] = None,
name: Optional[str] = None)func NewCdToolchainToolSecuritycompliance(ctx *Context, name string, args CdToolchainToolSecuritycomplianceArgs, opts ...ResourceOption) (*CdToolchainToolSecuritycompliance, error)public CdToolchainToolSecuritycompliance(string name, CdToolchainToolSecuritycomplianceArgs args, CustomResourceOptions? opts = null)
public CdToolchainToolSecuritycompliance(String name, CdToolchainToolSecuritycomplianceArgs args)
public CdToolchainToolSecuritycompliance(String name, CdToolchainToolSecuritycomplianceArgs args, CustomResourceOptions options)
type: ibm:CdToolchainToolSecuritycompliance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CdToolchainToolSecuritycomplianceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CdToolchainToolSecuritycomplianceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CdToolchainToolSecuritycomplianceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CdToolchainToolSecuritycomplianceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CdToolchainToolSecuritycomplianceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cdToolchainToolSecuritycomplianceResource = new Ibm.CdToolchainToolSecuritycompliance("cdToolchainToolSecuritycomplianceResource", new()
{
Parameters = new Ibm.Inputs.CdToolchainToolSecuritycomplianceParametersArgs
{
Name = "string",
AttachmentId = "string",
CosBucketName = "string",
EvidenceLockerType = "string",
EvidenceNamespace = "string",
EvidenceRepoUrl = "string",
InstanceCrn = "string",
ProfileName = "string",
ProfileVersion = "string",
SccApiKey = "string",
UseProfileAttachment = "string",
},
ToolchainId = "string",
CdToolchainToolSecuritycomplianceId = "string",
Name = "string",
});
example, err := ibm.NewCdToolchainToolSecuritycompliance(ctx, "cdToolchainToolSecuritycomplianceResource", &ibm.CdToolchainToolSecuritycomplianceArgs{
Parameters: &ibm.CdToolchainToolSecuritycomplianceParametersArgs{
Name: pulumi.String("string"),
AttachmentId: pulumi.String("string"),
CosBucketName: pulumi.String("string"),
EvidenceLockerType: pulumi.String("string"),
EvidenceNamespace: pulumi.String("string"),
EvidenceRepoUrl: pulumi.String("string"),
InstanceCrn: pulumi.String("string"),
ProfileName: pulumi.String("string"),
ProfileVersion: pulumi.String("string"),
SccApiKey: pulumi.String("string"),
UseProfileAttachment: pulumi.String("string"),
},
ToolchainId: pulumi.String("string"),
CdToolchainToolSecuritycomplianceId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var cdToolchainToolSecuritycomplianceResource = new CdToolchainToolSecuritycompliance("cdToolchainToolSecuritycomplianceResource", CdToolchainToolSecuritycomplianceArgs.builder()
.parameters(CdToolchainToolSecuritycomplianceParametersArgs.builder()
.name("string")
.attachmentId("string")
.cosBucketName("string")
.evidenceLockerType("string")
.evidenceNamespace("string")
.evidenceRepoUrl("string")
.instanceCrn("string")
.profileName("string")
.profileVersion("string")
.sccApiKey("string")
.useProfileAttachment("string")
.build())
.toolchainId("string")
.cdToolchainToolSecuritycomplianceId("string")
.name("string")
.build());
cd_toolchain_tool_securitycompliance_resource = ibm.CdToolchainToolSecuritycompliance("cdToolchainToolSecuritycomplianceResource",
parameters={
"name": "string",
"attachment_id": "string",
"cos_bucket_name": "string",
"evidence_locker_type": "string",
"evidence_namespace": "string",
"evidence_repo_url": "string",
"instance_crn": "string",
"profile_name": "string",
"profile_version": "string",
"scc_api_key": "string",
"use_profile_attachment": "string",
},
toolchain_id="string",
cd_toolchain_tool_securitycompliance_id="string",
name="string")
const cdToolchainToolSecuritycomplianceResource = new ibm.CdToolchainToolSecuritycompliance("cdToolchainToolSecuritycomplianceResource", {
parameters: {
name: "string",
attachmentId: "string",
cosBucketName: "string",
evidenceLockerType: "string",
evidenceNamespace: "string",
evidenceRepoUrl: "string",
instanceCrn: "string",
profileName: "string",
profileVersion: "string",
sccApiKey: "string",
useProfileAttachment: "string",
},
toolchainId: "string",
cdToolchainToolSecuritycomplianceId: "string",
name: "string",
});
type: ibm:CdToolchainToolSecuritycompliance
properties:
cdToolchainToolSecuritycomplianceId: string
name: string
parameters:
attachmentId: string
cosBucketName: string
evidenceLockerType: string
evidenceNamespace: string
evidenceRepoUrl: string
instanceCrn: string
name: string
profileName: string
profileVersion: string
sccApiKey: string
useProfileAttachment: string
toolchainId: string
CdToolchainToolSecuritycompliance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CdToolchainToolSecuritycompliance resource accepts the following input properties:
- Parameters
Cd
Toolchain Tool Securitycompliance Parameters - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- Toolchain
Id string - ID of the toolchain to bind the tool to.
- Cd
Toolchain stringTool Securitycompliance Id - Name string
- Name of the tool.
- Parameters
Cd
Toolchain Tool Securitycompliance Parameters Args - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- Toolchain
Id string - ID of the toolchain to bind the tool to.
- Cd
Toolchain stringTool Securitycompliance Id - Name string
- Name of the tool.
- parameters
Cd
Toolchain Tool Securitycompliance Parameters - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- toolchain
Id String - ID of the toolchain to bind the tool to.
- cd
Toolchain StringTool Securitycompliance Id - name String
- Name of the tool.
- parameters
Cd
Toolchain Tool Securitycompliance Parameters - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- toolchain
Id string - ID of the toolchain to bind the tool to.
- cd
Toolchain stringTool Securitycompliance Id - name string
- Name of the tool.
- parameters
Cd
Toolchain Tool Securitycompliance Parameters Args - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- toolchain_
id str - ID of the toolchain to bind the tool to.
- cd_
toolchain_ strtool_ securitycompliance_ id - name str
- Name of the tool.
- parameters Property Map
- Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- toolchain
Id String - ID of the toolchain to bind the tool to.
- cd
Toolchain StringTool Securitycompliance Id - name String
- Name of the tool.
Outputs
All input properties are implicitly available as output properties. Additionally, the CdToolchainToolSecuritycompliance resource produces the following output properties:
- Crn string
- Tool CRN.
- Href string
- URI representing the tool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Referents
List<Cd
Toolchain Tool Securitycompliance Referent> - Information on URIs to access this resource through the UI or API.
- Resource
Group stringId - Resource group where the tool is located.
- State string
- Current configuration state of the tool.
- Tool
Id string - Tool ID.
- Toolchain
Crn string - CRN of toolchain which the tool is bound to.
- Updated
At string - Latest tool update timestamp.
- Crn string
- Tool CRN.
- Href string
- URI representing the tool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Referents
[]Cd
Toolchain Tool Securitycompliance Referent - Information on URIs to access this resource through the UI or API.
- Resource
Group stringId - Resource group where the tool is located.
- State string
- Current configuration state of the tool.
- Tool
Id string - Tool ID.
- Toolchain
Crn string - CRN of toolchain which the tool is bound to.
- Updated
At string - Latest tool update timestamp.
- crn String
- Tool CRN.
- href String
- URI representing the tool.
- id String
- The provider-assigned unique ID for this managed resource.
- referents
List<Cd
Toolchain Tool Securitycompliance Referent> - Information on URIs to access this resource through the UI or API.
- resource
Group StringId - Resource group where the tool is located.
- state String
- Current configuration state of the tool.
- tool
Id String - Tool ID.
- toolchain
Crn String - CRN of toolchain which the tool is bound to.
- updated
At String - Latest tool update timestamp.
- crn string
- Tool CRN.
- href string
- URI representing the tool.
- id string
- The provider-assigned unique ID for this managed resource.
- referents
Cd
Toolchain Tool Securitycompliance Referent[] - Information on URIs to access this resource through the UI or API.
- resource
Group stringId - Resource group where the tool is located.
- state string
- Current configuration state of the tool.
- tool
Id string - Tool ID.
- toolchain
Crn string - CRN of toolchain which the tool is bound to.
- updated
At string - Latest tool update timestamp.
- crn str
- Tool CRN.
- href str
- URI representing the tool.
- id str
- The provider-assigned unique ID for this managed resource.
- referents
Sequence[Cd
Toolchain Tool Securitycompliance Referent] - Information on URIs to access this resource through the UI or API.
- resource_
group_ strid - Resource group where the tool is located.
- state str
- Current configuration state of the tool.
- tool_
id str - Tool ID.
- toolchain_
crn str - CRN of toolchain which the tool is bound to.
- updated_
at str - Latest tool update timestamp.
- crn String
- Tool CRN.
- href String
- URI representing the tool.
- id String
- The provider-assigned unique ID for this managed resource.
- referents List<Property Map>
- Information on URIs to access this resource through the UI or API.
- resource
Group StringId - Resource group where the tool is located.
- state String
- Current configuration state of the tool.
- tool
Id String - Tool ID.
- toolchain
Crn String - CRN of toolchain which the tool is bound to.
- updated
At String - Latest tool update timestamp.
Look up Existing CdToolchainToolSecuritycompliance Resource
Get an existing CdToolchainToolSecuritycompliance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CdToolchainToolSecuritycomplianceState, opts?: CustomResourceOptions): CdToolchainToolSecuritycompliance@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cd_toolchain_tool_securitycompliance_id: Optional[str] = None,
crn: Optional[str] = None,
href: Optional[str] = None,
name: Optional[str] = None,
parameters: Optional[CdToolchainToolSecuritycomplianceParametersArgs] = None,
referents: Optional[Sequence[CdToolchainToolSecuritycomplianceReferentArgs]] = None,
resource_group_id: Optional[str] = None,
state: Optional[str] = None,
tool_id: Optional[str] = None,
toolchain_crn: Optional[str] = None,
toolchain_id: Optional[str] = None,
updated_at: Optional[str] = None) -> CdToolchainToolSecuritycompliancefunc GetCdToolchainToolSecuritycompliance(ctx *Context, name string, id IDInput, state *CdToolchainToolSecuritycomplianceState, opts ...ResourceOption) (*CdToolchainToolSecuritycompliance, error)public static CdToolchainToolSecuritycompliance Get(string name, Input<string> id, CdToolchainToolSecuritycomplianceState? state, CustomResourceOptions? opts = null)public static CdToolchainToolSecuritycompliance get(String name, Output<String> id, CdToolchainToolSecuritycomplianceState state, CustomResourceOptions options)resources: _: type: ibm:CdToolchainToolSecuritycompliance get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cd
Toolchain stringTool Securitycompliance Id - Crn string
- Tool CRN.
- Href string
- URI representing the tool.
- Name string
- Name of the tool.
- Parameters
Cd
Toolchain Tool Securitycompliance Parameters - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- Referents
List<Cd
Toolchain Tool Securitycompliance Referent> - Information on URIs to access this resource through the UI or API.
- Resource
Group stringId - Resource group where the tool is located.
- State string
- Current configuration state of the tool.
- Tool
Id string - Tool ID.
- Toolchain
Crn string - CRN of toolchain which the tool is bound to.
- Toolchain
Id string - ID of the toolchain to bind the tool to.
- Updated
At string - Latest tool update timestamp.
- Cd
Toolchain stringTool Securitycompliance Id - Crn string
- Tool CRN.
- Href string
- URI representing the tool.
- Name string
- Name of the tool.
- Parameters
Cd
Toolchain Tool Securitycompliance Parameters Args - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- Referents
[]Cd
Toolchain Tool Securitycompliance Referent Args - Information on URIs to access this resource through the UI or API.
- Resource
Group stringId - Resource group where the tool is located.
- State string
- Current configuration state of the tool.
- Tool
Id string - Tool ID.
- Toolchain
Crn string - CRN of toolchain which the tool is bound to.
- Toolchain
Id string - ID of the toolchain to bind the tool to.
- Updated
At string - Latest tool update timestamp.
- cd
Toolchain StringTool Securitycompliance Id - crn String
- Tool CRN.
- href String
- URI representing the tool.
- name String
- Name of the tool.
- parameters
Cd
Toolchain Tool Securitycompliance Parameters - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- referents
List<Cd
Toolchain Tool Securitycompliance Referent> - Information on URIs to access this resource through the UI or API.
- resource
Group StringId - Resource group where the tool is located.
- state String
- Current configuration state of the tool.
- tool
Id String - Tool ID.
- toolchain
Crn String - CRN of toolchain which the tool is bound to.
- toolchain
Id String - ID of the toolchain to bind the tool to.
- updated
At String - Latest tool update timestamp.
- cd
Toolchain stringTool Securitycompliance Id - crn string
- Tool CRN.
- href string
- URI representing the tool.
- name string
- Name of the tool.
- parameters
Cd
Toolchain Tool Securitycompliance Parameters - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- referents
Cd
Toolchain Tool Securitycompliance Referent[] - Information on URIs to access this resource through the UI or API.
- resource
Group stringId - Resource group where the tool is located.
- state string
- Current configuration state of the tool.
- tool
Id string - Tool ID.
- toolchain
Crn string - CRN of toolchain which the tool is bound to.
- toolchain
Id string - ID of the toolchain to bind the tool to.
- updated
At string - Latest tool update timestamp.
- cd_
toolchain_ strtool_ securitycompliance_ id - crn str
- Tool CRN.
- href str
- URI representing the tool.
- name str
- Name of the tool.
- parameters
Cd
Toolchain Tool Securitycompliance Parameters Args - Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- referents
Sequence[Cd
Toolchain Tool Securitycompliance Referent Args] - Information on URIs to access this resource through the UI or API.
- resource_
group_ strid - Resource group where the tool is located.
- state str
- Current configuration state of the tool.
- tool_
id str - Tool ID.
- toolchain_
crn str - CRN of toolchain which the tool is bound to.
- toolchain_
id str - ID of the toolchain to bind the tool to.
- updated_
at str - Latest tool update timestamp.
- cd
Toolchain StringTool Securitycompliance Id - crn String
- Tool CRN.
- href String
- URI representing the tool.
- name String
- Name of the tool.
- parameters Property Map
- Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page.
- referents List<Property Map>
- Information on URIs to access this resource through the UI or API.
- resource
Group StringId - Resource group where the tool is located.
- state String
- Current configuration state of the tool.
- tool
Id String - Tool ID.
- toolchain
Crn String - CRN of toolchain which the tool is bound to.
- toolchain
Id String - ID of the toolchain to bind the tool to.
- updated
At String - Latest tool update timestamp.
Supporting Types
CdToolchainToolSecuritycomplianceParameters, CdToolchainToolSecuritycomplianceParametersArgs
- Name string
- The name for this tool integration, shown on the toolchain page.
- Attachment
Id string - An attachment ID. An attachment is configured under a profile to define how a scan will be run. To find the attachment ID, in the browser, in the attachments list, click on the attachment link, and a panel appears with a button to copy the attachment ID. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Cos
Bucket stringName - The name of the Cloud Object Storage bucket used as an evidence locker. Make sure that this
cos_bucket_nameparameter matches thebucket_namefor acloudobjectstorage(Cloud Object Storage) tool integration in this toolchain. Only relevant whenevidence_locker_typeis set toevidence-bucket. - Evidence
Locker stringType - The type of evidence storage locker. If you are using a Cloud Object Storage bucket, use the
evidence-buckettype, and use the othercos_bucket_nameparameter to point to the bucket, and provide acloudobjectstorage(Cloud Object Storage) tool integration with a matchingbucket_nameand the credentials for connecting to the bucket. Or else if you are using a Git repository, use theevidence-repotype, and use the otherevidence_repo_urlparameter to point to the Git repository, and provide a Git tool integration. When absent defaults toevidence-repo. - Evidence
Namespace string - The kind of pipeline evidence to be displayed in Security and Compliance Center for this toolchain. The values are;
cdwhich will use evidence generated by a Continuous Deployment (CD) pipeline, orccwhich will use evidence generated by a Continuous Compliance (CC) pipeline. The default behavior is to use the CD evidence. - Evidence
Repo stringUrl - The URL to a Git repository evidence locker. This evidence URL should match the
repo_urlfor a Git tool integration in this toolchain. Only relevant when usingevidence-repoas theevidence_locker_type. - Instance
Crn string - The Security and Compliance Center service instance CRN (Cloud Resource Name). It is recommended to provide an instance CRN, but when absent, the oldest service instance will be used. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Profile
Name string - The name of a Security and Compliance Center profile. Usually, use the "IBM Cloud Framework for Financial Services" predefined profile, which contains the DevSecOps Toolchain rules. Or use a user-authored customized profile that has been configured to contain those rules. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Profile
Version string - The version of a Security and Compliance Center profile, in SemVer format, like '0.0.0'. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Scc
Api stringKey - The IBM Cloud API key used to access the Security and Compliance Center service, for the use profile with attachment setting. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery. - Use
Profile stringAttachment - Set to
enabledto enable use of a Security and Compliance Center (SCC) attachment and associated profile. This configuration allows the pre-deployment validation scripts to use the SCC profile. These scripts interact with the Security and Compliance Center service to check compliance rules for Continuous Deployment (CD). Similar checks are in place to ensure compliance monitoring for Continuous Compliance (CC). When enabled, other parameters become relevant;scc_api_key,instance_crn,profile_name,profile_version,attachment_id.
- Name string
- The name for this tool integration, shown on the toolchain page.
- Attachment
Id string - An attachment ID. An attachment is configured under a profile to define how a scan will be run. To find the attachment ID, in the browser, in the attachments list, click on the attachment link, and a panel appears with a button to copy the attachment ID. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Cos
Bucket stringName - The name of the Cloud Object Storage bucket used as an evidence locker. Make sure that this
cos_bucket_nameparameter matches thebucket_namefor acloudobjectstorage(Cloud Object Storage) tool integration in this toolchain. Only relevant whenevidence_locker_typeis set toevidence-bucket. - Evidence
Locker stringType - The type of evidence storage locker. If you are using a Cloud Object Storage bucket, use the
evidence-buckettype, and use the othercos_bucket_nameparameter to point to the bucket, and provide acloudobjectstorage(Cloud Object Storage) tool integration with a matchingbucket_nameand the credentials for connecting to the bucket. Or else if you are using a Git repository, use theevidence-repotype, and use the otherevidence_repo_urlparameter to point to the Git repository, and provide a Git tool integration. When absent defaults toevidence-repo. - Evidence
Namespace string - The kind of pipeline evidence to be displayed in Security and Compliance Center for this toolchain. The values are;
cdwhich will use evidence generated by a Continuous Deployment (CD) pipeline, orccwhich will use evidence generated by a Continuous Compliance (CC) pipeline. The default behavior is to use the CD evidence. - Evidence
Repo stringUrl - The URL to a Git repository evidence locker. This evidence URL should match the
repo_urlfor a Git tool integration in this toolchain. Only relevant when usingevidence-repoas theevidence_locker_type. - Instance
Crn string - The Security and Compliance Center service instance CRN (Cloud Resource Name). It is recommended to provide an instance CRN, but when absent, the oldest service instance will be used. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Profile
Name string - The name of a Security and Compliance Center profile. Usually, use the "IBM Cloud Framework for Financial Services" predefined profile, which contains the DevSecOps Toolchain rules. Or use a user-authored customized profile that has been configured to contain those rules. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Profile
Version string - The version of a Security and Compliance Center profile, in SemVer format, like '0.0.0'. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - Scc
Api stringKey - The IBM Cloud API key used to access the Security and Compliance Center service, for the use profile with attachment setting. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery. - Use
Profile stringAttachment - Set to
enabledto enable use of a Security and Compliance Center (SCC) attachment and associated profile. This configuration allows the pre-deployment validation scripts to use the SCC profile. These scripts interact with the Security and Compliance Center service to check compliance rules for Continuous Deployment (CD). Similar checks are in place to ensure compliance monitoring for Continuous Compliance (CC). When enabled, other parameters become relevant;scc_api_key,instance_crn,profile_name,profile_version,attachment_id.
- name String
- The name for this tool integration, shown on the toolchain page.
- attachment
Id String - An attachment ID. An attachment is configured under a profile to define how a scan will be run. To find the attachment ID, in the browser, in the attachments list, click on the attachment link, and a panel appears with a button to copy the attachment ID. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - cos
Bucket StringName - The name of the Cloud Object Storage bucket used as an evidence locker. Make sure that this
cos_bucket_nameparameter matches thebucket_namefor acloudobjectstorage(Cloud Object Storage) tool integration in this toolchain. Only relevant whenevidence_locker_typeis set toevidence-bucket. - evidence
Locker StringType - The type of evidence storage locker. If you are using a Cloud Object Storage bucket, use the
evidence-buckettype, and use the othercos_bucket_nameparameter to point to the bucket, and provide acloudobjectstorage(Cloud Object Storage) tool integration with a matchingbucket_nameand the credentials for connecting to the bucket. Or else if you are using a Git repository, use theevidence-repotype, and use the otherevidence_repo_urlparameter to point to the Git repository, and provide a Git tool integration. When absent defaults toevidence-repo. - evidence
Namespace String - The kind of pipeline evidence to be displayed in Security and Compliance Center for this toolchain. The values are;
cdwhich will use evidence generated by a Continuous Deployment (CD) pipeline, orccwhich will use evidence generated by a Continuous Compliance (CC) pipeline. The default behavior is to use the CD evidence. - evidence
Repo StringUrl - The URL to a Git repository evidence locker. This evidence URL should match the
repo_urlfor a Git tool integration in this toolchain. Only relevant when usingevidence-repoas theevidence_locker_type. - instance
Crn String - The Security and Compliance Center service instance CRN (Cloud Resource Name). It is recommended to provide an instance CRN, but when absent, the oldest service instance will be used. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile
Name String - The name of a Security and Compliance Center profile. Usually, use the "IBM Cloud Framework for Financial Services" predefined profile, which contains the DevSecOps Toolchain rules. Or use a user-authored customized profile that has been configured to contain those rules. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile
Version String - The version of a Security and Compliance Center profile, in SemVer format, like '0.0.0'. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - scc
Api StringKey - The IBM Cloud API key used to access the Security and Compliance Center service, for the use profile with attachment setting. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery. - use
Profile StringAttachment - Set to
enabledto enable use of a Security and Compliance Center (SCC) attachment and associated profile. This configuration allows the pre-deployment validation scripts to use the SCC profile. These scripts interact with the Security and Compliance Center service to check compliance rules for Continuous Deployment (CD). Similar checks are in place to ensure compliance monitoring for Continuous Compliance (CC). When enabled, other parameters become relevant;scc_api_key,instance_crn,profile_name,profile_version,attachment_id.
- name string
- The name for this tool integration, shown on the toolchain page.
- attachment
Id string - An attachment ID. An attachment is configured under a profile to define how a scan will be run. To find the attachment ID, in the browser, in the attachments list, click on the attachment link, and a panel appears with a button to copy the attachment ID. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - cos
Bucket stringName - The name of the Cloud Object Storage bucket used as an evidence locker. Make sure that this
cos_bucket_nameparameter matches thebucket_namefor acloudobjectstorage(Cloud Object Storage) tool integration in this toolchain. Only relevant whenevidence_locker_typeis set toevidence-bucket. - evidence
Locker stringType - The type of evidence storage locker. If you are using a Cloud Object Storage bucket, use the
evidence-buckettype, and use the othercos_bucket_nameparameter to point to the bucket, and provide acloudobjectstorage(Cloud Object Storage) tool integration with a matchingbucket_nameand the credentials for connecting to the bucket. Or else if you are using a Git repository, use theevidence-repotype, and use the otherevidence_repo_urlparameter to point to the Git repository, and provide a Git tool integration. When absent defaults toevidence-repo. - evidence
Namespace string - The kind of pipeline evidence to be displayed in Security and Compliance Center for this toolchain. The values are;
cdwhich will use evidence generated by a Continuous Deployment (CD) pipeline, orccwhich will use evidence generated by a Continuous Compliance (CC) pipeline. The default behavior is to use the CD evidence. - evidence
Repo stringUrl - The URL to a Git repository evidence locker. This evidence URL should match the
repo_urlfor a Git tool integration in this toolchain. Only relevant when usingevidence-repoas theevidence_locker_type. - instance
Crn string - The Security and Compliance Center service instance CRN (Cloud Resource Name). It is recommended to provide an instance CRN, but when absent, the oldest service instance will be used. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile
Name string - The name of a Security and Compliance Center profile. Usually, use the "IBM Cloud Framework for Financial Services" predefined profile, which contains the DevSecOps Toolchain rules. Or use a user-authored customized profile that has been configured to contain those rules. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile
Version string - The version of a Security and Compliance Center profile, in SemVer format, like '0.0.0'. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - scc
Api stringKey - The IBM Cloud API key used to access the Security and Compliance Center service, for the use profile with attachment setting. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery. - use
Profile stringAttachment - Set to
enabledto enable use of a Security and Compliance Center (SCC) attachment and associated profile. This configuration allows the pre-deployment validation scripts to use the SCC profile. These scripts interact with the Security and Compliance Center service to check compliance rules for Continuous Deployment (CD). Similar checks are in place to ensure compliance monitoring for Continuous Compliance (CC). When enabled, other parameters become relevant;scc_api_key,instance_crn,profile_name,profile_version,attachment_id.
- name str
- The name for this tool integration, shown on the toolchain page.
- attachment_
id str - An attachment ID. An attachment is configured under a profile to define how a scan will be run. To find the attachment ID, in the browser, in the attachments list, click on the attachment link, and a panel appears with a button to copy the attachment ID. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - cos_
bucket_ strname - The name of the Cloud Object Storage bucket used as an evidence locker. Make sure that this
cos_bucket_nameparameter matches thebucket_namefor acloudobjectstorage(Cloud Object Storage) tool integration in this toolchain. Only relevant whenevidence_locker_typeis set toevidence-bucket. - evidence_
locker_ strtype - The type of evidence storage locker. If you are using a Cloud Object Storage bucket, use the
evidence-buckettype, and use the othercos_bucket_nameparameter to point to the bucket, and provide acloudobjectstorage(Cloud Object Storage) tool integration with a matchingbucket_nameand the credentials for connecting to the bucket. Or else if you are using a Git repository, use theevidence-repotype, and use the otherevidence_repo_urlparameter to point to the Git repository, and provide a Git tool integration. When absent defaults toevidence-repo. - evidence_
namespace str - The kind of pipeline evidence to be displayed in Security and Compliance Center for this toolchain. The values are;
cdwhich will use evidence generated by a Continuous Deployment (CD) pipeline, orccwhich will use evidence generated by a Continuous Compliance (CC) pipeline. The default behavior is to use the CD evidence. - evidence_
repo_ strurl - The URL to a Git repository evidence locker. This evidence URL should match the
repo_urlfor a Git tool integration in this toolchain. Only relevant when usingevidence-repoas theevidence_locker_type. - instance_
crn str - The Security and Compliance Center service instance CRN (Cloud Resource Name). It is recommended to provide an instance CRN, but when absent, the oldest service instance will be used. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile_
name str - The name of a Security and Compliance Center profile. Usually, use the "IBM Cloud Framework for Financial Services" predefined profile, which contains the DevSecOps Toolchain rules. Or use a user-authored customized profile that has been configured to contain those rules. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile_
version str - The version of a Security and Compliance Center profile, in SemVer format, like '0.0.0'. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - scc_
api_ strkey - The IBM Cloud API key used to access the Security and Compliance Center service, for the use profile with attachment setting. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery. - use_
profile_ strattachment - Set to
enabledto enable use of a Security and Compliance Center (SCC) attachment and associated profile. This configuration allows the pre-deployment validation scripts to use the SCC profile. These scripts interact with the Security and Compliance Center service to check compliance rules for Continuous Deployment (CD). Similar checks are in place to ensure compliance monitoring for Continuous Compliance (CC). When enabled, other parameters become relevant;scc_api_key,instance_crn,profile_name,profile_version,attachment_id.
- name String
- The name for this tool integration, shown on the toolchain page.
- attachment
Id String - An attachment ID. An attachment is configured under a profile to define how a scan will be run. To find the attachment ID, in the browser, in the attachments list, click on the attachment link, and a panel appears with a button to copy the attachment ID. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - cos
Bucket StringName - The name of the Cloud Object Storage bucket used as an evidence locker. Make sure that this
cos_bucket_nameparameter matches thebucket_namefor acloudobjectstorage(Cloud Object Storage) tool integration in this toolchain. Only relevant whenevidence_locker_typeis set toevidence-bucket. - evidence
Locker StringType - The type of evidence storage locker. If you are using a Cloud Object Storage bucket, use the
evidence-buckettype, and use the othercos_bucket_nameparameter to point to the bucket, and provide acloudobjectstorage(Cloud Object Storage) tool integration with a matchingbucket_nameand the credentials for connecting to the bucket. Or else if you are using a Git repository, use theevidence-repotype, and use the otherevidence_repo_urlparameter to point to the Git repository, and provide a Git tool integration. When absent defaults toevidence-repo. - evidence
Namespace String - The kind of pipeline evidence to be displayed in Security and Compliance Center for this toolchain. The values are;
cdwhich will use evidence generated by a Continuous Deployment (CD) pipeline, orccwhich will use evidence generated by a Continuous Compliance (CC) pipeline. The default behavior is to use the CD evidence. - evidence
Repo StringUrl - The URL to a Git repository evidence locker. This evidence URL should match the
repo_urlfor a Git tool integration in this toolchain. Only relevant when usingevidence-repoas theevidence_locker_type. - instance
Crn String - The Security and Compliance Center service instance CRN (Cloud Resource Name). It is recommended to provide an instance CRN, but when absent, the oldest service instance will be used. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile
Name String - The name of a Security and Compliance Center profile. Usually, use the "IBM Cloud Framework for Financial Services" predefined profile, which contains the DevSecOps Toolchain rules. Or use a user-authored customized profile that has been configured to contain those rules. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - profile
Version String - The version of a Security and Compliance Center profile, in SemVer format, like '0.0.0'. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. - scc
Api StringKey - The IBM Cloud API key used to access the Security and Compliance Center service, for the use profile with attachment setting. This parameter is only relevant when the
use_profile_attachmentparameter isenabled. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery. - use
Profile StringAttachment - Set to
enabledto enable use of a Security and Compliance Center (SCC) attachment and associated profile. This configuration allows the pre-deployment validation scripts to use the SCC profile. These scripts interact with the Security and Compliance Center service to check compliance rules for Continuous Deployment (CD). Similar checks are in place to ensure compliance monitoring for Continuous Compliance (CC). When enabled, other parameters become relevant;scc_api_key,instance_crn,profile_name,profile_version,attachment_id.
CdToolchainToolSecuritycomplianceReferent, CdToolchainToolSecuritycomplianceReferentArgs
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
