1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. CloudGuard
  5. getResponderRecipe
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi

oci.CloudGuard.getResponderRecipe

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi

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

    The following arguments are supported:

    ResponderRecipeId string
    OCID of the responder recipe.
    ResponderRecipeId string
    OCID of the responder recipe.
    responderRecipeId String
    OCID of the responder recipe.
    responderRecipeId string
    OCID of the responder recipe.
    responder_recipe_id str
    OCID of the responder recipe.
    responderRecipeId String
    OCID of the responder recipe.

    getResponderRecipe Result

    The following output properties are available:

    CompartmentId string
    Compartment OCID
    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
    Responder rule description
    DisplayName string
    Responder rule display name
    EffectiveResponderRules List<GetResponderRecipeEffectiveResponderRule>
    List of currently enabled responder rules for the responder 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
    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
    ResponderRecipeId string
    ResponderRules List<GetResponderRecipeResponderRule>
    List of responder rules associated with the recipe
    SourceResponderRecipeId string
    The unique identifier of the source responder recipe
    State string
    The current lifecycle state of the example
    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"}
    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
    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
    Responder rule description
    DisplayName string
    Responder rule display name
    EffectiveResponderRules []GetResponderRecipeEffectiveResponderRule
    List of currently enabled responder rules for the responder 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
    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
    ResponderRecipeId string
    ResponderRules []GetResponderRecipeResponderRule
    List of responder rules associated with the recipe
    SourceResponderRecipeId string
    The unique identifier of the source responder recipe
    State string
    The current lifecycle state of the example
    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"}
    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
    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
    Responder rule description
    displayName String
    Responder rule display name
    effectiveResponderRules List<GetResponderRecipeEffectiveResponderRule>
    List of currently enabled responder rules for the responder 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
    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
    responderRecipeId String
    responderRules List<GetResponderRecipeResponderRule>
    List of responder rules associated with the recipe
    sourceResponderRecipeId String
    The unique identifier of the source responder recipe
    state String
    The current lifecycle state of the example
    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"}
    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
    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
    Responder rule description
    displayName string
    Responder rule display name
    effectiveResponderRules GetResponderRecipeEffectiveResponderRule[]
    List of currently enabled responder rules for the responder 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
    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
    responderRecipeId string
    responderRules GetResponderRecipeResponderRule[]
    List of responder rules associated with the recipe
    sourceResponderRecipeId string
    The unique identifier of the source responder recipe
    state string
    The current lifecycle state of the example
    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"}
    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
    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
    Responder rule description
    display_name str
    Responder rule display name
    effective_responder_rules Sequence[cloudguard.GetResponderRecipeEffectiveResponderRule]
    List of currently enabled responder rules for the responder 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
    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_id str
    responder_rules Sequence[cloudguard.GetResponderRecipeResponderRule]
    List of responder rules associated with the recipe
    source_responder_recipe_id str
    The unique identifier of the source responder recipe
    state str
    The current lifecycle state of the example
    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"}
    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
    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
    Responder rule description
    displayName String
    Responder rule display name
    effectiveResponderRules List<Property Map>
    List of currently enabled responder rules for the responder 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
    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
    responderRecipeId String
    responderRules List<Property Map>
    List of responder rules associated with the recipe
    sourceResponderRecipeId String
    The unique identifier of the source responder recipe
    state String
    The current lifecycle state of the example
    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"}
    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<GetResponderRecipeEffectiveResponderRuleDetail>
    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
    ResponderRuleId string
    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 []GetResponderRecipeEffectiveResponderRuleDetail
    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
    ResponderRuleId string
    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<GetResponderRecipeEffectiveResponderRuleDetail>
    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
    responderRuleId String
    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 GetResponderRecipeEffectiveResponderRuleDetail[]
    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
    responderRuleId string
    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.GetResponderRecipeEffectiveResponderRuleDetail]
    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_id str
    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
    responderRuleId String
    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<GetResponderRecipeEffectiveResponderRuleDetailConfiguration>
    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 []GetResponderRecipeEffectiveResponderRuleDetailConfiguration
    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<GetResponderRecipeEffectiveResponderRuleDetailConfiguration>
    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 GetResponderRecipeEffectiveResponderRuleDetailConfiguration[]
    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.GetResponderRecipeEffectiveResponderRuleDetailConfiguration]
    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

    ConfigKey string
    Unique identifier of the configuration
    Name string
    Configuration name
    Value string
    Configuration value
    ConfigKey string
    Unique identifier of the configuration
    Name string
    Configuration name
    Value string
    Configuration value
    configKey String
    Unique identifier of the configuration
    name String
    Configuration name
    value String
    Configuration value
    configKey string
    Unique identifier of the configuration
    name string
    Configuration name
    value string
    Configuration value
    config_key str
    Unique identifier of the configuration
    name str
    Configuration name
    value str
    Configuration value
    configKey String
    Unique identifier of the configuration
    name String
    Configuration name
    value String
    Configuration value

    GetResponderRecipeResponderRule

    CompartmentId string
    Compartment OCID
    Description string
    Responder rule description
    Details List<GetResponderRecipeResponderRuleDetail>
    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
    ResponderRuleId string
    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 []GetResponderRecipeResponderRuleDetail
    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
    ResponderRuleId string
    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<GetResponderRecipeResponderRuleDetail>
    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
    responderRuleId String
    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 GetResponderRecipeResponderRuleDetail[]
    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
    responderRuleId string
    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.GetResponderRecipeResponderRuleDetail]
    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_id str
    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
    responderRuleId String
    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<GetResponderRecipeResponderRuleDetailConfiguration>
    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 []GetResponderRecipeResponderRuleDetailConfiguration
    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<GetResponderRecipeResponderRuleDetailConfiguration>
    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 GetResponderRecipeResponderRuleDetailConfiguration[]
    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.GetResponderRecipeResponderRuleDetailConfiguration]
    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

    ConfigKey string
    Unique identifier of the configuration
    Name string
    Configuration name
    Value string
    Configuration value
    ConfigKey string
    Unique identifier of the configuration
    Name string
    Configuration name
    Value string
    Configuration value
    configKey String
    Unique identifier of the configuration
    name String
    Configuration name
    value String
    Configuration value
    configKey string
    Unique identifier of the configuration
    name string
    Configuration name
    value string
    Configuration value
    config_key str
    Unique identifier of the configuration
    name str
    Configuration name
    value str
    Configuration value
    configKey String
    Unique identifier of the configuration
    name String
    Configuration name
    value String
    Configuration value

    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 v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi