1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. CloudGuard
  5. ResponderRecipe
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.CloudGuard.ResponderRecipe

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This resource provides the Responder Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.

    Create a ResponderRecipe.

    Create ResponderRecipe Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ResponderRecipe(name: string, args: ResponderRecipeArgs, opts?: CustomResourceOptions);
    @overload
    def ResponderRecipe(resource_name: str,
                        args: ResponderRecipeArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ResponderRecipe(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        compartment_id: Optional[str] = None,
                        display_name: Optional[str] = None,
                        source_responder_recipe_id: Optional[str] = None,
                        defined_tags: Optional[Mapping[str, Any]] = None,
                        description: Optional[str] = None,
                        freeform_tags: Optional[Mapping[str, Any]] = None,
                        responder_rules: Optional[Sequence[_cloudguard.ResponderRecipeResponderRuleArgs]] = None)
    func NewResponderRecipe(ctx *Context, name string, args ResponderRecipeArgs, opts ...ResourceOption) (*ResponderRecipe, error)
    public ResponderRecipe(string name, ResponderRecipeArgs args, CustomResourceOptions? opts = null)
    public ResponderRecipe(String name, ResponderRecipeArgs args)
    public ResponderRecipe(String name, ResponderRecipeArgs args, CustomResourceOptions options)
    
    type: oci:CloudGuard:ResponderRecipe
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ResponderRecipeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ResponderRecipeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ResponderRecipeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ResponderRecipeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ResponderRecipeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var responderRecipeResource = new Oci.CloudGuard.ResponderRecipe("responderRecipeResource", new()
    {
        CompartmentId = "string",
        DisplayName = "string",
        SourceResponderRecipeId = "string",
        DefinedTags = 
        {
            { "string", "any" },
        },
        Description = "string",
        FreeformTags = 
        {
            { "string", "any" },
        },
        ResponderRules = new[]
        {
            new Oci.CloudGuard.Inputs.ResponderRecipeResponderRuleArgs
            {
                Details = new Oci.CloudGuard.Inputs.ResponderRecipeResponderRuleDetailsArgs
                {
                    IsEnabled = false,
                    Condition = "string",
                    Configurations = new[]
                    {
                        new Oci.CloudGuard.Inputs.ResponderRecipeResponderRuleDetailsConfigurationArgs
                        {
                            ConfigKey = "string",
                            Name = "string",
                            Value = "string",
                        },
                    },
                    Mode = "string",
                },
                ResponderRuleId = "string",
                CompartmentId = "string",
                Description = "string",
                DisplayName = "string",
                LifecycleDetails = "string",
                Policies = new[]
                {
                    "string",
                },
                State = "string",
                SupportedModes = new[]
                {
                    "string",
                },
                TimeCreated = "string",
                TimeUpdated = "string",
                Type = "string",
            },
        },
    });
    
    example, err := CloudGuard.NewResponderRecipe(ctx, "responderRecipeResource", &CloudGuard.ResponderRecipeArgs{
    	CompartmentId:           pulumi.String("string"),
    	DisplayName:             pulumi.String("string"),
    	SourceResponderRecipeId: pulumi.String("string"),
    	DefinedTags: pulumi.Map{
    		"string": pulumi.Any("any"),
    	},
    	Description: pulumi.String("string"),
    	FreeformTags: pulumi.Map{
    		"string": pulumi.Any("any"),
    	},
    	ResponderRules: cloudguard.ResponderRecipeResponderRuleArray{
    		&cloudguard.ResponderRecipeResponderRuleArgs{
    			Details: &cloudguard.ResponderRecipeResponderRuleDetailsArgs{
    				IsEnabled: pulumi.Bool(false),
    				Condition: pulumi.String("string"),
    				Configurations: cloudguard.ResponderRecipeResponderRuleDetailsConfigurationArray{
    					&cloudguard.ResponderRecipeResponderRuleDetailsConfigurationArgs{
    						ConfigKey: pulumi.String("string"),
    						Name:      pulumi.String("string"),
    						Value:     pulumi.String("string"),
    					},
    				},
    				Mode: pulumi.String("string"),
    			},
    			ResponderRuleId:  pulumi.String("string"),
    			CompartmentId:    pulumi.String("string"),
    			Description:      pulumi.String("string"),
    			DisplayName:      pulumi.String("string"),
    			LifecycleDetails: pulumi.String("string"),
    			Policies: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			State: pulumi.String("string"),
    			SupportedModes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			TimeCreated: pulumi.String("string"),
    			TimeUpdated: pulumi.String("string"),
    			Type:        pulumi.String("string"),
    		},
    	},
    })
    
    var responderRecipeResource = new ResponderRecipe("responderRecipeResource", ResponderRecipeArgs.builder()        
        .compartmentId("string")
        .displayName("string")
        .sourceResponderRecipeId("string")
        .definedTags(Map.of("string", "any"))
        .description("string")
        .freeformTags(Map.of("string", "any"))
        .responderRules(ResponderRecipeResponderRuleArgs.builder()
            .details(ResponderRecipeResponderRuleDetailsArgs.builder()
                .isEnabled(false)
                .condition("string")
                .configurations(ResponderRecipeResponderRuleDetailsConfigurationArgs.builder()
                    .configKey("string")
                    .name("string")
                    .value("string")
                    .build())
                .mode("string")
                .build())
            .responderRuleId("string")
            .compartmentId("string")
            .description("string")
            .displayName("string")
            .lifecycleDetails("string")
            .policies("string")
            .state("string")
            .supportedModes("string")
            .timeCreated("string")
            .timeUpdated("string")
            .type("string")
            .build())
        .build());
    
    responder_recipe_resource = oci.cloud_guard.ResponderRecipe("responderRecipeResource",
        compartment_id="string",
        display_name="string",
        source_responder_recipe_id="string",
        defined_tags={
            "string": "any",
        },
        description="string",
        freeform_tags={
            "string": "any",
        },
        responder_rules=[oci.cloud_guard.ResponderRecipeResponderRuleArgs(
            details=oci.cloud_guard.ResponderRecipeResponderRuleDetailsArgs(
                is_enabled=False,
                condition="string",
                configurations=[oci.cloud_guard.ResponderRecipeResponderRuleDetailsConfigurationArgs(
                    config_key="string",
                    name="string",
                    value="string",
                )],
                mode="string",
            ),
            responder_rule_id="string",
            compartment_id="string",
            description="string",
            display_name="string",
            lifecycle_details="string",
            policies=["string"],
            state="string",
            supported_modes=["string"],
            time_created="string",
            time_updated="string",
            type="string",
        )])
    
    const responderRecipeResource = new oci.cloudguard.ResponderRecipe("responderRecipeResource", {
        compartmentId: "string",
        displayName: "string",
        sourceResponderRecipeId: "string",
        definedTags: {
            string: "any",
        },
        description: "string",
        freeformTags: {
            string: "any",
        },
        responderRules: [{
            details: {
                isEnabled: false,
                condition: "string",
                configurations: [{
                    configKey: "string",
                    name: "string",
                    value: "string",
                }],
                mode: "string",
            },
            responderRuleId: "string",
            compartmentId: "string",
            description: "string",
            displayName: "string",
            lifecycleDetails: "string",
            policies: ["string"],
            state: "string",
            supportedModes: ["string"],
            timeCreated: "string",
            timeUpdated: "string",
            type: "string",
        }],
    });
    
    type: oci:CloudGuard:ResponderRecipe
    properties:
        compartmentId: string
        definedTags:
            string: any
        description: string
        displayName: string
        freeformTags:
            string: any
        responderRules:
            - compartmentId: string
              description: string
              details:
                condition: string
                configurations:
                    - configKey: string
                      name: string
                      value: string
                isEnabled: false
                mode: string
              displayName: string
              lifecycleDetails: string
              policies:
                - string
              responderRuleId: string
              state: string
              supportedModes:
                - string
              timeCreated: string
              timeUpdated: string
              type: string
        sourceResponderRecipeId: string
    

    ResponderRecipe Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ResponderRecipe resource accepts the following input properties:

    CompartmentId string
    (Updatable) Compartment Identifier
    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    SourceResponderRecipeId string

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    FreeformTags Dictionary<string, object>

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    ResponderRules List<ResponderRecipeResponderRule>
    (Updatable) Responder Rules to override from source responder recipe
    CompartmentId string
    (Updatable) Compartment Identifier
    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    SourceResponderRecipeId string

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    FreeformTags map[string]interface{}

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    ResponderRules []ResponderRecipeResponderRuleArgs
    (Updatable) Responder Rules to override from source responder recipe
    compartmentId String
    (Updatable) Compartment Identifier
    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    sourceResponderRecipeId String

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    freeformTags Map<String,Object>

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    responderRules List<ResponderRecipeResponderRule>
    (Updatable) Responder Rules to override from source responder recipe
    compartmentId string
    (Updatable) Compartment Identifier
    displayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    sourceResponderRecipeId string

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    freeformTags {[key: string]: any}

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    responderRules ResponderRecipeResponderRule[]
    (Updatable) Responder Rules to override from source responder recipe
    compartment_id str
    (Updatable) Compartment Identifier
    display_name str

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    source_responder_recipe_id str

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    defined_tags Mapping[str, Any]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    freeform_tags Mapping[str, Any]

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    responder_rules Sequence[cloudguard.ResponderRecipeResponderRuleArgs]
    (Updatable) Responder Rules to override from source responder recipe
    compartmentId String
    (Updatable) Compartment Identifier
    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    sourceResponderRecipeId String

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    freeformTags Map<Any>

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    responderRules List<Property Map>
    (Updatable) Responder Rules to override from source responder recipe

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ResponderRecipe resource produces the following output properties:

    EffectiveResponderRules List<ResponderRecipeEffectiveResponderRule>
    List of responder rules associated with the recipe
    Id string
    The provider-assigned unique ID for this managed resource.
    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 ResponderRecipe
    State string
    The current 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 updated. Format defined by RFC3339.
    EffectiveResponderRules []ResponderRecipeEffectiveResponderRule
    List of responder rules associated with the recipe
    Id string
    The provider-assigned unique ID for this managed resource.
    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 ResponderRecipe
    State string
    The current 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 updated. Format defined by RFC3339.
    effectiveResponderRules List<ResponderRecipeEffectiveResponderRule>
    List of responder rules associated with the recipe
    id String
    The provider-assigned unique ID for this managed resource.
    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 ResponderRecipe
    state String
    The current 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 updated. Format defined by RFC3339.
    effectiveResponderRules ResponderRecipeEffectiveResponderRule[]
    List of responder rules associated with the recipe
    id string
    The provider-assigned unique ID for this managed resource.
    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 ResponderRecipe
    state string
    The current 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 updated. Format defined by RFC3339.
    effective_responder_rules Sequence[cloudguard.ResponderRecipeEffectiveResponderRule]
    List of responder rules associated with the recipe
    id str
    The provider-assigned unique ID for this managed resource.
    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 ResponderRecipe
    state str
    The current 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 updated. Format defined by RFC3339.
    effectiveResponderRules List<Property Map>
    List of responder rules associated with the recipe
    id String
    The provider-assigned unique ID for this managed resource.
    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 ResponderRecipe
    state String
    The current 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 updated. Format defined by RFC3339.

    Look up Existing ResponderRecipe Resource

    Get an existing ResponderRecipe resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ResponderRecipeState, opts?: CustomResourceOptions): ResponderRecipe
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            compartment_id: Optional[str] = None,
            defined_tags: Optional[Mapping[str, Any]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            effective_responder_rules: Optional[Sequence[_cloudguard.ResponderRecipeEffectiveResponderRuleArgs]] = None,
            freeform_tags: Optional[Mapping[str, Any]] = None,
            lifecycle_details: Optional[str] = None,
            owner: Optional[str] = None,
            responder_rules: Optional[Sequence[_cloudguard.ResponderRecipeResponderRuleArgs]] = None,
            source_responder_recipe_id: Optional[str] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, Any]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None) -> ResponderRecipe
    func GetResponderRecipe(ctx *Context, name string, id IDInput, state *ResponderRecipeState, opts ...ResourceOption) (*ResponderRecipe, error)
    public static ResponderRecipe Get(string name, Input<string> id, ResponderRecipeState? state, CustomResourceOptions? opts = null)
    public static ResponderRecipe get(String name, Output<String> id, ResponderRecipeState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CompartmentId string
    (Updatable) Compartment Identifier
    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    EffectiveResponderRules List<ResponderRecipeEffectiveResponderRule>
    List of responder rules associated with the recipe
    FreeformTags Dictionary<string, object>

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    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 ResponderRecipe
    ResponderRules List<ResponderRecipeResponderRule>
    (Updatable) Responder Rules to override from source responder recipe
    SourceResponderRecipeId string

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    State string
    The current 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 updated. Format defined by RFC3339.
    CompartmentId string
    (Updatable) Compartment Identifier
    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    EffectiveResponderRules []ResponderRecipeEffectiveResponderRuleArgs
    List of responder rules associated with the recipe
    FreeformTags map[string]interface{}

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    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 ResponderRecipe
    ResponderRules []ResponderRecipeResponderRuleArgs
    (Updatable) Responder Rules to override from source responder recipe
    SourceResponderRecipeId string

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    State string
    The current 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 updated. Format defined by RFC3339.
    compartmentId String
    (Updatable) Compartment Identifier
    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    effectiveResponderRules List<ResponderRecipeEffectiveResponderRule>
    List of responder rules associated with the recipe
    freeformTags Map<String,Object>

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    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 ResponderRecipe
    responderRules List<ResponderRecipeResponderRule>
    (Updatable) Responder Rules to override from source responder recipe
    sourceResponderRecipeId String

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state String
    The current 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 updated. Format defined by RFC3339.
    compartmentId string
    (Updatable) Compartment Identifier
    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    displayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    effectiveResponderRules ResponderRecipeEffectiveResponderRule[]
    List of responder rules associated with the recipe
    freeformTags {[key: string]: any}

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    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 ResponderRecipe
    responderRules ResponderRecipeResponderRule[]
    (Updatable) Responder Rules to override from source responder recipe
    sourceResponderRecipeId string

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state string
    The current 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 updated. Format defined by RFC3339.
    compartment_id str
    (Updatable) Compartment Identifier
    defined_tags Mapping[str, Any]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    display_name str

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    effective_responder_rules Sequence[cloudguard.ResponderRecipeEffectiveResponderRuleArgs]
    List of responder rules associated with the recipe
    freeform_tags Mapping[str, Any]

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    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 ResponderRecipe
    responder_rules Sequence[cloudguard.ResponderRecipeResponderRuleArgs]
    (Updatable) Responder Rules to override from source responder recipe
    source_responder_recipe_id str

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state str
    The current 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 updated. Format defined by RFC3339.
    compartmentId String
    (Updatable) Compartment Identifier
    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    effectiveResponderRules List<Property Map>
    List of responder rules associated with the recipe
    freeformTags Map<Any>

    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

    Avoid entering confidential information.

    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 ResponderRecipe
    responderRules List<Property Map>
    (Updatable) Responder Rules to override from source responder recipe
    sourceResponderRecipeId String

    The id of the source responder recipe.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state String
    The current 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 updated. Format defined by RFC3339.

    Supporting Types

    ResponderRecipeEffectiveResponderRule, ResponderRecipeEffectiveResponderRuleArgs

    CompartmentId string
    (Updatable) Compartment Identifier
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    Details List<ResponderRecipeEffectiveResponderRuleDetail>
    (Updatable) Details of UpdateResponderRuleDetails.
    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    ResponderRuleId string
    (Updatable) ResponderRecipeRule Identifier
    State string
    The current state of the Example.
    SupportedModes List<string>
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    Type string
    Type of Responder
    CompartmentId string
    (Updatable) Compartment Identifier
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    Details []ResponderRecipeEffectiveResponderRuleDetail
    (Updatable) Details of UpdateResponderRuleDetails.
    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    ResponderRuleId string
    (Updatable) ResponderRecipeRule Identifier
    State string
    The current state of the Example.
    SupportedModes []string
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    Type string
    Type of Responder
    compartmentId String
    (Updatable) Compartment Identifier
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    details List<ResponderRecipeEffectiveResponderRuleDetail>
    (Updatable) Details of UpdateResponderRuleDetails.
    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    responderRuleId String
    (Updatable) ResponderRecipeRule Identifier
    state String
    The current state of the Example.
    supportedModes List<String>
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type String
    Type of Responder
    compartmentId string
    (Updatable) Compartment Identifier
    description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    details ResponderRecipeEffectiveResponderRuleDetail[]
    (Updatable) Details of UpdateResponderRuleDetails.
    displayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    responderRuleId string
    (Updatable) ResponderRecipeRule Identifier
    state string
    The current state of the Example.
    supportedModes string[]
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type string
    Type of Responder
    compartment_id str
    (Updatable) Compartment Identifier
    description str

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    details Sequence[cloudguard.ResponderRecipeEffectiveResponderRuleDetail]
    (Updatable) Details of UpdateResponderRuleDetails.
    display_name str

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    responder_rule_id str
    (Updatable) ResponderRecipeRule Identifier
    state str
    The current state of the Example.
    supported_modes Sequence[str]
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type str
    Type of Responder
    compartmentId String
    (Updatable) Compartment Identifier
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    details List<Property Map>
    (Updatable) Details of UpdateResponderRuleDetails.
    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    responderRuleId String
    (Updatable) ResponderRecipeRule Identifier
    state String
    The current state of the Example.
    supportedModes List<String>
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type String
    Type of Responder

    ResponderRecipeEffectiveResponderRuleDetail, ResponderRecipeEffectiveResponderRuleDetailArgs

    Condition string
    Base condition object
    Configurations List<ResponderRecipeEffectiveResponderRuleDetailConfiguration>
    ResponderRule configurations
    IsEnabled bool
    (Updatable) Identifies state for ResponderRule
    Mode string
    Execution Mode for ResponderRule
    Condition string
    Base condition object
    Configurations []ResponderRecipeEffectiveResponderRuleDetailConfiguration
    ResponderRule configurations
    IsEnabled bool
    (Updatable) Identifies state for ResponderRule
    Mode string
    Execution Mode for ResponderRule
    condition String
    Base condition object
    configurations List<ResponderRecipeEffectiveResponderRuleDetailConfiguration>
    ResponderRule configurations
    isEnabled Boolean
    (Updatable) Identifies state for ResponderRule
    mode String
    Execution Mode for ResponderRule
    condition string
    Base condition object
    configurations ResponderRecipeEffectiveResponderRuleDetailConfiguration[]
    ResponderRule configurations
    isEnabled boolean
    (Updatable) Identifies state for ResponderRule
    mode string
    Execution Mode for ResponderRule
    condition str
    Base condition object
    configurations Sequence[cloudguard.ResponderRecipeEffectiveResponderRuleDetailConfiguration]
    ResponderRule configurations
    is_enabled bool
    (Updatable) Identifies state for ResponderRule
    mode str
    Execution Mode for ResponderRule
    condition String
    Base condition object
    configurations List<Property Map>
    ResponderRule configurations
    isEnabled Boolean
    (Updatable) Identifies state for ResponderRule
    mode String
    Execution Mode for ResponderRule

    ResponderRecipeEffectiveResponderRuleDetailConfiguration, ResponderRecipeEffectiveResponderRuleDetailConfigurationArgs

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

    ResponderRecipeResponderRule, ResponderRecipeResponderRuleArgs

    Details ResponderRecipeResponderRuleDetails
    (Updatable) Details of UpdateResponderRuleDetails.
    ResponderRuleId string
    (Updatable) ResponderRecipeRule Identifier
    CompartmentId string
    (Updatable) Compartment Identifier
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    State string
    The current state of the Example.
    SupportedModes List<string>
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    Type string
    Type of Responder
    Details ResponderRecipeResponderRuleDetails
    (Updatable) Details of UpdateResponderRuleDetails.
    ResponderRuleId string
    (Updatable) ResponderRecipeRule Identifier
    CompartmentId string
    (Updatable) Compartment Identifier
    Description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    DisplayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    State string
    The current state of the Example.
    SupportedModes []string
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    Type string
    Type of Responder
    details ResponderRecipeResponderRuleDetails
    (Updatable) Details of UpdateResponderRuleDetails.
    responderRuleId String
    (Updatable) ResponderRecipeRule Identifier
    compartmentId String
    (Updatable) Compartment Identifier
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    state String
    The current state of the Example.
    supportedModes List<String>
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type String
    Type of Responder
    details ResponderRecipeResponderRuleDetails
    (Updatable) Details of UpdateResponderRuleDetails.
    responderRuleId string
    (Updatable) ResponderRecipeRule Identifier
    compartmentId string
    (Updatable) Compartment Identifier
    description string

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    displayName string

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    state string
    The current state of the Example.
    supportedModes string[]
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type string
    Type of Responder
    details cloudguard.ResponderRecipeResponderRuleDetails
    (Updatable) Details of UpdateResponderRuleDetails.
    responder_rule_id str
    (Updatable) ResponderRecipeRule Identifier
    compartment_id str
    (Updatable) Compartment Identifier
    description str

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    display_name str

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    state str
    The current state of the Example.
    supported_modes Sequence[str]
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type str
    Type of Responder
    details Property Map
    (Updatable) Details of UpdateResponderRuleDetails.
    responderRuleId String
    (Updatable) ResponderRecipeRule Identifier
    compartmentId String
    (Updatable) Compartment Identifier
    description String

    (Updatable) Responder recipe description.

    Avoid entering confidential information.

    displayName String

    (Updatable) Responder recipe display name.

    Avoid entering confidential information.

    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 Policy
    state String
    The current state of the Example.
    supportedModes List<String>
    Supported Execution Modes
    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 updated. Format defined by RFC3339.
    type String
    Type of Responder

    ResponderRecipeResponderRuleDetails, ResponderRecipeResponderRuleDetailsArgs

    IsEnabled bool
    (Updatable) Identifies state for ResponderRule
    Condition string
    Base condition object
    Configurations List<ResponderRecipeResponderRuleDetailsConfiguration>
    ResponderRule configurations
    Mode string
    Execution Mode for ResponderRule
    IsEnabled bool
    (Updatable) Identifies state for ResponderRule
    Condition string
    Base condition object
    Configurations []ResponderRecipeResponderRuleDetailsConfiguration
    ResponderRule configurations
    Mode string
    Execution Mode for ResponderRule
    isEnabled Boolean
    (Updatable) Identifies state for ResponderRule
    condition String
    Base condition object
    configurations List<ResponderRecipeResponderRuleDetailsConfiguration>
    ResponderRule configurations
    mode String
    Execution Mode for ResponderRule
    isEnabled boolean
    (Updatable) Identifies state for ResponderRule
    condition string
    Base condition object
    configurations ResponderRecipeResponderRuleDetailsConfiguration[]
    ResponderRule configurations
    mode string
    Execution Mode for ResponderRule
    is_enabled bool
    (Updatable) Identifies state for ResponderRule
    condition str
    Base condition object
    configurations Sequence[cloudguard.ResponderRecipeResponderRuleDetailsConfiguration]
    ResponderRule configurations
    mode str
    Execution Mode for ResponderRule
    isEnabled Boolean
    (Updatable) Identifies state for ResponderRule
    condition String
    Base condition object
    configurations List<Property Map>
    ResponderRule configurations
    mode String
    Execution Mode for ResponderRule

    ResponderRecipeResponderRuleDetailsConfiguration, ResponderRecipeResponderRuleDetailsConfigurationArgs

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

    Import

    ResponderRecipes can be imported using the id, e.g.

    $ pulumi import oci:CloudGuard/responderRecipe:ResponderRecipe test_responder_recipe "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.32.0 published on Thursday, Apr 18, 2024 by Pulumi