Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.CloudGuard.getDetectorRecipe
Explore with Pulumi AI
This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDetectorRecipe = oci.CloudGuard.getDetectorRecipe({
    detectorRecipeId: testDetectorRecipeOciCloudGuardDetectorRecipe.id,
});
import pulumi
import pulumi_oci as oci
test_detector_recipe = oci.CloudGuard.get_detector_recipe(detector_recipe_id=test_detector_recipe_oci_cloud_guard_detector_recipe["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/cloudguard"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudguard.GetDetectorRecipe(ctx, &cloudguard.GetDetectorRecipeArgs{
			DetectorRecipeId: testDetectorRecipeOciCloudGuardDetectorRecipe.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 testDetectorRecipe = Oci.CloudGuard.GetDetectorRecipe.Invoke(new()
    {
        DetectorRecipeId = testDetectorRecipeOciCloudGuardDetectorRecipe.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudGuard.CloudGuardFunctions;
import com.pulumi.oci.CloudGuard.inputs.GetDetectorRecipeArgs;
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 testDetectorRecipe = CloudGuardFunctions.getDetectorRecipe(GetDetectorRecipeArgs.builder()
            .detectorRecipeId(testDetectorRecipeOciCloudGuardDetectorRecipe.id())
            .build());
    }
}
variables:
  testDetectorRecipe:
    fn::invoke:
      function: oci:CloudGuard:getDetectorRecipe
      arguments:
        detectorRecipeId: ${testDetectorRecipeOciCloudGuardDetectorRecipe.id}
Using getDetectorRecipe
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 getDetectorRecipe(args: GetDetectorRecipeArgs, opts?: InvokeOptions): Promise<GetDetectorRecipeResult>
function getDetectorRecipeOutput(args: GetDetectorRecipeOutputArgs, opts?: InvokeOptions): Output<GetDetectorRecipeResult>def get_detector_recipe(detector_recipe_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDetectorRecipeResult
def get_detector_recipe_output(detector_recipe_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetDetectorRecipeResult]func GetDetectorRecipe(ctx *Context, args *GetDetectorRecipeArgs, opts ...InvokeOption) (*GetDetectorRecipeResult, error)
func GetDetectorRecipeOutput(ctx *Context, args *GetDetectorRecipeOutputArgs, opts ...InvokeOption) GetDetectorRecipeResultOutput> Note: This function is named GetDetectorRecipe in the Go SDK.
public static class GetDetectorRecipe 
{
    public static Task<GetDetectorRecipeResult> InvokeAsync(GetDetectorRecipeArgs args, InvokeOptions? opts = null)
    public static Output<GetDetectorRecipeResult> Invoke(GetDetectorRecipeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDetectorRecipeResult> getDetectorRecipe(GetDetectorRecipeArgs args, InvokeOptions options)
public static Output<GetDetectorRecipeResult> getDetectorRecipe(GetDetectorRecipeArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CloudGuard/getDetectorRecipe:getDetectorRecipe
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DetectorRecipe stringId 
- Detector recipe OCID
- DetectorRecipe stringId 
- Detector recipe OCID
- detectorRecipe StringId 
- Detector recipe OCID
- detectorRecipe stringId 
- Detector recipe OCID
- detector_recipe_ strid 
- Detector recipe OCID
- detectorRecipe StringId 
- Detector recipe OCID
getDetectorRecipe Result
The following output properties are available:
- CompartmentId string
- Compartment OCID of detector recipe
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Description for detector recipe detector rule
- Detector string
- Detector recipe for the rule
- DetectorRecipe stringId 
- DetectorRecipe stringType 
- Recipe type ( STANDARD, ENTERPRISE )
- DetectorRules List<GetDetector Recipe Detector Rule> 
- List of detector rules for the detector type for recipe - user input
- DisplayName string
- Display name of the entity
- EffectiveDetector List<GetRules Detector Recipe Effective Detector Rule> 
- List of effective detector rules for the detector type for recipe after applying defaults
- 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
- OCID for detector recipe
- Owner string
- Owner of detector recipe
- SourceDetector stringRecipe Id 
- Recipe OCID of the source recipe to be cloned
- State string
- The current lifecycle state of the resource
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TargetIds List<string>
- List of target IDs to which the recipe is attached
- TimeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- TimeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- CompartmentId string
- Compartment OCID of detector recipe
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Description for detector recipe detector rule
- Detector string
- Detector recipe for the rule
- DetectorRecipe stringId 
- DetectorRecipe stringType 
- Recipe type ( STANDARD, ENTERPRISE )
- DetectorRules []GetDetector Recipe Detector Rule 
- List of detector rules for the detector type for recipe - user input
- DisplayName string
- Display name of the entity
- EffectiveDetector []GetRules Detector Recipe Effective Detector Rule 
- List of effective detector rules for the detector type for recipe after applying defaults
- 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
- OCID for detector recipe
- Owner string
- Owner of detector recipe
- SourceDetector stringRecipe Id 
- Recipe OCID of the source recipe to be cloned
- State string
- The current lifecycle state of the resource
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TargetIds []string
- List of target IDs to which the recipe is attached
- TimeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- TimeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- compartmentId String
- Compartment OCID of detector recipe
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Description for detector recipe detector rule
- detector String
- Detector recipe for the rule
- detectorRecipe StringId 
- detectorRecipe StringType 
- Recipe type ( STANDARD, ENTERPRISE )
- detectorRules List<GetDetector Recipe Detector Rule> 
- List of detector rules for the detector type for recipe - user input
- displayName String
- Display name of the entity
- effectiveDetector List<GetRules Detector Recipe Effective Detector Rule> 
- List of effective detector rules for the detector type for recipe after applying defaults
- 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
- OCID for detector recipe
- owner String
- Owner of detector recipe
- sourceDetector StringRecipe Id 
- Recipe OCID of the source recipe to be cloned
- state String
- The current lifecycle state of the resource
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- targetIds List<String>
- List of target IDs to which the recipe is attached
- timeCreated String
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated String
- The date and time the detector recipe was last updated Format defined by RFC3339.
- compartmentId string
- Compartment OCID of detector recipe
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- Description for detector recipe detector rule
- detector string
- Detector recipe for the rule
- detectorRecipe stringId 
- detectorRecipe stringType 
- Recipe type ( STANDARD, ENTERPRISE )
- detectorRules GetDetector Recipe Detector Rule[] 
- List of detector rules for the detector type for recipe - user input
- displayName string
- Display name of the entity
- effectiveDetector GetRules Detector Recipe Effective Detector Rule[] 
- List of effective detector rules for the detector type for recipe after applying defaults
- {[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
- OCID for detector recipe
- owner string
- Owner of detector recipe
- sourceDetector stringRecipe Id 
- Recipe OCID of the source recipe to be cloned
- state string
- The current lifecycle state of the resource
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- targetIds string[]
- List of target IDs to which the recipe is attached
- timeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- compartment_id str
- Compartment OCID of detector recipe
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- Description for detector recipe detector rule
- detector str
- Detector recipe for the rule
- detector_recipe_ strid 
- detector_recipe_ strtype 
- Recipe type ( STANDARD, ENTERPRISE )
- detector_rules Sequence[cloudguard.Get Detector Recipe Detector Rule] 
- List of detector rules for the detector type for recipe - user input
- display_name str
- Display name of the entity
- effective_detector_ Sequence[cloudguard.rules Get Detector Recipe Effective Detector Rule] 
- List of effective detector rules for the detector type for recipe after applying defaults
- 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
- OCID for detector recipe
- owner str
- Owner of detector recipe
- source_detector_ strrecipe_ id 
- Recipe OCID of the source recipe to be cloned
- state str
- The current lifecycle state of the resource
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- target_ids Sequence[str]
- List of target IDs to which the recipe is attached
- time_created str
- The date and time the detector recipe was created Format defined by RFC3339.
- time_updated str
- The date and time the detector recipe was last updated Format defined by RFC3339.
- compartmentId String
- Compartment OCID of detector recipe
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Description for detector recipe detector rule
- detector String
- Detector recipe for the rule
- detectorRecipe StringId 
- detectorRecipe StringType 
- Recipe type ( STANDARD, ENTERPRISE )
- detectorRules List<Property Map>
- List of detector rules for the detector type for recipe - user input
- displayName String
- Display name of the entity
- effectiveDetector List<Property Map>Rules 
- List of effective detector rules for the detector type for recipe after applying defaults
- 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
- OCID for detector recipe
- owner String
- Owner of detector recipe
- sourceDetector StringRecipe Id 
- Recipe OCID of the source recipe to be cloned
- state String
- The current lifecycle state of the resource
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- targetIds List<String>
- List of target IDs to which the recipe is attached
- timeCreated String
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated String
- The date and time the detector recipe was last updated Format defined by RFC3339.
Supporting Types
GetDetectorRecipeDetectorRule    
- CandidateResponder List<GetRules Detector Recipe Detector Rule Candidate Responder Rule> 
- List of responder rules that can be used to remediate this detector rule
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- Details
List<GetDetector Recipe Detector Rule Detail> 
- Detailed information for a detector.
- Detector string
- Detector recipe for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule.
- DisplayName string
- Display name of the entity
- EntitiesMappings List<GetDetector Recipe Detector Rule Entities Mapping> 
- Data source entities mapping for the detector rule
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ManagedList List<string>Types 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- ResourceType string
- Resource type of the configuration to which the rule is applied
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the resource
- TimeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- TimeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- CandidateResponder []GetRules Detector Recipe Detector Rule Candidate Responder Rule 
- List of responder rules that can be used to remediate this detector rule
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- Details
[]GetDetector Recipe Detector Rule Detail 
- Detailed information for a detector.
- Detector string
- Detector recipe for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule.
- DisplayName string
- Display name of the entity
- EntitiesMappings []GetDetector Recipe Detector Rule Entities Mapping 
- Data source entities mapping for the detector rule
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ManagedList []stringTypes 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- ResourceType string
- Resource type of the configuration to which the rule is applied
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the resource
- TimeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- TimeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidateResponder List<GetRules Detector Recipe Detector Rule Candidate Responder Rule> 
- List of responder rules that can be used to remediate this detector rule
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- details
List<GetDetector Recipe Detector Rule Detail> 
- Detailed information for a detector.
- detector String
- Detector recipe for the rule
- detectorRule StringId 
- The unique identifier of the detector rule.
- displayName String
- Display name of the entity
- entitiesMappings List<GetDetector Recipe Detector Rule Entities Mapping> 
- Data source entities mapping for the detector rule
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- resourceType String
- Resource type of the configuration to which the rule is applied
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the resource
- timeCreated String
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated String
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidateResponder GetRules Detector Recipe Detector Rule Candidate Responder Rule[] 
- List of responder rules that can be used to remediate this detector rule
- dataSource stringId 
- The ID of the attached data source
- description string
- Description for detector recipe detector rule
- details
GetDetector Recipe Detector Rule Detail[] 
- Detailed information for a detector.
- detector string
- Detector recipe for the rule
- detectorRule stringId 
- The unique identifier of the detector rule.
- displayName string
- Display name of the entity
- entitiesMappings GetDetector Recipe Detector Rule Entities Mapping[] 
- Data source entities mapping for the detector rule
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managedList string[]Types 
- List of managed list types related to this rule
- recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- resourceType string
- Resource type of the configuration to which the rule is applied
- serviceType string
- Service type of the configuration to which the rule is applied
- state string
- The current lifecycle state of the resource
- timeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidate_responder_ Sequence[cloudguard.rules Get Detector Recipe Detector Rule Candidate Responder Rule] 
- List of responder rules that can be used to remediate this detector rule
- data_source_ strid 
- The ID of the attached data source
- description str
- Description for detector recipe detector rule
- details
Sequence[cloudguard.Get Detector Recipe Detector Rule Detail] 
- Detailed information for a detector.
- detector str
- Detector recipe for the rule
- detector_rule_ strid 
- The unique identifier of the detector rule.
- display_name str
- Display name of the entity
- entities_mappings Sequence[cloudguard.Get Detector Recipe Detector Rule Entities Mapping] 
- Data source entities mapping for the detector rule
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed_list_ Sequence[str]types 
- List of managed list types related to this rule
- recommendation str
- Recommendation for DetectorRecipeDetectorRule resource
- resource_type str
- Resource type of the configuration to which the rule is applied
- service_type str
- Service type of the configuration to which the rule is applied
- state str
- The current lifecycle state of the resource
- time_created str
- The date and time the detector recipe was created Format defined by RFC3339.
- time_updated str
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidateResponder List<Property Map>Rules 
- List of responder rules that can be used to remediate this detector rule
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- details List<Property Map>
- Detailed information for a detector.
- detector String
- Detector recipe for the rule
- detectorRule StringId 
- The unique identifier of the detector rule.
- displayName String
- Display name of the entity
- entitiesMappings List<Property Map>
- Data source entities mapping for the detector rule
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- resourceType String
- Resource type of the configuration to which the rule is applied
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the resource
- timeCreated String
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated String
- The date and time the detector recipe was last updated Format defined by RFC3339.
GetDetectorRecipeDetectorRuleCandidateResponderRule       
- DisplayName string
- Display name of the entity
- Id string
- OCID for detector recipe
- IsPreferred bool
- Is this the preferred state?
- DisplayName string
- Display name of the entity
- Id string
- OCID for detector recipe
- IsPreferred bool
- Is this the preferred state?
- displayName String
- Display name of the entity
- id String
- OCID for detector recipe
- isPreferred Boolean
- Is this the preferred state?
- displayName string
- Display name of the entity
- id string
- OCID for detector recipe
- isPreferred boolean
- Is this the preferred state?
- display_name str
- Display name of the entity
- id str
- OCID for detector recipe
- is_preferred bool
- Is this the preferred state?
- displayName String
- Display name of the entity
- id String
- OCID for detector recipe
- isPreferred Boolean
- Is this the preferred state?
GetDetectorRecipeDetectorRuleDetail     
- Condition string
- The base condition resource.
- Configurations
List<GetDetector Recipe Detector Rule Detail Configuration> 
- List of detector rule configurations
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- EntitiesMappings List<GetDetector Recipe Detector Rule Detail Entities Mapping> 
- Data source entities mapping for the detector rule
- IsConfiguration boolAllowed 
- Can the rule be configured?
- IsEnabled bool
- Enablement status for the rule
- Labels List<string>
- User-defined labels for a detector rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- RiskLevel string
- The risk level for the rule
- Condition string
- The base condition resource.
- Configurations
[]GetDetector Recipe Detector Rule Detail Configuration 
- List of detector rule configurations
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- EntitiesMappings []GetDetector Recipe Detector Rule Detail Entities Mapping 
- Data source entities mapping for the detector rule
- IsConfiguration boolAllowed 
- Can the rule be configured?
- IsEnabled bool
- Enablement status for the rule
- Labels []string
- User-defined labels for a detector rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- RiskLevel string
- The risk level for the rule
- condition String
- The base condition resource.
- configurations
List<GetDetector Recipe Detector Rule Detail Configuration> 
- List of detector rule configurations
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- entitiesMappings List<GetDetector Recipe Detector Rule Detail Entities Mapping> 
- Data source entities mapping for the detector rule
- isConfiguration BooleanAllowed 
- Can the rule be configured?
- isEnabled Boolean
- Enablement status for the rule
- labels List<String>
- User-defined labels for a detector rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- riskLevel String
- The risk level for the rule
- condition string
- The base condition resource.
- configurations
GetDetector Recipe Detector Rule Detail Configuration[] 
- List of detector rule configurations
- dataSource stringId 
- The ID of the attached data source
- description string
- Description for detector recipe detector rule
- entitiesMappings GetDetector Recipe Detector Rule Detail Entities Mapping[] 
- Data source entities mapping for the detector rule
- isConfiguration booleanAllowed 
- Can the rule be configured?
- isEnabled boolean
- Enablement status for the rule
- labels string[]
- User-defined labels for a detector rule
- recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- riskLevel string
- The risk level for the rule
- condition str
- The base condition resource.
- configurations
Sequence[cloudguard.Get Detector Recipe Detector Rule Detail Configuration] 
- List of detector rule configurations
- data_source_ strid 
- The ID of the attached data source
- description str
- Description for detector recipe detector rule
- entities_mappings Sequence[cloudguard.Get Detector Recipe Detector Rule Detail Entities Mapping] 
- Data source entities mapping for the detector rule
- is_configuration_ boolallowed 
- Can the rule be configured?
- is_enabled bool
- Enablement status for the rule
- labels Sequence[str]
- User-defined labels for a detector rule
- recommendation str
- Recommendation for DetectorRecipeDetectorRule resource
- risk_level str
- The risk level for the rule
- condition String
- The base condition resource.
- configurations List<Property Map>
- List of detector rule configurations
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- entitiesMappings List<Property Map>
- Data source entities mapping for the detector rule
- isConfiguration BooleanAllowed 
- Can the rule be configured?
- isEnabled Boolean
- Enablement status for the rule
- labels List<String>
- User-defined labels for a detector rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- riskLevel String
- The risk level for the rule
GetDetectorRecipeDetectorRuleDetailConfiguration      
- config_key str
- Unique identifier of the configuration
- data_type str
- Configuration data type
- name str
- Configuration name
- value str
- Configuration value
- values
Sequence[cloudguard.Get Detector Recipe Detector Rule Detail Configuration Value] 
- List of configuration values
GetDetectorRecipeDetectorRuleDetailConfigurationValue       
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
- listType string
- Configuration list item type (CUSTOM or MANAGED)
- managedList stringType 
- Type of content in the managed list
- value string
- Configuration value
- list_type str
- Configuration list item type (CUSTOM or MANAGED)
- managed_list_ strtype 
- Type of content in the managed list
- value str
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
GetDetectorRecipeDetectorRuleDetailEntitiesMapping       
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
- displayName string
- Display name of the entity
- entityType string
- Type of entity
- queryField string
- The entity value mapped to a data source query
- display_name str
- Display name of the entity
- entity_type str
- Type of entity
- query_field str
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
GetDetectorRecipeDetectorRuleEntitiesMapping      
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
- displayName string
- Display name of the entity
- entityType string
- Type of entity
- queryField string
- The entity value mapped to a data source query
- display_name str
- Display name of the entity
- entity_type str
- Type of entity
- query_field str
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
GetDetectorRecipeEffectiveDetectorRule     
- CandidateResponder List<GetRules Detector Recipe Effective Detector Rule Candidate Responder Rule> 
- List of responder rules that can be used to remediate this detector rule
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- Details
List<GetDetector Recipe Effective Detector Rule Detail> 
- Detailed information for a detector.
- Detector string
- Detector recipe for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule.
- DisplayName string
- Display name of the entity
- EntitiesMappings List<GetDetector Recipe Effective Detector Rule Entities Mapping> 
- Data source entities mapping for the detector rule
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ManagedList List<string>Types 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- ResourceType string
- Resource type of the configuration to which the rule is applied
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the resource
- TimeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- TimeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- CandidateResponder []GetRules Detector Recipe Effective Detector Rule Candidate Responder Rule 
- List of responder rules that can be used to remediate this detector rule
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- Details
[]GetDetector Recipe Effective Detector Rule Detail 
- Detailed information for a detector.
- Detector string
- Detector recipe for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule.
- DisplayName string
- Display name of the entity
- EntitiesMappings []GetDetector Recipe Effective Detector Rule Entities Mapping 
- Data source entities mapping for the detector rule
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ManagedList []stringTypes 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- ResourceType string
- Resource type of the configuration to which the rule is applied
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the resource
- TimeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- TimeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidateResponder List<GetRules Detector Recipe Effective Detector Rule Candidate Responder Rule> 
- List of responder rules that can be used to remediate this detector rule
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- details
List<GetDetector Recipe Effective Detector Rule Detail> 
- Detailed information for a detector.
- detector String
- Detector recipe for the rule
- detectorRule StringId 
- The unique identifier of the detector rule.
- displayName String
- Display name of the entity
- entitiesMappings List<GetDetector Recipe Effective Detector Rule Entities Mapping> 
- Data source entities mapping for the detector rule
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- resourceType String
- Resource type of the configuration to which the rule is applied
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the resource
- timeCreated String
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated String
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidateResponder GetRules Detector Recipe Effective Detector Rule Candidate Responder Rule[] 
- List of responder rules that can be used to remediate this detector rule
- dataSource stringId 
- The ID of the attached data source
- description string
- Description for detector recipe detector rule
- details
GetDetector Recipe Effective Detector Rule Detail[] 
- Detailed information for a detector.
- detector string
- Detector recipe for the rule
- detectorRule stringId 
- The unique identifier of the detector rule.
- displayName string
- Display name of the entity
- entitiesMappings GetDetector Recipe Effective Detector Rule Entities Mapping[] 
- Data source entities mapping for the detector rule
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managedList string[]Types 
- List of managed list types related to this rule
- recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- resourceType string
- Resource type of the configuration to which the rule is applied
- serviceType string
- Service type of the configuration to which the rule is applied
- state string
- The current lifecycle state of the resource
- timeCreated string
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated string
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidate_responder_ Sequence[cloudguard.rules Get Detector Recipe Effective Detector Rule Candidate Responder Rule] 
- List of responder rules that can be used to remediate this detector rule
- data_source_ strid 
- The ID of the attached data source
- description str
- Description for detector recipe detector rule
- details
Sequence[cloudguard.Get Detector Recipe Effective Detector Rule Detail] 
- Detailed information for a detector.
- detector str
- Detector recipe for the rule
- detector_rule_ strid 
- The unique identifier of the detector rule.
- display_name str
- Display name of the entity
- entities_mappings Sequence[cloudguard.Get Detector Recipe Effective Detector Rule Entities Mapping] 
- Data source entities mapping for the detector rule
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed_list_ Sequence[str]types 
- List of managed list types related to this rule
- recommendation str
- Recommendation for DetectorRecipeDetectorRule resource
- resource_type str
- Resource type of the configuration to which the rule is applied
- service_type str
- Service type of the configuration to which the rule is applied
- state str
- The current lifecycle state of the resource
- time_created str
- The date and time the detector recipe was created Format defined by RFC3339.
- time_updated str
- The date and time the detector recipe was last updated Format defined by RFC3339.
- candidateResponder List<Property Map>Rules 
- List of responder rules that can be used to remediate this detector rule
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- details List<Property Map>
- Detailed information for a detector.
- detector String
- Detector recipe for the rule
- detectorRule StringId 
- The unique identifier of the detector rule.
- displayName String
- Display name of the entity
- entitiesMappings List<Property Map>
- Data source entities mapping for the detector rule
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- resourceType String
- Resource type of the configuration to which the rule is applied
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the resource
- timeCreated String
- The date and time the detector recipe was created Format defined by RFC3339.
- timeUpdated String
- The date and time the detector recipe was last updated Format defined by RFC3339.
GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRule        
- DisplayName string
- Display name of the entity
- Id string
- OCID for detector recipe
- IsPreferred bool
- Is this the preferred state?
- DisplayName string
- Display name of the entity
- Id string
- OCID for detector recipe
- IsPreferred bool
- Is this the preferred state?
- displayName String
- Display name of the entity
- id String
- OCID for detector recipe
- isPreferred Boolean
- Is this the preferred state?
- displayName string
- Display name of the entity
- id string
- OCID for detector recipe
- isPreferred boolean
- Is this the preferred state?
- display_name str
- Display name of the entity
- id str
- OCID for detector recipe
- is_preferred bool
- Is this the preferred state?
- displayName String
- Display name of the entity
- id String
- OCID for detector recipe
- isPreferred Boolean
- Is this the preferred state?
GetDetectorRecipeEffectiveDetectorRuleDetail      
- Condition string
- The base condition resource.
- Configurations
List<GetDetector Recipe Effective Detector Rule Detail Configuration> 
- List of detector rule configurations
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- EntitiesMappings List<GetDetector Recipe Effective Detector Rule Detail Entities Mapping> 
- Data source entities mapping for the detector rule
- IsConfiguration boolAllowed 
- Can the rule be configured?
- IsEnabled bool
- Enablement status for the rule
- Labels List<string>
- User-defined labels for a detector rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- RiskLevel string
- The risk level for the rule
- Condition string
- The base condition resource.
- Configurations
[]GetDetector Recipe Effective Detector Rule Detail Configuration 
- List of detector rule configurations
- DataSource stringId 
- The ID of the attached data source
- Description string
- Description for detector recipe detector rule
- EntitiesMappings []GetDetector Recipe Effective Detector Rule Detail Entities Mapping 
- Data source entities mapping for the detector rule
- IsConfiguration boolAllowed 
- Can the rule be configured?
- IsEnabled bool
- Enablement status for the rule
- Labels []string
- User-defined labels for a detector rule
- Recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- RiskLevel string
- The risk level for the rule
- condition String
- The base condition resource.
- configurations
List<GetDetector Recipe Effective Detector Rule Detail Configuration> 
- List of detector rule configurations
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- entitiesMappings List<GetDetector Recipe Effective Detector Rule Detail Entities Mapping> 
- Data source entities mapping for the detector rule
- isConfiguration BooleanAllowed 
- Can the rule be configured?
- isEnabled Boolean
- Enablement status for the rule
- labels List<String>
- User-defined labels for a detector rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- riskLevel String
- The risk level for the rule
- condition string
- The base condition resource.
- configurations
GetDetector Recipe Effective Detector Rule Detail Configuration[] 
- List of detector rule configurations
- dataSource stringId 
- The ID of the attached data source
- description string
- Description for detector recipe detector rule
- entitiesMappings GetDetector Recipe Effective Detector Rule Detail Entities Mapping[] 
- Data source entities mapping for the detector rule
- isConfiguration booleanAllowed 
- Can the rule be configured?
- isEnabled boolean
- Enablement status for the rule
- labels string[]
- User-defined labels for a detector rule
- recommendation string
- Recommendation for DetectorRecipeDetectorRule resource
- riskLevel string
- The risk level for the rule
- condition str
- The base condition resource.
- configurations
Sequence[cloudguard.Get Detector Recipe Effective Detector Rule Detail Configuration] 
- List of detector rule configurations
- data_source_ strid 
- The ID of the attached data source
- description str
- Description for detector recipe detector rule
- entities_mappings Sequence[cloudguard.Get Detector Recipe Effective Detector Rule Detail Entities Mapping] 
- Data source entities mapping for the detector rule
- is_configuration_ boolallowed 
- Can the rule be configured?
- is_enabled bool
- Enablement status for the rule
- labels Sequence[str]
- User-defined labels for a detector rule
- recommendation str
- Recommendation for DetectorRecipeDetectorRule resource
- risk_level str
- The risk level for the rule
- condition String
- The base condition resource.
- configurations List<Property Map>
- List of detector rule configurations
- dataSource StringId 
- The ID of the attached data source
- description String
- Description for detector recipe detector rule
- entitiesMappings List<Property Map>
- Data source entities mapping for the detector rule
- isConfiguration BooleanAllowed 
- Can the rule be configured?
- isEnabled Boolean
- Enablement status for the rule
- labels List<String>
- User-defined labels for a detector rule
- recommendation String
- Recommendation for DetectorRecipeDetectorRule resource
- riskLevel String
- The risk level for the rule
GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration       
- config_key str
- Unique identifier of the configuration
- data_type str
- Configuration data type
- name str
- Configuration name
- value str
- Configuration value
- values
Sequence[cloudguard.Get Detector Recipe Effective Detector Rule Detail Configuration Value] 
- List of configuration values
GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue        
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
- listType string
- Configuration list item type (CUSTOM or MANAGED)
- managedList stringType 
- Type of content in the managed list
- value string
- Configuration value
- list_type str
- Configuration list item type (CUSTOM or MANAGED)
- managed_list_ strtype 
- Type of content in the managed list
- value str
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping        
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
- displayName string
- Display name of the entity
- entityType string
- Type of entity
- queryField string
- The entity value mapped to a data source query
- display_name str
- Display name of the entity
- entity_type str
- Type of entity
- query_field str
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping       
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- DisplayName string
- Display name of the entity
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
- displayName string
- Display name of the entity
- entityType string
- Type of entity
- queryField string
- The entity value mapped to a data source query
- display_name str
- Display name of the entity
- entity_type str
- Type of entity
- query_field str
- The entity value mapped to a data source query
- displayName String
- Display name of the entity
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.