Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.CloudGuard.getResponderRecipe
Explore with Pulumi AI
This data source provides details about a specific Responder Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a responder recipe (ResponderRecipe resource) identified by responderRecipeId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testResponderRecipe = oci.CloudGuard.getResponderRecipe({
    responderRecipeId: testResponderRecipeOciCloudGuardResponderRecipe.id,
});
import pulumi
import pulumi_oci as oci
test_responder_recipe = oci.CloudGuard.get_responder_recipe(responder_recipe_id=test_responder_recipe_oci_cloud_guard_responder_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.GetResponderRecipe(ctx, &cloudguard.GetResponderRecipeArgs{
			ResponderRecipeId: testResponderRecipeOciCloudGuardResponderRecipe.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 testResponderRecipe = Oci.CloudGuard.GetResponderRecipe.Invoke(new()
    {
        ResponderRecipeId = testResponderRecipeOciCloudGuardResponderRecipe.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.GetResponderRecipeArgs;
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 testResponderRecipe = CloudGuardFunctions.getResponderRecipe(GetResponderRecipeArgs.builder()
            .responderRecipeId(testResponderRecipeOciCloudGuardResponderRecipe.id())
            .build());
    }
}
variables:
  testResponderRecipe:
    fn::invoke:
      function: oci:CloudGuard:getResponderRecipe
      arguments:
        responderRecipeId: ${testResponderRecipeOciCloudGuardResponderRecipe.id}
Using getResponderRecipe
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 getResponderRecipe(args: GetResponderRecipeArgs, opts?: InvokeOptions): Promise<GetResponderRecipeResult>
function getResponderRecipeOutput(args: GetResponderRecipeOutputArgs, opts?: InvokeOptions): Output<GetResponderRecipeResult>def get_responder_recipe(responder_recipe_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetResponderRecipeResult
def get_responder_recipe_output(responder_recipe_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetResponderRecipeResult]func GetResponderRecipe(ctx *Context, args *GetResponderRecipeArgs, opts ...InvokeOption) (*GetResponderRecipeResult, error)
func GetResponderRecipeOutput(ctx *Context, args *GetResponderRecipeOutputArgs, opts ...InvokeOption) GetResponderRecipeResultOutput> Note: This function is named GetResponderRecipe in the Go SDK.
public static class GetResponderRecipe 
{
    public static Task<GetResponderRecipeResult> InvokeAsync(GetResponderRecipeArgs args, InvokeOptions? opts = null)
    public static Output<GetResponderRecipeResult> Invoke(GetResponderRecipeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetResponderRecipeResult> getResponderRecipe(GetResponderRecipeArgs args, InvokeOptions options)
public static Output<GetResponderRecipeResult> getResponderRecipe(GetResponderRecipeArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CloudGuard/getResponderRecipe:getResponderRecipe
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResponderRecipe stringId 
- OCID of the responder recipe.
- ResponderRecipe stringId 
- OCID of the responder recipe.
- responderRecipe StringId 
- OCID of the responder recipe.
- responderRecipe stringId 
- OCID of the responder recipe.
- responder_recipe_ strid 
- OCID of the responder recipe.
- responderRecipe StringId 
- OCID of the responder recipe.
getResponderRecipe Result
The following output properties are available:
- CompartmentId string
- Compartment OCID
- 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
- Responder rule description
- DisplayName string
- Responder rule display name
- EffectiveResponder List<GetRules Responder Recipe Effective Responder Rule> 
- List of currently enabled responder rules for the responder 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
- Unique identifier for the responder recip
- 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.
- Owner string
- Owner of responder recipe
- ResponderRecipe stringId 
- ResponderRules List<GetResponder Recipe Responder Rule> 
- List of responder rules associated with the recipe
- SourceResponder stringRecipe Id 
- The unique identifier of the source responder recipe
- State string
- The current lifecycle state of the example
- 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"}
- TimeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- CompartmentId string
- Compartment OCID
- 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
- Responder rule description
- DisplayName string
- Responder rule display name
- EffectiveResponder []GetRules Responder Recipe Effective Responder Rule 
- List of currently enabled responder rules for the responder 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
- Unique identifier for the responder recip
- 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.
- Owner string
- Owner of responder recipe
- ResponderRecipe stringId 
- ResponderRules []GetResponder Recipe Responder Rule 
- List of responder rules associated with the recipe
- SourceResponder stringRecipe Id 
- The unique identifier of the source responder recipe
- State string
- The current lifecycle state of the example
- 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"}
- TimeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- 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
- Responder rule description
- displayName String
- Responder rule display name
- effectiveResponder List<GetRules Responder Recipe Effective Responder Rule> 
- List of currently enabled responder rules for the responder 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
- Unique identifier for the responder recip
- 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.
- owner String
- Owner of responder recipe
- responderRecipe StringId 
- responderRules List<GetResponder Recipe Responder Rule> 
- List of responder rules associated with the recipe
- sourceResponder StringRecipe Id 
- The unique identifier of the source responder recipe
- state String
- The current lifecycle state of the example
- 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"}
- timeCreated String
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- compartmentId string
- Compartment OCID
- {[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
- Responder rule description
- displayName string
- Responder rule display name
- effectiveResponder GetRules Responder Recipe Effective Responder Rule[] 
- List of currently enabled responder rules for the responder 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
- Unique identifier for the responder recip
- 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.
- owner string
- Owner of responder recipe
- responderRecipe stringId 
- responderRules GetResponder Recipe Responder Rule[] 
- List of responder rules associated with the recipe
- sourceResponder stringRecipe Id 
- The unique identifier of the source responder recipe
- state string
- The current lifecycle state of the example
- {[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"}
- timeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- compartment_id str
- Compartment OCID
- 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
- Responder rule description
- display_name str
- Responder rule display name
- effective_responder_ Sequence[cloudguard.rules Get Responder Recipe Effective Responder Rule] 
- List of currently enabled responder rules for the responder 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
- Unique identifier for the responder recip
- 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.
- owner str
- Owner of responder recipe
- responder_recipe_ strid 
- responder_rules Sequence[cloudguard.Get Responder Recipe Responder Rule] 
- List of responder rules associated with the recipe
- source_responder_ strrecipe_ id 
- The unique identifier of the source responder recipe
- state str
- The current lifecycle state of the example
- 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"}
- time_created str
- The date and time the responder recipe was created. Format defined by RFC3339.
- time_updated str
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Responder rule description
- displayName String
- Responder rule display name
- effectiveResponder List<Property Map>Rules 
- List of currently enabled responder rules for the responder 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
- Unique identifier for the responder recip
- 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.
- owner String
- Owner of responder recipe
- responderRecipe StringId 
- responderRules List<Property Map>
- List of responder rules associated with the recipe
- sourceResponder StringRecipe Id 
- The unique identifier of the source responder recipe
- state String
- The current lifecycle state of the example
- 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"}
- timeCreated String
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the responder recipe was last updated. Format defined by RFC3339.
Supporting Types
GetResponderRecipeEffectiveResponderRule     
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
List<GetResponder Recipe Effective Responder Rule Detail> 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- 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.
- Policies List<string>
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the example
- SupportedModes List<string>
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
[]GetResponder Recipe Effective Responder Rule Detail 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- 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.
- Policies []string
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the example
- SupportedModes []string
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details
List<GetResponder Recipe Effective Responder Rule Detail> 
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- 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.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the example
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type String
- Type of responder
- compartmentId string
- Compartment OCID
- description string
- Responder rule description
- details
GetResponder Recipe Effective Responder Rule Detail[] 
- Detailed information for a responder rule
- displayName string
- Responder rule display name
- 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.
- policies string[]
- List of policies
- responderRule stringId 
- Unique identifier for the responder rule
- state string
- The current lifecycle state of the example
- supportedModes string[]
- Supported execution modes for the responder rule
- timeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type string
- Type of responder
- compartment_id str
- Compartment OCID
- description str
- Responder rule description
- details
Sequence[cloudguard.Get Responder Recipe Effective Responder Rule Detail] 
- Detailed information for a responder rule
- display_name str
- Responder rule display name
- 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.
- policies Sequence[str]
- List of policies
- responder_rule_ strid 
- Unique identifier for the responder rule
- state str
- The current lifecycle state of the example
- supported_modes Sequence[str]
- Supported execution modes for the responder rule
- time_created str
- The date and time the responder recipe was created. Format defined by RFC3339.
- time_updated str
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type str
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details List<Property Map>
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- 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.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the example
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type String
- Type of responder
GetResponderRecipeEffectiveResponderRuleDetail      
- Condition string
- The base condition resource.
- Configurations
List<GetResponder Recipe Effective Responder Rule Detail Configuration> 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- Condition string
- The base condition resource.
- Configurations
[]GetResponder Recipe Effective Responder Rule Detail Configuration 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations
List<GetResponder Recipe Effective Responder Rule Detail Configuration> 
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
- condition string
- The base condition resource.
- configurations
GetResponder Recipe Effective Responder Rule Detail Configuration[] 
- List of responder rule configurations
- isEnabled boolean
- Enabled state for the responder rule
- mode string
- Execution mode for the responder rule
- condition str
- The base condition resource.
- configurations
Sequence[cloudguard.Get Responder Recipe Effective Responder Rule Detail Configuration] 
- List of responder rule configurations
- is_enabled bool
- Enabled state for the responder rule
- mode str
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations List<Property Map>
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
GetResponderRecipeEffectiveResponderRuleDetailConfiguration       
- config_key str
- Unique identifier of the configuration
- name str
- Configuration name
- value str
- Configuration value
GetResponderRecipeResponderRule    
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
List<GetResponder Recipe Responder Rule Detail> 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- 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.
- Policies List<string>
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the example
- SupportedModes List<string>
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
[]GetResponder Recipe Responder Rule Detail 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- 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.
- Policies []string
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the example
- SupportedModes []string
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details
List<GetResponder Recipe Responder Rule Detail> 
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- 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.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the example
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type String
- Type of responder
- compartmentId string
- Compartment OCID
- description string
- Responder rule description
- details
GetResponder Recipe Responder Rule Detail[] 
- Detailed information for a responder rule
- displayName string
- Responder rule display name
- 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.
- policies string[]
- List of policies
- responderRule stringId 
- Unique identifier for the responder rule
- state string
- The current lifecycle state of the example
- supportedModes string[]
- Supported execution modes for the responder rule
- timeCreated string
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type string
- Type of responder
- compartment_id str
- Compartment OCID
- description str
- Responder rule description
- details
Sequence[cloudguard.Get Responder Recipe Responder Rule Detail] 
- Detailed information for a responder rule
- display_name str
- Responder rule display name
- 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.
- policies Sequence[str]
- List of policies
- responder_rule_ strid 
- Unique identifier for the responder rule
- state str
- The current lifecycle state of the example
- supported_modes Sequence[str]
- Supported execution modes for the responder rule
- time_created str
- The date and time the responder recipe was created. Format defined by RFC3339.
- time_updated str
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type str
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details List<Property Map>
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- 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.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the example
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the responder recipe was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the responder recipe was last updated. Format defined by RFC3339.
- type String
- Type of responder
GetResponderRecipeResponderRuleDetail     
- Condition string
- The base condition resource.
- Configurations
List<GetResponder Recipe Responder Rule Detail Configuration> 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- Condition string
- The base condition resource.
- Configurations
[]GetResponder Recipe Responder Rule Detail Configuration 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations
List<GetResponder Recipe Responder Rule Detail Configuration> 
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
- condition string
- The base condition resource.
- configurations
GetResponder Recipe Responder Rule Detail Configuration[] 
- List of responder rule configurations
- isEnabled boolean
- Enabled state for the responder rule
- mode string
- Execution mode for the responder rule
- condition str
- The base condition resource.
- configurations
Sequence[cloudguard.Get Responder Recipe Responder Rule Detail Configuration] 
- List of responder rule configurations
- is_enabled bool
- Enabled state for the responder rule
- mode str
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations List<Property Map>
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
GetResponderRecipeResponderRuleDetailConfiguration      
- config_key str
- Unique identifier of the configuration
- name str
- Configuration name
- value str
- Configuration value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.