Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 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:
- Responder
Recipe stringId  - OCID of the responder recipe.
 
- Responder
Recipe stringId  - OCID of the responder recipe.
 
- responder
Recipe StringId  - OCID of the responder recipe.
 
- responder
Recipe stringId  - OCID of the responder recipe.
 
- responder_
recipe_ strid  - OCID of the responder recipe.
 
- responder
Recipe StringId  - OCID of the responder recipe.
 
getResponderRecipe Result
The following output properties are available:
- Compartment
Id 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
 - Display
Name string - Responder rule display name
 - Effective
Responder 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
 - Lifecycle
Details 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
 - Responder
Recipe stringId  - Responder
Rules List<GetResponder Recipe Responder Rule>  - List of responder rules associated with the recipe
 - Source
Responder 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"} - Time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - Time
Updated string - The date and time the responder recipe was last updated. Format defined by RFC3339.
 
- Compartment
Id 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
 - Display
Name string - Responder rule display name
 - Effective
Responder []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
 - Lifecycle
Details 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
 - Responder
Recipe stringId  - Responder
Rules []GetResponder Recipe Responder Rule  - List of responder rules associated with the recipe
 - Source
Responder 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"} - Time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - Time
Updated string - The date and time the responder recipe was last updated. Format defined by RFC3339.
 
- compartment
Id 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
 - display
Name String - Responder rule display name
 - effective
Responder 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
 - lifecycle
Details 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
 - responder
Recipe StringId  - responder
Rules List<GetResponder Recipe Responder Rule>  - List of responder rules associated with the recipe
 - source
Responder 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"} - time
Created String - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated String - The date and time the responder recipe was last updated. Format defined by RFC3339.
 
- compartment
Id 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
 - display
Name string - Responder rule display name
 - effective
Responder 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
 - lifecycle
Details 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
 - responder
Recipe stringId  - responder
Rules GetResponder Recipe Responder Rule[]  - List of responder rules associated with the recipe
 - source
Responder 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"} - time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated 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.
 
- compartment
Id 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
 - display
Name String - Responder rule display name
 - effective
Responder 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
 - lifecycle
Details 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
 - responder
Recipe StringId  - responder
Rules List<Property Map> - List of responder rules associated with the recipe
 - source
Responder 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"} - time
Created String - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated String - The date and time the responder recipe was last updated. Format defined by RFC3339.
 
Supporting Types
GetResponderRecipeEffectiveResponderRule     
- Compartment
Id string - Compartment OCID
 - Description string
 - Responder rule description
 - Details
List<Get
Responder Recipe Effective Responder Rule Detail>  - Detailed information for a responder rule
 - Display
Name string - Responder rule display name
 - Lifecycle
Details 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
 - Responder
Rule stringId  - Unique identifier for the responder rule
 - State string
 - The current lifecycle state of the example
 - Supported
Modes List<string> - Supported execution modes for the responder rule
 - Time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - Time
Updated string - The date and time the responder recipe was last updated. Format defined by RFC3339.
 - Type string
 - Type of responder
 
- Compartment
Id string - Compartment OCID
 - Description string
 - Responder rule description
 - Details
[]Get
Responder Recipe Effective Responder Rule Detail  - Detailed information for a responder rule
 - Display
Name string - Responder rule display name
 - Lifecycle
Details 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
 - Responder
Rule stringId  - Unique identifier for the responder rule
 - State string
 - The current lifecycle state of the example
 - Supported
Modes []string - Supported execution modes for the responder rule
 - Time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - Time
Updated string - The date and time the responder recipe was last updated. Format defined by RFC3339.
 - Type string
 - Type of responder
 
- compartment
Id String - Compartment OCID
 - description String
 - Responder rule description
 - details
List<Get
Responder Recipe Effective Responder Rule Detail>  - Detailed information for a responder rule
 - display
Name String - Responder rule display name
 - lifecycle
Details 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
 - responder
Rule StringId  - Unique identifier for the responder rule
 - state String
 - The current lifecycle state of the example
 - supported
Modes List<String> - Supported execution modes for the responder rule
 - time
Created String - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated String - The date and time the responder recipe was last updated. Format defined by RFC3339.
 - type String
 - Type of responder
 
- compartment
Id string - Compartment OCID
 - description string
 - Responder rule description
 - details
Get
Responder Recipe Effective Responder Rule Detail[]  - Detailed information for a responder rule
 - display
Name string - Responder rule display name
 - lifecycle
Details 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
 - responder
Rule stringId  - Unique identifier for the responder rule
 - state string
 - The current lifecycle state of the example
 - supported
Modes string[] - Supported execution modes for the responder rule
 - time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated 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
 
- compartment
Id String - Compartment OCID
 - description String
 - Responder rule description
 - details List<Property Map>
 - Detailed information for a responder rule
 - display
Name String - Responder rule display name
 - lifecycle
Details 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
 - responder
Rule StringId  - Unique identifier for the responder rule
 - state String
 - The current lifecycle state of the example
 - supported
Modes List<String> - Supported execution modes for the responder rule
 - time
Created String - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated 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<Get
Responder Recipe Effective Responder Rule Detail Configuration>  - List of responder rule configurations
 - Is
Enabled bool - Enabled state for the responder rule
 - Mode string
 - Execution mode for the responder rule
 
- Condition string
 - The base condition resource.
 - Configurations
[]Get
Responder Recipe Effective Responder Rule Detail Configuration  - List of responder rule configurations
 - Is
Enabled bool - Enabled state for the responder rule
 - Mode string
 - Execution mode for the responder rule
 
- condition String
 - The base condition resource.
 - configurations
List<Get
Responder Recipe Effective Responder Rule Detail Configuration>  - List of responder rule configurations
 - is
Enabled Boolean - Enabled state for the responder rule
 - mode String
 - Execution mode for the responder rule
 
- condition string
 - The base condition resource.
 - configurations
Get
Responder Recipe Effective Responder Rule Detail Configuration[]  - List of responder rule configurations
 - is
Enabled 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
 - is
Enabled 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    
- Compartment
Id string - Compartment OCID
 - Description string
 - Responder rule description
 - Details
List<Get
Responder Recipe Responder Rule Detail>  - Detailed information for a responder rule
 - Display
Name string - Responder rule display name
 - Lifecycle
Details 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
 - Responder
Rule stringId  - Unique identifier for the responder rule
 - State string
 - The current lifecycle state of the example
 - Supported
Modes List<string> - Supported execution modes for the responder rule
 - Time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - Time
Updated string - The date and time the responder recipe was last updated. Format defined by RFC3339.
 - Type string
 - Type of responder
 
- Compartment
Id string - Compartment OCID
 - Description string
 - Responder rule description
 - Details
[]Get
Responder Recipe Responder Rule Detail  - Detailed information for a responder rule
 - Display
Name string - Responder rule display name
 - Lifecycle
Details 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
 - Responder
Rule stringId  - Unique identifier for the responder rule
 - State string
 - The current lifecycle state of the example
 - Supported
Modes []string - Supported execution modes for the responder rule
 - Time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - Time
Updated string - The date and time the responder recipe was last updated. Format defined by RFC3339.
 - Type string
 - Type of responder
 
- compartment
Id String - Compartment OCID
 - description String
 - Responder rule description
 - details
List<Get
Responder Recipe Responder Rule Detail>  - Detailed information for a responder rule
 - display
Name String - Responder rule display name
 - lifecycle
Details 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
 - responder
Rule StringId  - Unique identifier for the responder rule
 - state String
 - The current lifecycle state of the example
 - supported
Modes List<String> - Supported execution modes for the responder rule
 - time
Created String - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated String - The date and time the responder recipe was last updated. Format defined by RFC3339.
 - type String
 - Type of responder
 
- compartment
Id string - Compartment OCID
 - description string
 - Responder rule description
 - details
Get
Responder Recipe Responder Rule Detail[]  - Detailed information for a responder rule
 - display
Name string - Responder rule display name
 - lifecycle
Details 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
 - responder
Rule stringId  - Unique identifier for the responder rule
 - state string
 - The current lifecycle state of the example
 - supported
Modes string[] - Supported execution modes for the responder rule
 - time
Created string - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated 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
 
- compartment
Id String - Compartment OCID
 - description String
 - Responder rule description
 - details List<Property Map>
 - Detailed information for a responder rule
 - display
Name String - Responder rule display name
 - lifecycle
Details 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
 - responder
Rule StringId  - Unique identifier for the responder rule
 - state String
 - The current lifecycle state of the example
 - supported
Modes List<String> - Supported execution modes for the responder rule
 - time
Created String - The date and time the responder recipe was created. Format defined by RFC3339.
 - time
Updated 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<Get
Responder Recipe Responder Rule Detail Configuration>  - List of responder rule configurations
 - Is
Enabled bool - Enabled state for the responder rule
 - Mode string
 - Execution mode for the responder rule
 
- Condition string
 - The base condition resource.
 - Configurations
[]Get
Responder Recipe Responder Rule Detail Configuration  - List of responder rule configurations
 - Is
Enabled bool - Enabled state for the responder rule
 - Mode string
 - Execution mode for the responder rule
 
- condition String
 - The base condition resource.
 - configurations
List<Get
Responder Recipe Responder Rule Detail Configuration>  - List of responder rule configurations
 - is
Enabled Boolean - Enabled state for the responder rule
 - mode String
 - Execution mode for the responder rule
 
- condition string
 - The base condition resource.
 - configurations
Get
Responder Recipe Responder Rule Detail Configuration[]  - List of responder rule configurations
 - is
Enabled 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
 - is
Enabled 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.