1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. CloudGuard
  5. getDetectorRecipe
Oracle Cloud Infrastructure v2.4.0 published on Thursday, Jul 25, 2024 by Pulumi

oci.CloudGuard.getDetectorRecipe

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.4.0 published on Thursday, Jul 25, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:CloudGuard/getDetectorRecipe:getDetectorRecipe
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DetectorRecipeId string
    Detector recipe OCID
    DetectorRecipeId string
    Detector recipe OCID
    detectorRecipeId String
    Detector recipe OCID
    detectorRecipeId string
    Detector recipe OCID
    detector_recipe_id str
    Detector recipe OCID
    detectorRecipeId String
    Detector recipe OCID

    getDetectorRecipe Result

    The following output properties are available:

    CompartmentId string
    Compartment OCID of detector recipe
    DefinedTags Dictionary<string, object>
    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
    DetectorRecipeId string
    DetectorRecipeType string
    Recipe type ( STANDARD, ENTERPRISE )
    DetectorRules List<GetDetectorRecipeDetectorRule>
    List of detector rules for the detector type for recipe - user input
    DisplayName string
    Display name of the entity
    EffectiveDetectorRules List<GetDetectorRecipeEffectiveDetectorRule>
    List of effective detector rules for the detector type for recipe after applying defaults
    FreeformTags Dictionary<string, object>
    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
    SourceDetectorRecipeId string
    Recipe OCID of the source recipe to be cloned
    State string
    The current lifecycle state of the resource
    SystemTags Dictionary<string, object>
    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
    DefinedTags map[string]interface{}
    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
    DetectorRecipeId string
    DetectorRecipeType string
    Recipe type ( STANDARD, ENTERPRISE )
    DetectorRules []GetDetectorRecipeDetectorRule
    List of detector rules for the detector type for recipe - user input
    DisplayName string
    Display name of the entity
    EffectiveDetectorRules []GetDetectorRecipeEffectiveDetectorRule
    List of effective detector rules for the detector type for recipe after applying defaults
    FreeformTags map[string]interface{}
    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
    SourceDetectorRecipeId string
    Recipe OCID of the source recipe to be cloned
    State string
    The current lifecycle state of the resource
    SystemTags map[string]interface{}
    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
    definedTags Map<String,Object>
    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
    detectorRecipeId String
    detectorRecipeType String
    Recipe type ( STANDARD, ENTERPRISE )
    detectorRules List<GetDetectorRecipeDetectorRule>
    List of detector rules for the detector type for recipe - user input
    displayName String
    Display name of the entity
    effectiveDetectorRules List<GetDetectorRecipeEffectiveDetectorRule>
    List of effective detector rules for the detector type for recipe after applying defaults
    freeformTags Map<String,Object>
    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
    sourceDetectorRecipeId String
    Recipe OCID of the source recipe to be cloned
    state String
    The current lifecycle state of the resource
    systemTags Map<String,Object>
    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
    definedTags {[key: string]: any}
    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
    detectorRecipeId string
    detectorRecipeType string
    Recipe type ( STANDARD, ENTERPRISE )
    detectorRules GetDetectorRecipeDetectorRule[]
    List of detector rules for the detector type for recipe - user input
    displayName string
    Display name of the entity
    effectiveDetectorRules GetDetectorRecipeEffectiveDetectorRule[]
    List of effective detector rules for the detector type for recipe after applying defaults
    freeformTags {[key: string]: any}
    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
    sourceDetectorRecipeId string
    Recipe OCID of the source recipe to be cloned
    state string
    The current lifecycle state of the resource
    systemTags {[key: string]: any}
    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
    defined_tags Mapping[str, Any]
    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_id str
    detector_recipe_type str
    Recipe type ( STANDARD, ENTERPRISE )
    detector_rules Sequence[cloudguard.GetDetectorRecipeDetectorRule]
    List of detector rules for the detector type for recipe - user input
    display_name str
    Display name of the entity
    effective_detector_rules Sequence[cloudguard.GetDetectorRecipeEffectiveDetectorRule]
    List of effective detector rules for the detector type for recipe after applying defaults
    freeform_tags Mapping[str, Any]
    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_recipe_id str
    Recipe OCID of the source recipe to be cloned
    state str
    The current lifecycle state of the resource
    system_tags Mapping[str, Any]
    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
    definedTags Map<Any>
    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
    detectorRecipeId String
    detectorRecipeType String
    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
    effectiveDetectorRules List<Property Map>
    List of effective detector rules for the detector type for recipe after applying defaults
    freeformTags Map<Any>
    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
    sourceDetectorRecipeId String
    Recipe OCID of the source recipe to be cloned
    state String
    The current lifecycle state of the resource
    systemTags Map<Any>
    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

    CandidateResponderRules List<GetDetectorRecipeDetectorRuleCandidateResponderRule>
    List of responder rules that can be used to remediate this detector rule
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    Details List<GetDetectorRecipeDetectorRuleDetail>
    Detailed information for a detector.
    Detector string
    Detector recipe for the rule
    DetectorRuleId string
    The unique identifier of the detector rule.
    DisplayName string
    Display name of the entity
    EntitiesMappings List<GetDetectorRecipeDetectorRuleEntitiesMapping>
    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.
    ManagedListTypes List<string>
    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.
    CandidateResponderRules []GetDetectorRecipeDetectorRuleCandidateResponderRule
    List of responder rules that can be used to remediate this detector rule
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    Details []GetDetectorRecipeDetectorRuleDetail
    Detailed information for a detector.
    Detector string
    Detector recipe for the rule
    DetectorRuleId string
    The unique identifier of the detector rule.
    DisplayName string
    Display name of the entity
    EntitiesMappings []GetDetectorRecipeDetectorRuleEntitiesMapping
    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.
    ManagedListTypes []string
    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.
    candidateResponderRules List<GetDetectorRecipeDetectorRuleCandidateResponderRule>
    List of responder rules that can be used to remediate this detector rule
    dataSourceId String
    The ID of the attached data source
    description String
    Description for detector recipe detector rule
    details List<GetDetectorRecipeDetectorRuleDetail>
    Detailed information for a detector.
    detector String
    Detector recipe for the rule
    detectorRuleId String
    The unique identifier of the detector rule.
    displayName String
    Display name of the entity
    entitiesMappings List<GetDetectorRecipeDetectorRuleEntitiesMapping>
    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.
    managedListTypes List<String>
    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.
    candidateResponderRules GetDetectorRecipeDetectorRuleCandidateResponderRule[]
    List of responder rules that can be used to remediate this detector rule
    dataSourceId string
    The ID of the attached data source
    description string
    Description for detector recipe detector rule
    details GetDetectorRecipeDetectorRuleDetail[]
    Detailed information for a detector.
    detector string
    Detector recipe for the rule
    detectorRuleId string
    The unique identifier of the detector rule.
    displayName string
    Display name of the entity
    entitiesMappings GetDetectorRecipeDetectorRuleEntitiesMapping[]
    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.
    managedListTypes string[]
    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_rules Sequence[cloudguard.GetDetectorRecipeDetectorRuleCandidateResponderRule]
    List of responder rules that can be used to remediate this detector rule
    data_source_id str
    The ID of the attached data source
    description str
    Description for detector recipe detector rule
    details Sequence[cloudguard.GetDetectorRecipeDetectorRuleDetail]
    Detailed information for a detector.
    detector str
    Detector recipe for the rule
    detector_rule_id str
    The unique identifier of the detector rule.
    display_name str
    Display name of the entity
    entities_mappings Sequence[cloudguard.GetDetectorRecipeDetectorRuleEntitiesMapping]
    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_types Sequence[str]
    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.
    candidateResponderRules List<Property Map>
    List of responder rules that can be used to remediate this detector rule
    dataSourceId String
    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
    detectorRuleId String
    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.
    managedListTypes List<String>
    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<GetDetectorRecipeDetectorRuleDetailConfiguration>
    List of detector rule configurations
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    EntitiesMappings List<GetDetectorRecipeDetectorRuleDetailEntitiesMapping>
    Data source entities mapping for the detector rule
    IsConfigurationAllowed bool
    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 []GetDetectorRecipeDetectorRuleDetailConfiguration
    List of detector rule configurations
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    EntitiesMappings []GetDetectorRecipeDetectorRuleDetailEntitiesMapping
    Data source entities mapping for the detector rule
    IsConfigurationAllowed bool
    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<GetDetectorRecipeDetectorRuleDetailConfiguration>
    List of detector rule configurations
    dataSourceId String
    The ID of the attached data source
    description String
    Description for detector recipe detector rule
    entitiesMappings List<GetDetectorRecipeDetectorRuleDetailEntitiesMapping>
    Data source entities mapping for the detector rule
    isConfigurationAllowed Boolean
    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 GetDetectorRecipeDetectorRuleDetailConfiguration[]
    List of detector rule configurations
    dataSourceId string
    The ID of the attached data source
    description string
    Description for detector recipe detector rule
    entitiesMappings GetDetectorRecipeDetectorRuleDetailEntitiesMapping[]
    Data source entities mapping for the detector rule
    isConfigurationAllowed boolean
    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.GetDetectorRecipeDetectorRuleDetailConfiguration]
    List of detector rule configurations
    data_source_id str
    The ID of the attached data source
    description str
    Description for detector recipe detector rule
    entities_mappings Sequence[cloudguard.GetDetectorRecipeDetectorRuleDetailEntitiesMapping]
    Data source entities mapping for the detector rule
    is_configuration_allowed bool
    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
    dataSourceId String
    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
    isConfigurationAllowed Boolean
    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

    ConfigKey string
    Unique identifier of the configuration
    DataType string
    Configuration data type
    Name string
    Configuration name
    Value string
    Configuration value
    Values List<GetDetectorRecipeDetectorRuleDetailConfigurationValue>
    List of configuration values
    ConfigKey string
    Unique identifier of the configuration
    DataType string
    Configuration data type
    Name string
    Configuration name
    Value string
    Configuration value
    Values []GetDetectorRecipeDetectorRuleDetailConfigurationValue
    List of configuration values
    configKey String
    Unique identifier of the configuration
    dataType String
    Configuration data type
    name String
    Configuration name
    value String
    Configuration value
    values List<GetDetectorRecipeDetectorRuleDetailConfigurationValue>
    List of configuration values
    configKey string
    Unique identifier of the configuration
    dataType string
    Configuration data type
    name string
    Configuration name
    value string
    Configuration value
    values GetDetectorRecipeDetectorRuleDetailConfigurationValue[]
    List of configuration values
    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.GetDetectorRecipeDetectorRuleDetailConfigurationValue]
    List of configuration values
    configKey String
    Unique identifier of the configuration
    dataType String
    Configuration data type
    name String
    Configuration name
    value String
    Configuration value
    values List<Property Map>
    List of configuration values

    GetDetectorRecipeDetectorRuleDetailConfigurationValue

    ListType string
    Configuration list item type (CUSTOM or MANAGED)
    ManagedListType string
    Type of content in the managed list
    Value string
    Configuration value
    ListType string
    Configuration list item type (CUSTOM or MANAGED)
    ManagedListType string
    Type of content in the managed list
    Value string
    Configuration value
    listType String
    Configuration list item type (CUSTOM or MANAGED)
    managedListType String
    Type of content in the managed list
    value String
    Configuration value
    listType string
    Configuration list item type (CUSTOM or MANAGED)
    managedListType string
    Type of content in the managed list
    value string
    Configuration value
    list_type str
    Configuration list item type (CUSTOM or MANAGED)
    managed_list_type str
    Type of content in the managed list
    value str
    Configuration value
    listType String
    Configuration list item type (CUSTOM or MANAGED)
    managedListType String
    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

    CandidateResponderRules List<GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRule>
    List of responder rules that can be used to remediate this detector rule
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    Details List<GetDetectorRecipeEffectiveDetectorRuleDetail>
    Detailed information for a detector.
    Detector string
    Detector recipe for the rule
    DetectorRuleId string
    The unique identifier of the detector rule.
    DisplayName string
    Display name of the entity
    EntitiesMappings List<GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping>
    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.
    ManagedListTypes List<string>
    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.
    CandidateResponderRules []GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRule
    List of responder rules that can be used to remediate this detector rule
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    Details []GetDetectorRecipeEffectiveDetectorRuleDetail
    Detailed information for a detector.
    Detector string
    Detector recipe for the rule
    DetectorRuleId string
    The unique identifier of the detector rule.
    DisplayName string
    Display name of the entity
    EntitiesMappings []GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping
    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.
    ManagedListTypes []string
    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.
    candidateResponderRules List<GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRule>
    List of responder rules that can be used to remediate this detector rule
    dataSourceId String
    The ID of the attached data source
    description String
    Description for detector recipe detector rule
    details List<GetDetectorRecipeEffectiveDetectorRuleDetail>
    Detailed information for a detector.
    detector String
    Detector recipe for the rule
    detectorRuleId String
    The unique identifier of the detector rule.
    displayName String
    Display name of the entity
    entitiesMappings List<GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping>
    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.
    managedListTypes List<String>
    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.
    candidateResponderRules GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRule[]
    List of responder rules that can be used to remediate this detector rule
    dataSourceId string
    The ID of the attached data source
    description string
    Description for detector recipe detector rule
    details GetDetectorRecipeEffectiveDetectorRuleDetail[]
    Detailed information for a detector.
    detector string
    Detector recipe for the rule
    detectorRuleId string
    The unique identifier of the detector rule.
    displayName string
    Display name of the entity
    entitiesMappings GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping[]
    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.
    managedListTypes string[]
    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_rules Sequence[cloudguard.GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRule]
    List of responder rules that can be used to remediate this detector rule
    data_source_id str
    The ID of the attached data source
    description str
    Description for detector recipe detector rule
    details Sequence[cloudguard.GetDetectorRecipeEffectiveDetectorRuleDetail]
    Detailed information for a detector.
    detector str
    Detector recipe for the rule
    detector_rule_id str
    The unique identifier of the detector rule.
    display_name str
    Display name of the entity
    entities_mappings Sequence[cloudguard.GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping]
    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_types Sequence[str]
    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.
    candidateResponderRules List<Property Map>
    List of responder rules that can be used to remediate this detector rule
    dataSourceId String
    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
    detectorRuleId String
    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.
    managedListTypes List<String>
    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<GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration>
    List of detector rule configurations
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    EntitiesMappings List<GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping>
    Data source entities mapping for the detector rule
    IsConfigurationAllowed bool
    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 []GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration
    List of detector rule configurations
    DataSourceId string
    The ID of the attached data source
    Description string
    Description for detector recipe detector rule
    EntitiesMappings []GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping
    Data source entities mapping for the detector rule
    IsConfigurationAllowed bool
    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<GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration>
    List of detector rule configurations
    dataSourceId String
    The ID of the attached data source
    description String
    Description for detector recipe detector rule
    entitiesMappings List<GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping>
    Data source entities mapping for the detector rule
    isConfigurationAllowed Boolean
    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 GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration[]
    List of detector rule configurations
    dataSourceId string
    The ID of the attached data source
    description string
    Description for detector recipe detector rule
    entitiesMappings GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping[]
    Data source entities mapping for the detector rule
    isConfigurationAllowed boolean
    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.GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration]
    List of detector rule configurations
    data_source_id str
    The ID of the attached data source
    description str
    Description for detector recipe detector rule
    entities_mappings Sequence[cloudguard.GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping]
    Data source entities mapping for the detector rule
    is_configuration_allowed bool
    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
    dataSourceId String
    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
    isConfigurationAllowed Boolean
    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

    ConfigKey string
    Unique identifier of the configuration
    DataType string
    Configuration data type
    Name string
    Configuration name
    Value string
    Configuration value
    Values List<GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue>
    List of configuration values
    ConfigKey string
    Unique identifier of the configuration
    DataType string
    Configuration data type
    Name string
    Configuration name
    Value string
    Configuration value
    Values []GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue
    List of configuration values
    configKey String
    Unique identifier of the configuration
    dataType String
    Configuration data type
    name String
    Configuration name
    value String
    Configuration value
    values List<GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue>
    List of configuration values
    configKey string
    Unique identifier of the configuration
    dataType string
    Configuration data type
    name string
    Configuration name
    value string
    Configuration value
    values GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[]
    List of configuration values
    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.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue]
    List of configuration values
    configKey String
    Unique identifier of the configuration
    dataType String
    Configuration data type
    name String
    Configuration name
    value String
    Configuration value
    values List<Property Map>
    List of configuration values

    GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue

    ListType string
    Configuration list item type (CUSTOM or MANAGED)
    ManagedListType string
    Type of content in the managed list
    Value string
    Configuration value
    ListType string
    Configuration list item type (CUSTOM or MANAGED)
    ManagedListType string
    Type of content in the managed list
    Value string
    Configuration value
    listType String
    Configuration list item type (CUSTOM or MANAGED)
    managedListType String
    Type of content in the managed list
    value String
    Configuration value
    listType string
    Configuration list item type (CUSTOM or MANAGED)
    managedListType string
    Type of content in the managed list
    value string
    Configuration value
    list_type str
    Configuration list item type (CUSTOM or MANAGED)
    managed_list_type str
    Type of content in the managed list
    value str
    Configuration value
    listType String
    Configuration list item type (CUSTOM or MANAGED)
    managedListType String
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.4.0 published on Thursday, Jul 25, 2024 by Pulumi