Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Adm.getRemediationRecipe
Explore with Pulumi AI
This data source provides details about a specific Remediation Recipe resource in Oracle Cloud Infrastructure Adm service.
Returns the details of the specified RemediationRecipe.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRemediationRecipe = oci.Adm.getRemediationRecipe({
    remediationRecipeId: testRemediationRecipeOciAdmRemediationRecipe.id,
});
import pulumi
import pulumi_oci as oci
test_remediation_recipe = oci.Adm.get_remediation_recipe(remediation_recipe_id=test_remediation_recipe_oci_adm_remediation_recipe["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/adm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := adm.GetRemediationRecipe(ctx, &adm.GetRemediationRecipeArgs{
			RemediationRecipeId: testRemediationRecipeOciAdmRemediationRecipe.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testRemediationRecipe = Oci.Adm.GetRemediationRecipe.Invoke(new()
    {
        RemediationRecipeId = testRemediationRecipeOciAdmRemediationRecipe.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Adm.AdmFunctions;
import com.pulumi.oci.Adm.inputs.GetRemediationRecipeArgs;
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 testRemediationRecipe = AdmFunctions.getRemediationRecipe(GetRemediationRecipeArgs.builder()
            .remediationRecipeId(testRemediationRecipeOciAdmRemediationRecipe.id())
            .build());
    }
}
variables:
  testRemediationRecipe:
    fn::invoke:
      function: oci:Adm:getRemediationRecipe
      arguments:
        remediationRecipeId: ${testRemediationRecipeOciAdmRemediationRecipe.id}
Using getRemediationRecipe
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 getRemediationRecipe(args: GetRemediationRecipeArgs, opts?: InvokeOptions): Promise<GetRemediationRecipeResult>
function getRemediationRecipeOutput(args: GetRemediationRecipeOutputArgs, opts?: InvokeOptions): Output<GetRemediationRecipeResult>def get_remediation_recipe(remediation_recipe_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetRemediationRecipeResult
def get_remediation_recipe_output(remediation_recipe_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetRemediationRecipeResult]func LookupRemediationRecipe(ctx *Context, args *LookupRemediationRecipeArgs, opts ...InvokeOption) (*LookupRemediationRecipeResult, error)
func LookupRemediationRecipeOutput(ctx *Context, args *LookupRemediationRecipeOutputArgs, opts ...InvokeOption) LookupRemediationRecipeResultOutput> Note: This function is named LookupRemediationRecipe in the Go SDK.
public static class GetRemediationRecipe 
{
    public static Task<GetRemediationRecipeResult> InvokeAsync(GetRemediationRecipeArgs args, InvokeOptions? opts = null)
    public static Output<GetRemediationRecipeResult> Invoke(GetRemediationRecipeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRemediationRecipeResult> getRemediationRecipe(GetRemediationRecipeArgs args, InvokeOptions options)
public static Output<GetRemediationRecipeResult> getRemediationRecipe(GetRemediationRecipeArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Adm/getRemediationRecipe:getRemediationRecipe
  arguments:
    # arguments dictionaryThe following arguments are supported:
- RemediationRecipe stringId 
- The Oracle Cloud Identifier (OCID) of a Remediation Recipe, as a URL path parameter.
- RemediationRecipe stringId 
- The Oracle Cloud Identifier (OCID) of a Remediation Recipe, as a URL path parameter.
- remediationRecipe StringId 
- The Oracle Cloud Identifier (OCID) of a Remediation Recipe, as a URL path parameter.
- remediationRecipe stringId 
- The Oracle Cloud Identifier (OCID) of a Remediation Recipe, as a URL path parameter.
- remediation_recipe_ strid 
- The Oracle Cloud Identifier (OCID) of a Remediation Recipe, as a URL path parameter.
- remediationRecipe StringId 
- The Oracle Cloud Identifier (OCID) of a Remediation Recipe, as a URL path parameter.
getRemediationRecipe Result
The following output properties are available:
- CompartmentId string
- The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DetectConfigurations List<GetRemediation Recipe Detect Configuration> 
- A configuration to define the constraints when detecting vulnerable dependencies.
- DisplayName string
- The name of the Remediation Recipe.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The Oracle Cloud Identifier (OCID) of the remediation recipe.
- IsRun boolTriggered On Kb Change 
- Boolean indicating if a run should be automatically triggered once the Knowledge Base contents are updated.
- KnowledgeBase stringId 
- The Oracle Cloud Identifier (OCID) of the knowledge base.
- NetworkConfigurations List<GetRemediation Recipe Network Configuration> 
- A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
- RemediationRecipe stringId 
- ScmConfigurations List<GetRemediation Recipe Scm Configuration> 
- A configuration for the Source Code Management tool/platform used by a remediation recipe.
- State string
- The current lifecycle state of the Remediation Recipe.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The creation date and time of the Remediation Recipe (formatted according to RFC3339).
- TimeUpdated string
- The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
- VerifyConfigurations List<GetRemediation Recipe Verify Configuration> 
- The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.
- CompartmentId string
- The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DetectConfigurations []GetRemediation Recipe Detect Configuration 
- A configuration to define the constraints when detecting vulnerable dependencies.
- DisplayName string
- The name of the Remediation Recipe.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The Oracle Cloud Identifier (OCID) of the remediation recipe.
- IsRun boolTriggered On Kb Change 
- Boolean indicating if a run should be automatically triggered once the Knowledge Base contents are updated.
- KnowledgeBase stringId 
- The Oracle Cloud Identifier (OCID) of the knowledge base.
- NetworkConfigurations []GetRemediation Recipe Network Configuration 
- A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
- RemediationRecipe stringId 
- ScmConfigurations []GetRemediation Recipe Scm Configuration 
- A configuration for the Source Code Management tool/platform used by a remediation recipe.
- State string
- The current lifecycle state of the Remediation Recipe.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The creation date and time of the Remediation Recipe (formatted according to RFC3339).
- TimeUpdated string
- The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
- VerifyConfigurations []GetRemediation Recipe Verify Configuration 
- The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.
- compartmentId String
- The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- detectConfigurations List<GetRemediation Recipe Detect Configuration> 
- A configuration to define the constraints when detecting vulnerable dependencies.
- displayName String
- The name of the Remediation Recipe.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The Oracle Cloud Identifier (OCID) of the remediation recipe.
- isRun BooleanTriggered On Kb Change 
- Boolean indicating if a run should be automatically triggered once the Knowledge Base contents are updated.
- knowledgeBase StringId 
- The Oracle Cloud Identifier (OCID) of the knowledge base.
- networkConfigurations List<GetRemediation Recipe Network Configuration> 
- A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
- remediationRecipe StringId 
- scmConfigurations List<GetRemediation Recipe Scm Configuration> 
- A configuration for the Source Code Management tool/platform used by a remediation recipe.
- state String
- The current lifecycle state of the Remediation Recipe.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The creation date and time of the Remediation Recipe (formatted according to RFC3339).
- timeUpdated String
- The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
- verifyConfigurations List<GetRemediation Recipe Verify Configuration> 
- The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.
- compartmentId string
- The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- detectConfigurations GetRemediation Recipe Detect Configuration[] 
- A configuration to define the constraints when detecting vulnerable dependencies.
- displayName string
- The name of the Remediation Recipe.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- The Oracle Cloud Identifier (OCID) of the remediation recipe.
- isRun booleanTriggered On Kb Change 
- Boolean indicating if a run should be automatically triggered once the Knowledge Base contents are updated.
- knowledgeBase stringId 
- The Oracle Cloud Identifier (OCID) of the knowledge base.
- networkConfigurations GetRemediation Recipe Network Configuration[] 
- A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
- remediationRecipe stringId 
- scmConfigurations GetRemediation Recipe Scm Configuration[] 
- A configuration for the Source Code Management tool/platform used by a remediation recipe.
- state string
- The current lifecycle state of the Remediation Recipe.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The creation date and time of the Remediation Recipe (formatted according to RFC3339).
- timeUpdated string
- The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
- verifyConfigurations GetRemediation Recipe Verify Configuration[] 
- The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.
- compartment_id str
- The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- detect_configurations Sequence[GetRemediation Recipe Detect Configuration] 
- A configuration to define the constraints when detecting vulnerable dependencies.
- display_name str
- The name of the Remediation Recipe.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- The Oracle Cloud Identifier (OCID) of the remediation recipe.
- is_run_ booltriggered_ on_ kb_ change 
- Boolean indicating if a run should be automatically triggered once the Knowledge Base contents are updated.
- knowledge_base_ strid 
- The Oracle Cloud Identifier (OCID) of the knowledge base.
- network_configurations Sequence[GetRemediation Recipe Network Configuration] 
- A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
- remediation_recipe_ strid 
- scm_configurations Sequence[GetRemediation Recipe Scm Configuration] 
- A configuration for the Source Code Management tool/platform used by a remediation recipe.
- state str
- The current lifecycle state of the Remediation Recipe.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The creation date and time of the Remediation Recipe (formatted according to RFC3339).
- time_updated str
- The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
- verify_configurations Sequence[GetRemediation Recipe Verify Configuration] 
- The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.
- compartmentId String
- The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- detectConfigurations List<Property Map>
- A configuration to define the constraints when detecting vulnerable dependencies.
- displayName String
- The name of the Remediation Recipe.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The Oracle Cloud Identifier (OCID) of the remediation recipe.
- isRun BooleanTriggered On Kb Change 
- Boolean indicating if a run should be automatically triggered once the Knowledge Base contents are updated.
- knowledgeBase StringId 
- The Oracle Cloud Identifier (OCID) of the knowledge base.
- networkConfigurations List<Property Map>
- A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
- remediationRecipe StringId 
- scmConfigurations List<Property Map>
- A configuration for the Source Code Management tool/platform used by a remediation recipe.
- state String
- The current lifecycle state of the Remediation Recipe.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The creation date and time of the Remediation Recipe (formatted according to RFC3339).
- timeUpdated String
- The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
- verifyConfigurations List<Property Map>
- The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.
Supporting Types
GetRemediationRecipeDetectConfiguration    
- Exclusions List<string>
- The list of dependencies to be ignored by the recommendation algorithm. The dependency pattern is matched against the 'group:artifact:version' or the purl of a dependency. An asterisk (*) at the end in the dependency pattern acts as a wildcard and matches zero or more characters.
- MaxPermissible doubleCvss V2score 
- The maximum Common Vulnerability Scoring System Version 2 (CVSS V2) score. An artifact with a CVSS V2 score below this value is not considered for patching.
- MaxPermissible doubleCvss V3score 
- The maximum Common Vulnerability Scoring System Version 3 (CVSS V3) score. An artifact with a CVSS V3 score below this value is not considered for patching.
- MaxPermissible stringSeverity 
- The maximum ADM Severity. An artifact with an ADM Severity below this value is not considered for patching.
- UpgradePolicy string
- The upgrade policy for recommendations. The Nearestupgrade policy upgrades a dependency to the oldest version that meets both of the following criteria: it is newer than the current version and it is not affected by a vulnerability.
- Exclusions []string
- The list of dependencies to be ignored by the recommendation algorithm. The dependency pattern is matched against the 'group:artifact:version' or the purl of a dependency. An asterisk (*) at the end in the dependency pattern acts as a wildcard and matches zero or more characters.
- MaxPermissible float64Cvss V2score 
- The maximum Common Vulnerability Scoring System Version 2 (CVSS V2) score. An artifact with a CVSS V2 score below this value is not considered for patching.
- MaxPermissible float64Cvss V3score 
- The maximum Common Vulnerability Scoring System Version 3 (CVSS V3) score. An artifact with a CVSS V3 score below this value is not considered for patching.
- MaxPermissible stringSeverity 
- The maximum ADM Severity. An artifact with an ADM Severity below this value is not considered for patching.
- UpgradePolicy string
- The upgrade policy for recommendations. The Nearestupgrade policy upgrades a dependency to the oldest version that meets both of the following criteria: it is newer than the current version and it is not affected by a vulnerability.
- exclusions List<String>
- The list of dependencies to be ignored by the recommendation algorithm. The dependency pattern is matched against the 'group:artifact:version' or the purl of a dependency. An asterisk (*) at the end in the dependency pattern acts as a wildcard and matches zero or more characters.
- maxPermissible DoubleCvss V2score 
- The maximum Common Vulnerability Scoring System Version 2 (CVSS V2) score. An artifact with a CVSS V2 score below this value is not considered for patching.
- maxPermissible DoubleCvss V3score 
- The maximum Common Vulnerability Scoring System Version 3 (CVSS V3) score. An artifact with a CVSS V3 score below this value is not considered for patching.
- maxPermissible StringSeverity 
- The maximum ADM Severity. An artifact with an ADM Severity below this value is not considered for patching.
- upgradePolicy String
- The upgrade policy for recommendations. The Nearestupgrade policy upgrades a dependency to the oldest version that meets both of the following criteria: it is newer than the current version and it is not affected by a vulnerability.
- exclusions string[]
- The list of dependencies to be ignored by the recommendation algorithm. The dependency pattern is matched against the 'group:artifact:version' or the purl of a dependency. An asterisk (*) at the end in the dependency pattern acts as a wildcard and matches zero or more characters.
- maxPermissible numberCvss V2score 
- The maximum Common Vulnerability Scoring System Version 2 (CVSS V2) score. An artifact with a CVSS V2 score below this value is not considered for patching.
- maxPermissible numberCvss V3score 
- The maximum Common Vulnerability Scoring System Version 3 (CVSS V3) score. An artifact with a CVSS V3 score below this value is not considered for patching.
- maxPermissible stringSeverity 
- The maximum ADM Severity. An artifact with an ADM Severity below this value is not considered for patching.
- upgradePolicy string
- The upgrade policy for recommendations. The Nearestupgrade policy upgrades a dependency to the oldest version that meets both of the following criteria: it is newer than the current version and it is not affected by a vulnerability.
- exclusions Sequence[str]
- The list of dependencies to be ignored by the recommendation algorithm. The dependency pattern is matched against the 'group:artifact:version' or the purl of a dependency. An asterisk (*) at the end in the dependency pattern acts as a wildcard and matches zero or more characters.
- max_permissible_ floatcvss_ v2score 
- The maximum Common Vulnerability Scoring System Version 2 (CVSS V2) score. An artifact with a CVSS V2 score below this value is not considered for patching.
- max_permissible_ floatcvss_ v3score 
- The maximum Common Vulnerability Scoring System Version 3 (CVSS V3) score. An artifact with a CVSS V3 score below this value is not considered for patching.
- max_permissible_ strseverity 
- The maximum ADM Severity. An artifact with an ADM Severity below this value is not considered for patching.
- upgrade_policy str
- The upgrade policy for recommendations. The Nearestupgrade policy upgrades a dependency to the oldest version that meets both of the following criteria: it is newer than the current version and it is not affected by a vulnerability.
- exclusions List<String>
- The list of dependencies to be ignored by the recommendation algorithm. The dependency pattern is matched against the 'group:artifact:version' or the purl of a dependency. An asterisk (*) at the end in the dependency pattern acts as a wildcard and matches zero or more characters.
- maxPermissible NumberCvss V2score 
- The maximum Common Vulnerability Scoring System Version 2 (CVSS V2) score. An artifact with a CVSS V2 score below this value is not considered for patching.
- maxPermissible NumberCvss V3score 
- The maximum Common Vulnerability Scoring System Version 3 (CVSS V3) score. An artifact with a CVSS V3 score below this value is not considered for patching.
- maxPermissible StringSeverity 
- The maximum ADM Severity. An artifact with an ADM Severity below this value is not considered for patching.
- upgradePolicy String
- The upgrade policy for recommendations. The Nearestupgrade policy upgrades a dependency to the oldest version that meets both of the following criteria: it is newer than the current version and it is not affected by a vulnerability.
GetRemediationRecipeNetworkConfiguration    
GetRemediationRecipeScmConfiguration    
- Branch string
- The branch used by ADM to patch vulnerabilities.
- BuildFile stringLocation 
- The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.
- ExternalScm stringType 
- The type of External Source Code Management.
- IsAutomerge boolEnabled 
- If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.
- OciCode stringRepository Id 
- The Oracle Cloud Identifier (OCID) of the Oracle Cloud Infrastructure DevOps repository.
- PatSecret stringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- RepositoryUrl string
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- ScmType string
- The type of Source Code Management.
- Username string
- The username that will be used to authenticate with Jenkins.
- Branch string
- The branch used by ADM to patch vulnerabilities.
- BuildFile stringLocation 
- The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.
- ExternalScm stringType 
- The type of External Source Code Management.
- IsAutomerge boolEnabled 
- If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.
- OciCode stringRepository Id 
- The Oracle Cloud Identifier (OCID) of the Oracle Cloud Infrastructure DevOps repository.
- PatSecret stringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- RepositoryUrl string
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- ScmType string
- The type of Source Code Management.
- Username string
- The username that will be used to authenticate with Jenkins.
- branch String
- The branch used by ADM to patch vulnerabilities.
- buildFile StringLocation 
- The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.
- externalScm StringType 
- The type of External Source Code Management.
- isAutomerge BooleanEnabled 
- If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.
- ociCode StringRepository Id 
- The Oracle Cloud Identifier (OCID) of the Oracle Cloud Infrastructure DevOps repository.
- patSecret StringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- repositoryUrl String
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- scmType String
- The type of Source Code Management.
- username String
- The username that will be used to authenticate with Jenkins.
- branch string
- The branch used by ADM to patch vulnerabilities.
- buildFile stringLocation 
- The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.
- externalScm stringType 
- The type of External Source Code Management.
- isAutomerge booleanEnabled 
- If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.
- ociCode stringRepository Id 
- The Oracle Cloud Identifier (OCID) of the Oracle Cloud Infrastructure DevOps repository.
- patSecret stringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- repositoryUrl string
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- scmType string
- The type of Source Code Management.
- username string
- The username that will be used to authenticate with Jenkins.
- branch str
- The branch used by ADM to patch vulnerabilities.
- build_file_ strlocation 
- The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.
- external_scm_ strtype 
- The type of External Source Code Management.
- is_automerge_ boolenabled 
- If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.
- oci_code_ strrepository_ id 
- The Oracle Cloud Identifier (OCID) of the Oracle Cloud Infrastructure DevOps repository.
- pat_secret_ strid 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- repository_url str
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- scm_type str
- The type of Source Code Management.
- username str
- The username that will be used to authenticate with Jenkins.
- branch String
- The branch used by ADM to patch vulnerabilities.
- buildFile StringLocation 
- The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.
- externalScm StringType 
- The type of External Source Code Management.
- isAutomerge BooleanEnabled 
- If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.
- ociCode StringRepository Id 
- The Oracle Cloud Identifier (OCID) of the Oracle Cloud Infrastructure DevOps repository.
- patSecret StringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- repositoryUrl String
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- scmType String
- The type of Source Code Management.
- username String
- The username that will be used to authenticate with Jenkins.
GetRemediationRecipeVerifyConfiguration    
- AdditionalParameters Dictionary<string, string>
- Additional key-value pairs passed as parameters to the build service when running an experiment.
- BuildService stringType 
- The type of Build Service.
- JenkinsUrl string
- The URL that locates the Jenkins pipeline.
- JobName string
- The name of the Jenkins pipeline job that identifies the build pipeline.
- PatSecret stringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- PipelineId string
- The Oracle Cloud Identifier (OCID) of the user's DevOps Build Pipeline.
- RepositoryUrl string
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- TriggerSecret stringId 
- The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
- Username string
- The username that will be used to authenticate with Jenkins.
- WorkflowName string
- The name of the GitHub Actions workflow that defines the build pipeline.
- AdditionalParameters map[string]string
- Additional key-value pairs passed as parameters to the build service when running an experiment.
- BuildService stringType 
- The type of Build Service.
- JenkinsUrl string
- The URL that locates the Jenkins pipeline.
- JobName string
- The name of the Jenkins pipeline job that identifies the build pipeline.
- PatSecret stringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- PipelineId string
- The Oracle Cloud Identifier (OCID) of the user's DevOps Build Pipeline.
- RepositoryUrl string
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- TriggerSecret stringId 
- The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
- Username string
- The username that will be used to authenticate with Jenkins.
- WorkflowName string
- The name of the GitHub Actions workflow that defines the build pipeline.
- additionalParameters Map<String,String>
- Additional key-value pairs passed as parameters to the build service when running an experiment.
- buildService StringType 
- The type of Build Service.
- jenkinsUrl String
- The URL that locates the Jenkins pipeline.
- jobName String
- The name of the Jenkins pipeline job that identifies the build pipeline.
- patSecret StringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- pipelineId String
- The Oracle Cloud Identifier (OCID) of the user's DevOps Build Pipeline.
- repositoryUrl String
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- triggerSecret StringId 
- The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
- username String
- The username that will be used to authenticate with Jenkins.
- workflowName String
- The name of the GitHub Actions workflow that defines the build pipeline.
- additionalParameters {[key: string]: string}
- Additional key-value pairs passed as parameters to the build service when running an experiment.
- buildService stringType 
- The type of Build Service.
- jenkinsUrl string
- The URL that locates the Jenkins pipeline.
- jobName string
- The name of the Jenkins pipeline job that identifies the build pipeline.
- patSecret stringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- pipelineId string
- The Oracle Cloud Identifier (OCID) of the user's DevOps Build Pipeline.
- repositoryUrl string
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- triggerSecret stringId 
- The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
- username string
- The username that will be used to authenticate with Jenkins.
- workflowName string
- The name of the GitHub Actions workflow that defines the build pipeline.
- additional_parameters Mapping[str, str]
- Additional key-value pairs passed as parameters to the build service when running an experiment.
- build_service_ strtype 
- The type of Build Service.
- jenkins_url str
- The URL that locates the Jenkins pipeline.
- job_name str
- The name of the Jenkins pipeline job that identifies the build pipeline.
- pat_secret_ strid 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- pipeline_id str
- The Oracle Cloud Identifier (OCID) of the user's DevOps Build Pipeline.
- repository_url str
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- trigger_secret_ strid 
- The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
- username str
- The username that will be used to authenticate with Jenkins.
- workflow_name str
- The name of the GitHub Actions workflow that defines the build pipeline.
- additionalParameters Map<String>
- Additional key-value pairs passed as parameters to the build service when running an experiment.
- buildService StringType 
- The type of Build Service.
- jenkinsUrl String
- The URL that locates the Jenkins pipeline.
- jobName String
- The name of the Jenkins pipeline job that identifies the build pipeline.
- patSecret StringId 
- The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the Jenkins Pipeline.
- pipelineId String
- The Oracle Cloud Identifier (OCID) of the user's DevOps Build Pipeline.
- repositoryUrl String
- The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]
- triggerSecret StringId 
- The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
- username String
- The username that will be used to authenticate with Jenkins.
- workflowName String
- The name of the GitHub Actions workflow that defines the build pipeline.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.