oci logo
Oracle Cloud Infrastructure v0.20.0, May 31 23

oci.CloudGuard.ResponderRecipe

Explore with Pulumi AI

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

Create a ResponderRecipe.

Create ResponderRecipe Resource

new ResponderRecipe(name: string, args: ResponderRecipeArgs, opts?: CustomResourceOptions);
@overload
def ResponderRecipe(resource_name: 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,
                    freeform_tags: Optional[Mapping[str, Any]] = None,
                    responder_rules: Optional[Sequence[_cloudguard.ResponderRecipeResponderRuleArgs]] = None,
                    source_responder_recipe_id: Optional[str] = None)
@overload
def ResponderRecipe(resource_name: str,
                    args: ResponderRecipeArgs,
                    opts: Optional[ResourceOptions] = 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.

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.

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<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]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<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 {[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 ResponderRecipeResponderRuleArgs[]

(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 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 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<ResponderRecipeEffectiveResponderRuleArgs>

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<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 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<ResponderRecipeEffectiveResponderRuleArgs>

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<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,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 ResponderRecipeEffectiveResponderRuleArgs[]

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 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 {[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 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 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

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 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

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 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

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

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 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

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 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

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"

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.