oci.CloudGuard.getGuardTarget
Explore with Pulumi AI
This data source provides details about a specific Target resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a Target identified by targetId
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testTarget = Oci.CloudGuard.GetGuardTarget.Invoke(new()
{
TargetId = oci_cloud_guard_target.Test_target.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/CloudGuard"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CloudGuard.GetGuardTarget(ctx, &cloudguard.GetGuardTargetArgs{
TargetId: oci_cloud_guard_target.Test_target.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudGuard.CloudGuardFunctions;
import com.pulumi.oci.CloudGuard.inputs.GetGuardTargetArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testTarget = CloudGuardFunctions.getGuardTarget(GetGuardTargetArgs.builder()
.targetId(oci_cloud_guard_target.test_target().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_target = oci.CloudGuard.get_guard_target(target_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTarget = oci.CloudGuard.getGuardTarget({
targetId: oci_cloud_guard_target.test_target.id,
});
variables:
testTarget:
fn::invoke:
Function: oci:CloudGuard:getGuardTarget
Arguments:
targetId: ${oci_cloud_guard_target.test_target.id}
Using getGuardTarget
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGuardTarget(args: GetGuardTargetArgs, opts?: InvokeOptions): Promise<GetGuardTargetResult>
function getGuardTargetOutput(args: GetGuardTargetOutputArgs, opts?: InvokeOptions): Output<GetGuardTargetResult>
def get_guard_target(target_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGuardTargetResult
def get_guard_target_output(target_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGuardTargetResult]
func GetGuardTarget(ctx *Context, args *GetGuardTargetArgs, opts ...InvokeOption) (*GetGuardTargetResult, error)
func GetGuardTargetOutput(ctx *Context, args *GetGuardTargetOutputArgs, opts ...InvokeOption) GetGuardTargetResultOutput
> Note: This function is named GetGuardTarget
in the Go SDK.
public static class GetGuardTarget
{
public static Task<GetGuardTargetResult> InvokeAsync(GetGuardTargetArgs args, InvokeOptions? opts = null)
public static Output<GetGuardTargetResult> Invoke(GetGuardTargetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGuardTargetResult> getGuardTarget(GetGuardTargetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CloudGuard/getGuardTarget:getGuardTarget
arguments:
# arguments dictionary
The following arguments are supported:
- Target
Id string OCID of target
- Target
Id string OCID of target
- target
Id String OCID of target
- target
Id string OCID of target
- target_
id str OCID of target
- target
Id String OCID of target
getGuardTarget Result
The following output properties are available:
- Compartment
Id string Compartment Identifier
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
ResponderRule description.
- Display
Name string ResponderRule display name.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Inherited
By List<string>Compartments List of inherited compartments
- Lifecyle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Recipe
Count int Total number of recipes attached to target
- State string
The current state of the ResponderRule.
- 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"}
- Target
Details List<GetGuard Target Target Detail> Details specific to the target type.
- Target
Detector List<GetRecipes Guard Target Target Detector Recipe> List of detector recipes associated with target
- Target
Id string - Target
Resource stringId Resource ID which the target uses to monitor
- Target
Resource stringType possible type of targets
- Target
Responder List<GetRecipes Guard Target Target Responder Recipe> List of responder recipes associated with target
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Compartment
Id string Compartment Identifier
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
ResponderRule description.
- Display
Name string ResponderRule display name.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Inherited
By []stringCompartments List of inherited compartments
- Lifecyle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Recipe
Count int Total number of recipes attached to target
- State string
The current state of the ResponderRule.
- 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"}
- Target
Details []GetGuard Target Target Detail Details specific to the target type.
- Target
Detector []GetRecipes Guard Target Target Detector Recipe List of detector recipes associated with target
- Target
Id string - Target
Resource stringId Resource ID which the target uses to monitor
- Target
Resource stringType possible type of targets
- Target
Responder []GetRecipes Guard Target Target Responder Recipe List of responder recipes associated with target
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
ResponderRule description.
- display
Name String ResponderRule display name.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- inherited
By List<String>Compartments List of inherited compartments
- lifecyle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- recipe
Count Integer Total number of recipes attached to target
- state String
The current state of the ResponderRule.
- 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"}
- target
Details List<GetGuard Target Target Detail> Details specific to the target type.
- target
Detector List<GetRecipes Guard Target Target Detector Recipe> List of detector recipes associated with target
- target
Id String - target
Resource StringId Resource ID which the target uses to monitor
- target
Resource StringType possible type of targets
- target
Responder List<GetRecipes Guard Target Target Responder Recipe> List of responder recipes associated with target
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- compartment
Id string Compartment Identifier
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
ResponderRule description.
- display
Name string ResponderRule display name.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- inherited
By string[]Compartments List of inherited compartments
- lifecyle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- recipe
Count number Total number of recipes attached to target
- state string
The current state of the ResponderRule.
- {[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"}
- target
Details GetGuard Target Target Detail[] Details specific to the target type.
- target
Detector GetRecipes Guard Target Target Detector Recipe[] List of detector recipes associated with target
- target
Id string - target
Resource stringId Resource ID which the target uses to monitor
- target
Resource stringType possible type of targets
- target
Responder GetRecipes Guard Target Target Responder Recipe[] List of responder recipes associated with target
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment_
id str Compartment Identifier
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
ResponderRule description.
- display_
name str ResponderRule display name.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- inherited_
by_ Sequence[str]compartments List of inherited compartments
- lifecyle_
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.
- recipe_
count int Total number of recipes attached to target
- state str
The current state of the ResponderRule.
- 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"}
- target_
details GetGuard Target Target Detail] Details specific to the target type.
- target_
detector_ Getrecipes Guard Target Target Detector Recipe] List of detector recipes associated with target
- target_
id str - target_
resource_ strid Resource ID which the target uses to monitor
- target_
resource_ strtype possible type of targets
- target_
responder_ Getrecipes Guard Target Target Responder Recipe] List of responder recipes associated with target
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
ResponderRule description.
- display
Name String ResponderRule display name.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- inherited
By List<String>Compartments List of inherited compartments
- lifecyle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- recipe
Count Number Total number of recipes attached to target
- state String
The current state of the ResponderRule.
- 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"}
- target
Details List<Property Map> Details specific to the target type.
- target
Detector List<Property Map>Recipes List of detector recipes associated with target
- target
Id String - target
Resource StringId Resource ID which the target uses to monitor
- target
Resource StringType possible type of targets
- target
Responder List<Property Map>Recipes List of responder recipes associated with target
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
Supporting Types
GetGuardTargetTargetDetail
- Security
Zone stringDisplay Name The name of the security zone to associate this compartment with.
- Security
Zone stringId The OCID of the security zone to associate this compartment with.
- Target
Resource stringType possible type of targets
- Target
Security List<GetZone Recipes Guard Target Target Detail Target Security Zone Recipe> The list of security zone recipes to associate this compartment with.
- Security
Zone stringDisplay Name The name of the security zone to associate this compartment with.
- Security
Zone stringId The OCID of the security zone to associate this compartment with.
- Target
Resource stringType possible type of targets
- Target
Security []GetZone Recipes Guard Target Target Detail Target Security Zone Recipe The list of security zone recipes to associate this compartment with.
- security
Zone StringDisplay Name The name of the security zone to associate this compartment with.
- security
Zone StringId The OCID of the security zone to associate this compartment with.
- target
Resource StringType possible type of targets
- target
Security List<GetZone Recipes Guard Target Target Detail Target Security Zone Recipe> The list of security zone recipes to associate this compartment with.
- security
Zone stringDisplay Name The name of the security zone to associate this compartment with.
- security
Zone stringId The OCID of the security zone to associate this compartment with.
- target
Resource stringType possible type of targets
- target
Security GetZone Recipes Guard Target Target Detail Target Security Zone Recipe[] The list of security zone recipes to associate this compartment with.
- security_
zone_ strdisplay_ name The name of the security zone to associate this compartment with.
- security_
zone_ strid The OCID of the security zone to associate this compartment with.
- target_
resource_ strtype possible type of targets
- target_
security_ Getzone_ recipes Guard Target Target Detail Target Security Zone Recipe] The list of security zone recipes to associate this compartment with.
- security
Zone StringDisplay Name The name of the security zone to associate this compartment with.
- security
Zone StringId The OCID of the security zone to associate this compartment with.
- target
Resource StringType possible type of targets
- target
Security List<Property Map>Zone Recipes The list of security zone recipes to associate this compartment with.
GetGuardTargetTargetDetailTargetSecurityZoneRecipe
- Compartment
Id string Compartment Identifier
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
ResponderRule description.
- Display
Name string ResponderRule display name.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Owner string
Owner of ResponderRecipe
- Security
Policies List<string> The list of
SecurityPolicy
ids that are included in the recipe- State string
The current state of the ResponderRule.
- 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"}
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Compartment
Id string Compartment Identifier
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
ResponderRule description.
- Display
Name string ResponderRule display name.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Owner string
Owner of ResponderRecipe
- Security
Policies []string The list of
SecurityPolicy
ids that are included in the recipe- State string
The current state of the ResponderRule.
- 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"}
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
ResponderRule description.
- display
Name String ResponderRule display name.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- owner String
Owner of ResponderRecipe
- security
Policies List<String> The list of
SecurityPolicy
ids that are included in the recipe- state String
The current state of the ResponderRule.
- 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"}
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- compartment
Id string Compartment Identifier
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
ResponderRule description.
- display
Name string ResponderRule display name.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- owner string
Owner of ResponderRecipe
- security
Policies string[] The list of
SecurityPolicy
ids that are included in the recipe- state string
The current state of the ResponderRule.
- {[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"}
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment_
id str Compartment Identifier
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
ResponderRule description.
- display_
name str ResponderRule display name.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- 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
- security_
policies Sequence[str] The list of
SecurityPolicy
ids that are included in the recipe- state str
The current state of the ResponderRule.
- 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 target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
ResponderRule description.
- display
Name String ResponderRule display name.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- owner String
Owner of ResponderRecipe
- security
Policies List<String> The list of
SecurityPolicy
ids that are included in the recipe- state String
The current state of the ResponderRule.
- 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"}
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipe
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Detector string
detector for the rule
- Detector
Recipe stringId Unique identifier for Detector Recipe of which this is an extension
- Detector
Rules List<GetGuard Target Target Detector Recipe Detector Rule> List of detector rules for the detector type for recipe - user input
- Display
Name string ResponderRule display name.
- Effective
Detector List<GetRules Guard Target Target Detector Recipe Effective Detector Rule> List of effective detector rules for the detector type for recipe after applying defaults
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Owner string
Owner of ResponderRecipe
- State string
The current state of the ResponderRule.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Detector string
detector for the rule
- Detector
Recipe stringId Unique identifier for Detector Recipe of which this is an extension
- Detector
Rules []GetGuard Target Target Detector Recipe Detector Rule List of detector rules for the detector type for recipe - user input
- Display
Name string ResponderRule display name.
- Effective
Detector []GetRules Guard Target Target Detector Recipe Effective Detector Rule List of effective detector rules for the detector type for recipe after applying defaults
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Owner string
Owner of ResponderRecipe
- State string
The current state of the ResponderRule.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- detector String
detector for the rule
- detector
Recipe StringId Unique identifier for Detector Recipe of which this is an extension
- detector
Rules List<GetGuard Target Target Detector Recipe Detector Rule> List of detector rules for the detector type for recipe - user input
- display
Name String ResponderRule display name.
- effective
Detector List<GetRules Guard Target Target Detector Recipe Effective Detector Rule> List of effective detector rules for the detector type for recipe after applying defaults
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner String
Owner of ResponderRecipe
- state String
The current state of the ResponderRule.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- compartment
Id string Compartment Identifier
- description string
ResponderRule description.
- detector string
detector for the rule
- detector
Recipe stringId Unique identifier for Detector Recipe of which this is an extension
- detector
Rules GetGuard Target Target Detector Recipe Detector Rule[] List of detector rules for the detector type for recipe - user input
- display
Name string ResponderRule display name.
- effective
Detector GetRules Guard Target Target Detector Recipe Effective Detector Rule[] List of effective detector rules for the detector type for recipe after applying defaults
- id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner string
Owner of ResponderRecipe
- state string
The current state of the ResponderRule.
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment_
id str Compartment Identifier
- description str
ResponderRule description.
- detector str
detector for the rule
- detector_
recipe_ strid Unique identifier for Detector Recipe of which this is an extension
- detector_
rules GetGuard Target Target Detector Recipe Detector Rule] List of detector rules for the detector type for recipe - user input
- display_
name str ResponderRule display name.
- effective_
detector_ Getrules Guard Target Target Detector Recipe Effective Detector Rule] List of effective detector rules for the detector type for recipe after applying defaults
- id str
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner str
Owner of ResponderRecipe
- state str
The current state of the ResponderRule.
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- detector String
detector for the rule
- detector
Recipe StringId Unique identifier for Detector Recipe of which this is an extension
- detector
Rules List<Property Map> List of detector rules for the detector type for recipe - user input
- display
Name String ResponderRule display name.
- effective
Detector List<Property Map>Rules List of effective detector rules for the detector type for recipe after applying defaults
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner String
Owner of ResponderRecipe
- state String
The current state of the ResponderRule.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipeDetectorRule
- Data
Source stringId The id of the attached DataSource.
- Description string
ResponderRule description.
- Details
List<Get
Guard Target Target Detector Recipe Detector Rule Detail> Details of ResponderRule.
- Detector string
detector for the rule
- Detector
Rule stringId The unique identifier of the detector rule.
- Display
Name string ResponderRule display name.
- Entities
Mappings List<GetGuard Target Target Detector Recipe Detector Rule Entities Mapping> Data Source entities mapping for a Detector Rule
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Managed
List List<string>Types List of cloudguard managed list types related to this rule
- Recommendation string
Recommendation for TargetDetectorRecipeDetectorRule
- Resource
Type string resource type of the configuration to which the rule is applied
- Service
Type string service type of the configuration to which the rule is applied
- State string
The current state of the ResponderRule.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Data
Source stringId The id of the attached DataSource.
- Description string
ResponderRule description.
- Details
[]Get
Guard Target Target Detector Recipe Detector Rule Detail Details of ResponderRule.
- Detector string
detector for the rule
- Detector
Rule stringId The unique identifier of the detector rule.
- Display
Name string ResponderRule display name.
- Entities
Mappings []GetGuard Target Target Detector Recipe Detector Rule Entities Mapping Data Source entities mapping for a Detector Rule
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Managed
List []stringTypes List of cloudguard managed list types related to this rule
- Recommendation string
Recommendation for TargetDetectorRecipeDetectorRule
- Resource
Type string resource type of the configuration to which the rule is applied
- Service
Type string service type of the configuration to which the rule is applied
- State string
The current state of the ResponderRule.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- data
Source StringId The id of the attached DataSource.
- description String
ResponderRule description.
- details
List<Get
Guard Target Target Detector Recipe Detector Rule Detail> Details of ResponderRule.
- detector String
detector for the rule
- detector
Rule StringId The unique identifier of the detector rule.
- display
Name String ResponderRule display name.
- entities
Mappings List<GetGuard Target Target Detector Recipe Detector Rule Entities Mapping> Data Source entities mapping for a Detector Rule
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed
List List<String>Types List of cloudguard managed list types related to this rule
- recommendation String
Recommendation for TargetDetectorRecipeDetectorRule
- resource
Type String resource type of the configuration to which the rule is applied
- service
Type String service type of the configuration to which the rule is applied
- state String
The current state of the ResponderRule.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- data
Source stringId The id of the attached DataSource.
- description string
ResponderRule description.
- details
Get
Guard Target Target Detector Recipe Detector Rule Detail[] Details of ResponderRule.
- detector string
detector for the rule
- detector
Rule stringId The unique identifier of the detector rule.
- display
Name string ResponderRule display name.
- entities
Mappings GetGuard Target Target Detector Recipe Detector Rule Entities Mapping[] Data Source entities mapping for a Detector Rule
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed
List string[]Types List of cloudguard managed list types related to this rule
- recommendation string
Recommendation for TargetDetectorRecipeDetectorRule
- resource
Type string resource type of the configuration to which the rule is applied
- service
Type string service type of the configuration to which the rule is applied
- state string
The current state of the ResponderRule.
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- data_
source_ strid The id of the attached DataSource.
- description str
ResponderRule description.
- details
Get
Guard Target Target Detector Recipe Detector Rule Detail] Details of ResponderRule.
- detector str
detector for the rule
- detector_
rule_ strid The unique identifier of the detector rule.
- display_
name str ResponderRule display name.
- entities_
mappings GetGuard Target Target Detector Recipe Detector Rule Entities Mapping] Data Source entities mapping for a Detector Rule
- 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.
- managed_
list_ Sequence[str]types List of cloudguard managed list types related to this rule
- recommendation str
Recommendation for TargetDetectorRecipeDetectorRule
- resource_
type str resource type of the configuration to which the rule is applied
- service_
type str service type of the configuration to which the rule is applied
- state str
The current state of the ResponderRule.
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- data
Source StringId The id of the attached DataSource.
- description String
ResponderRule description.
- details List<Property Map>
Details of ResponderRule.
- detector String
detector for the rule
- detector
Rule StringId The unique identifier of the detector rule.
- display
Name String ResponderRule display name.
- entities
Mappings List<Property Map> Data Source entities mapping for a Detector Rule
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed
List List<String>Types List of cloudguard managed list types related to this rule
- recommendation String
Recommendation for TargetDetectorRecipeDetectorRule
- resource
Type String resource type of the configuration to which the rule is applied
- service
Type String service type of the configuration to which the rule is applied
- state String
The current state of the ResponderRule.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipeDetectorRuleDetail
- Condition
Groups List<GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group> Condition group corresponding to each compartment
- Configurations
List<Get
Guard Target Target Detector Recipe Detector Rule Detail Configuration> ResponderRule configurations
- Is
Configuration boolAllowed configuration allowed or not
- Is
Enabled bool Identifies state for ResponderRule
- Labels List<string>
user defined labels for a detector rule
- Risk
Level string The Risk Level
- Condition
Groups []GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group Condition group corresponding to each compartment
- Configurations
[]Get
Guard Target Target Detector Recipe Detector Rule Detail Configuration ResponderRule configurations
- Is
Configuration boolAllowed configuration allowed or not
- Is
Enabled bool Identifies state for ResponderRule
- Labels []string
user defined labels for a detector rule
- Risk
Level string The Risk Level
- condition
Groups List<GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group> Condition group corresponding to each compartment
- configurations
List<Get
Guard Target Target Detector Recipe Detector Rule Detail Configuration> ResponderRule configurations
- is
Configuration BooleanAllowed configuration allowed or not
- is
Enabled Boolean Identifies state for ResponderRule
- labels List<String>
user defined labels for a detector rule
- risk
Level String The Risk Level
- condition
Groups GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group[] Condition group corresponding to each compartment
- configurations
Get
Guard Target Target Detector Recipe Detector Rule Detail Configuration[] ResponderRule configurations
- is
Configuration booleanAllowed configuration allowed or not
- is
Enabled boolean Identifies state for ResponderRule
- labels string[]
user defined labels for a detector rule
- risk
Level string The Risk Level
- condition_
groups GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group] Condition group corresponding to each compartment
- configurations
Get
Guard Target Target Detector Recipe Detector Rule Detail Configuration] ResponderRule configurations
- is_
configuration_ boolallowed configuration allowed or not
- is_
enabled bool Identifies state for ResponderRule
- labels Sequence[str]
user defined labels for a detector rule
- risk_
level str The Risk Level
- condition
Groups List<Property Map> Condition group corresponding to each compartment
- configurations List<Property Map>
ResponderRule configurations
- is
Configuration BooleanAllowed configuration allowed or not
- is
Enabled Boolean Identifies state for ResponderRule
- labels List<String>
user defined labels for a detector rule
- risk
Level String The Risk Level
GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup
- Compartment
Id string Compartment Identifier
- Condition string
Base condition object
- Compartment
Id string Compartment Identifier
- Condition string
Base condition object
- compartment
Id String Compartment Identifier
- condition String
Base condition object
- compartment
Id string Compartment Identifier
- condition string
Base condition object
- compartment_
id str Compartment Identifier
- condition str
Base condition object
- compartment
Id String Compartment Identifier
- condition String
Base condition object
GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration
- config_
key str Unique name of the configuration
- data_
type str configuration data type
- name str
configuration name
- value str
configuration value
- values
Get
Guard Target Target Detector Recipe Detector Rule Detail Configuration Value] List of configuration values
GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue
- List
Type string configuration list item type, either CUSTOM or MANAGED
- Managed
List stringType type of the managed list
- Value string
configuration value
- List
Type string configuration list item type, either CUSTOM or MANAGED
- Managed
List stringType type of the managed list
- Value string
configuration value
- list
Type String configuration list item type, either CUSTOM or MANAGED
- managed
List StringType type of the managed list
- value String
configuration value
- list
Type string configuration list item type, either CUSTOM or MANAGED
- managed
List stringType type of the managed list
- value string
configuration value
- list_
type str configuration list item type, either CUSTOM or MANAGED
- managed_
list_ strtype type of the managed list
- value str
configuration value
- list
Type String configuration list item type, either CUSTOM or MANAGED
- managed
List StringType type of the managed list
- value String
configuration value
GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping
- Display
Name string ResponderRule display name.
- Entity
Type string Possible type of entity
- Query
Field string The entity value mapped to a data source query
- Display
Name string ResponderRule display name.
- Entity
Type string Possible type of entity
- Query
Field string The entity value mapped to a data source query
- display
Name String ResponderRule display name.
- entity
Type String Possible type of entity
- query
Field String The entity value mapped to a data source query
- display
Name string ResponderRule display name.
- entity
Type string Possible type of entity
- query
Field string The entity value mapped to a data source query
- display_
name str ResponderRule display name.
- entity_
type str Possible type of entity
- query_
field str The entity value mapped to a data source query
- display
Name String ResponderRule display name.
- entity
Type String Possible type of entity
- query
Field String The entity value mapped to a data source query
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule
- Data
Source stringId The id of the attached DataSource.
- Description string
ResponderRule description.
- Details
List<Get
Guard Target Target Detector Recipe Effective Detector Rule Detail> Details of ResponderRule.
- Detector string
detector for the rule
- Detector
Rule stringId The unique identifier of the detector rule.
- Display
Name string ResponderRule display name.
- Entities
Mappings List<GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping> Data Source entities mapping for a Detector Rule
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Managed
List List<string>Types List of cloudguard managed list types related to this rule
- Recommendation string
Recommendation for TargetDetectorRecipeDetectorRule
- Resource
Type string resource type of the configuration to which the rule is applied
- Service
Type string service type of the configuration to which the rule is applied
- State string
The current state of the ResponderRule.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Data
Source stringId The id of the attached DataSource.
- Description string
ResponderRule description.
- Details
[]Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Details of ResponderRule.
- Detector string
detector for the rule
- Detector
Rule stringId The unique identifier of the detector rule.
- Display
Name string ResponderRule display name.
- Entities
Mappings []GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping Data Source entities mapping for a Detector Rule
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Managed
List []stringTypes List of cloudguard managed list types related to this rule
- Recommendation string
Recommendation for TargetDetectorRecipeDetectorRule
- Resource
Type string resource type of the configuration to which the rule is applied
- Service
Type string service type of the configuration to which the rule is applied
- State string
The current state of the ResponderRule.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- data
Source StringId The id of the attached DataSource.
- description String
ResponderRule description.
- details
List<Get
Guard Target Target Detector Recipe Effective Detector Rule Detail> Details of ResponderRule.
- detector String
detector for the rule
- detector
Rule StringId The unique identifier of the detector rule.
- display
Name String ResponderRule display name.
- entities
Mappings List<GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping> Data Source entities mapping for a Detector Rule
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed
List List<String>Types List of cloudguard managed list types related to this rule
- recommendation String
Recommendation for TargetDetectorRecipeDetectorRule
- resource
Type String resource type of the configuration to which the rule is applied
- service
Type String service type of the configuration to which the rule is applied
- state String
The current state of the ResponderRule.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- data
Source stringId The id of the attached DataSource.
- description string
ResponderRule description.
- details
Get
Guard Target Target Detector Recipe Effective Detector Rule Detail[] Details of ResponderRule.
- detector string
detector for the rule
- detector
Rule stringId The unique identifier of the detector rule.
- display
Name string ResponderRule display name.
- entities
Mappings GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping[] Data Source entities mapping for a Detector Rule
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed
List string[]Types List of cloudguard managed list types related to this rule
- recommendation string
Recommendation for TargetDetectorRecipeDetectorRule
- resource
Type string resource type of the configuration to which the rule is applied
- service
Type string service type of the configuration to which the rule is applied
- state string
The current state of the ResponderRule.
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- data_
source_ strid The id of the attached DataSource.
- description str
ResponderRule description.
- details
Get
Guard Target Target Detector Recipe Effective Detector Rule Detail] Details of ResponderRule.
- detector str
detector for the rule
- detector_
rule_ strid The unique identifier of the detector rule.
- display_
name str ResponderRule display name.
- entities_
mappings GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping] Data Source entities mapping for a Detector Rule
- 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.
- managed_
list_ Sequence[str]types List of cloudguard managed list types related to this rule
- recommendation str
Recommendation for TargetDetectorRecipeDetectorRule
- resource_
type str resource type of the configuration to which the rule is applied
- service_
type str service type of the configuration to which the rule is applied
- state str
The current state of the ResponderRule.
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- data
Source StringId The id of the attached DataSource.
- description String
ResponderRule description.
- details List<Property Map>
Details of ResponderRule.
- detector String
detector for the rule
- detector
Rule StringId The unique identifier of the detector rule.
- display
Name String ResponderRule display name.
- entities
Mappings List<Property Map> Data Source entities mapping for a Detector Rule
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- managed
List List<String>Types List of cloudguard managed list types related to this rule
- recommendation String
Recommendation for TargetDetectorRecipeDetectorRule
- resource
Type String resource type of the configuration to which the rule is applied
- service
Type String service type of the configuration to which the rule is applied
- state String
The current state of the ResponderRule.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail
- Condition
Groups List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group> Condition group corresponding to each compartment
- Configurations
List<Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Configuration> ResponderRule configurations
- Is
Configuration boolAllowed configuration allowed or not
- Is
Enabled bool Identifies state for ResponderRule
- Labels List<string>
user defined labels for a detector rule
- Risk
Level string The Risk Level
- Condition
Groups []GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group Condition group corresponding to each compartment
- Configurations
[]Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Configuration ResponderRule configurations
- Is
Configuration boolAllowed configuration allowed or not
- Is
Enabled bool Identifies state for ResponderRule
- Labels []string
user defined labels for a detector rule
- Risk
Level string The Risk Level
- condition
Groups List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group> Condition group corresponding to each compartment
- configurations
List<Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Configuration> ResponderRule configurations
- is
Configuration BooleanAllowed configuration allowed or not
- is
Enabled Boolean Identifies state for ResponderRule
- labels List<String>
user defined labels for a detector rule
- risk
Level String The Risk Level
- condition
Groups GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group[] Condition group corresponding to each compartment
- configurations
Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Configuration[] ResponderRule configurations
- is
Configuration booleanAllowed configuration allowed or not
- is
Enabled boolean Identifies state for ResponderRule
- labels string[]
user defined labels for a detector rule
- risk
Level string The Risk Level
- condition_
groups GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group] Condition group corresponding to each compartment
- configurations
Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Configuration] ResponderRule configurations
- is_
configuration_ boolallowed configuration allowed or not
- is_
enabled bool Identifies state for ResponderRule
- labels Sequence[str]
user defined labels for a detector rule
- risk_
level str The Risk Level
- condition
Groups List<Property Map> Condition group corresponding to each compartment
- configurations List<Property Map>
ResponderRule configurations
- is
Configuration BooleanAllowed configuration allowed or not
- is
Enabled Boolean Identifies state for ResponderRule
- labels List<String>
user defined labels for a detector rule
- risk
Level String The Risk Level
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup
- Compartment
Id string Compartment Identifier
- Condition string
Base condition object
- Compartment
Id string Compartment Identifier
- Condition string
Base condition object
- compartment
Id String Compartment Identifier
- condition String
Base condition object
- compartment
Id string Compartment Identifier
- condition string
Base condition object
- compartment_
id str Compartment Identifier
- condition str
Base condition object
- compartment
Id String Compartment Identifier
- condition String
Base condition object
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration
- config_
key str Unique name of the configuration
- data_
type str configuration data type
- name str
configuration name
- value str
configuration value
- values
Get
Guard Target Target Detector Recipe Effective Detector Rule Detail Configuration Value] List of configuration values
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue
- List
Type string configuration list item type, either CUSTOM or MANAGED
- Managed
List stringType type of the managed list
- Value string
configuration value
- List
Type string configuration list item type, either CUSTOM or MANAGED
- Managed
List stringType type of the managed list
- Value string
configuration value
- list
Type String configuration list item type, either CUSTOM or MANAGED
- managed
List StringType type of the managed list
- value String
configuration value
- list
Type string configuration list item type, either CUSTOM or MANAGED
- managed
List stringType type of the managed list
- value string
configuration value
- list_
type str configuration list item type, either CUSTOM or MANAGED
- managed_
list_ strtype type of the managed list
- value str
configuration value
- list
Type String configuration list item type, either CUSTOM or MANAGED
- managed
List StringType type of the managed list
- value String
configuration value
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping
- Display
Name string ResponderRule display name.
- Entity
Type string Possible type of entity
- Query
Field string The entity value mapped to a data source query
- Display
Name string ResponderRule display name.
- Entity
Type string Possible type of entity
- Query
Field string The entity value mapped to a data source query
- display
Name String ResponderRule display name.
- entity
Type String Possible type of entity
- query
Field String The entity value mapped to a data source query
- display
Name string ResponderRule display name.
- entity
Type string Possible type of entity
- query
Field string The entity value mapped to a data source query
- display_
name str ResponderRule display name.
- entity_
type str Possible type of entity
- query_
field str The entity value mapped to a data source query
- display
Name String ResponderRule display name.
- entity
Type String Possible type of entity
- query
Field String The entity value mapped to a data source query
GetGuardTargetTargetResponderRecipe
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Display
Name string ResponderRule display name.
- Effective
Responder List<GetRules Guard Target Target Responder Recipe Effective Responder Rule> List of responder rules associated with the recipe after applying all defaults
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Owner string
Owner of ResponderRecipe
- Responder
Recipe stringId Unique identifier for Responder Recipe of which this is an extension.
- Responder
Rules List<GetGuard Target Target Responder Recipe Responder Rule> List of responder rules associated with the recipe - user input
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Display
Name string ResponderRule display name.
- Effective
Responder []GetRules Guard Target Target Responder Recipe Effective Responder Rule List of responder rules associated with the recipe after applying all defaults
- Id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- Owner string
Owner of ResponderRecipe
- Responder
Recipe stringId Unique identifier for Responder Recipe of which this is an extension.
- Responder
Rules []GetGuard Target Target Responder Recipe Responder Rule List of responder rules associated with the recipe - user input
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- display
Name String ResponderRule display name.
- effective
Responder List<GetRules Guard Target Target Responder Recipe Effective Responder Rule> List of responder rules associated with the recipe after applying all defaults
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner String
Owner of ResponderRecipe
- responder
Recipe StringId Unique identifier for Responder Recipe of which this is an extension.
- responder
Rules List<GetGuard Target Target Responder Recipe Responder Rule> List of responder rules associated with the recipe - user input
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- compartment
Id string Compartment Identifier
- description string
ResponderRule description.
- display
Name string ResponderRule display name.
- effective
Responder GetRules Guard Target Target Responder Recipe Effective Responder Rule[] List of responder rules associated with the recipe after applying all defaults
- id string
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner string
Owner of ResponderRecipe
- responder
Recipe stringId Unique identifier for Responder Recipe of which this is an extension.
- responder
Rules GetGuard Target Target Responder Recipe Responder Rule[] List of responder rules associated with the recipe - user input
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment_
id str Compartment Identifier
- description str
ResponderRule description.
- display_
name str ResponderRule display name.
- effective_
responder_ Getrules Guard Target Target Responder Recipe Effective Responder Rule] List of responder rules associated with the recipe after applying all defaults
- id str
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner str
Owner of ResponderRecipe
- responder_
recipe_ strid Unique identifier for Responder Recipe of which this is an extension.
- responder_
rules GetGuard Target Target Responder Recipe Responder Rule] List of responder rules associated with the recipe - user input
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- display
Name String ResponderRule display name.
- effective
Responder List<Property Map>Rules List of responder rules associated with the recipe after applying all defaults
- id String
Unique identifier of TargetResponderRecipe that can't be changed after creation.
- owner String
Owner of ResponderRecipe
- responder
Recipe StringId Unique identifier for Responder Recipe of which this is an extension.
- responder
Rules List<Property Map> List of responder rules associated with the recipe - user input
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
GetGuardTargetTargetResponderRecipeEffectiveResponderRule
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Details
List<Get
Guard Target Target Responder Recipe Effective Responder Rule Detail> Details of ResponderRule.
- Display
Name string ResponderRule display name.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies List<string>
List of Policy
- Responder
Rule stringId Unique ResponderRule identifier.
- State string
The current state of the ResponderRule.
- Supported
Modes List<string> Supported Execution Modes
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Type string
Type of Responder
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Details
[]Get
Guard Target Target Responder Recipe Effective Responder Rule Detail Details of ResponderRule.
- Display
Name string ResponderRule display name.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies []string
List of Policy
- Responder
Rule stringId Unique ResponderRule identifier.
- State string
The current state of the ResponderRule.
- Supported
Modes []string Supported Execution Modes
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Type string
Type of Responder
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- details
List<Get
Guard Target Target Responder Recipe Effective Responder Rule Detail> Details of ResponderRule.
- display
Name String ResponderRule display name.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
List of Policy
- responder
Rule StringId Unique ResponderRule identifier.
- state String
The current state of the ResponderRule.
- supported
Modes List<String> Supported Execution Modes
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- type String
Type of Responder
- compartment
Id string Compartment Identifier
- description string
ResponderRule description.
- details
Get
Guard Target Target Responder Recipe Effective Responder Rule Detail[] Details of ResponderRule.
- display
Name string ResponderRule display name.
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies string[]
List of Policy
- responder
Rule stringId Unique ResponderRule identifier.
- state string
The current state of the ResponderRule.
- supported
Modes string[] Supported Execution Modes
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- type string
Type of Responder
- compartment_
id str Compartment Identifier
- description str
ResponderRule description.
- details
Get
Guard Target Target Responder Recipe Effective Responder Rule Detail] Details of ResponderRule.
- display_
name str ResponderRule display name.
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies Sequence[str]
List of Policy
- responder_
rule_ strid Unique ResponderRule identifier.
- state str
The current state of the ResponderRule.
- supported_
modes Sequence[str] Supported Execution Modes
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- type str
Type of Responder
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- details List<Property Map>
Details of ResponderRule.
- display
Name String ResponderRule display name.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
List of Policy
- responder
Rule StringId Unique ResponderRule identifier.
- state String
The current state of the ResponderRule.
- supported
Modes List<String> Supported Execution Modes
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- type String
Type of Responder
GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail
- Condition string
Base condition object
- Configurations
List<Get
Guard Target Target Responder Recipe Effective Responder Rule Detail Configuration> ResponderRule configurations
- Is
Enabled bool Identifies state for ResponderRule
- Mode string
Execution Mode for ResponderRule
- Condition string
Base condition object
- Configurations
[]Get
Guard Target Target Responder Recipe Effective Responder Rule Detail Configuration ResponderRule configurations
- Is
Enabled bool Identifies state for ResponderRule
- Mode string
Execution Mode for ResponderRule
- condition String
Base condition object
- configurations
List<Get
Guard Target Target Responder Recipe Effective Responder Rule Detail Configuration> ResponderRule configurations
- is
Enabled Boolean Identifies state for ResponderRule
- mode String
Execution Mode for ResponderRule
- condition string
Base condition object
- configurations
Get
Guard Target Target Responder Recipe Effective Responder Rule Detail Configuration[] ResponderRule configurations
- is
Enabled boolean Identifies state for ResponderRule
- mode string
Execution Mode for ResponderRule
- condition str
Base condition object
- configurations
Get
Guard Target Target Responder Recipe Effective Responder Rule Detail Configuration] ResponderRule configurations
- is_
enabled bool Identifies state for ResponderRule
- mode str
Execution Mode for ResponderRule
- condition String
Base condition object
- configurations List<Property Map>
ResponderRule configurations
- is
Enabled Boolean Identifies state for ResponderRule
- mode String
Execution Mode for ResponderRule
GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration
- config_
key str Unique name of the configuration
- name str
configuration name
- value str
configuration value
GetGuardTargetTargetResponderRecipeResponderRule
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Details
List<Get
Guard Target Target Responder Recipe Responder Rule Detail> Details of ResponderRule.
- Display
Name string ResponderRule display name.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies List<string>
List of Policy
- Responder
Rule stringId Unique ResponderRule identifier.
- State string
The current state of the ResponderRule.
- Supported
Modes List<string> Supported Execution Modes
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Type string
Type of Responder
- Compartment
Id string Compartment Identifier
- Description string
ResponderRule description.
- Details
[]Get
Guard Target Target Responder Recipe Responder Rule Detail Details of ResponderRule.
- Display
Name string ResponderRule display name.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies []string
List of Policy
- Responder
Rule stringId Unique ResponderRule identifier.
- State string
The current state of the ResponderRule.
- Supported
Modes []string Supported Execution Modes
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Type string
Type of Responder
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- details
List<Get
Guard Target Target Responder Recipe Responder Rule Detail> Details of ResponderRule.
- display
Name String ResponderRule display name.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
List of Policy
- responder
Rule StringId Unique ResponderRule identifier.
- state String
The current state of the ResponderRule.
- supported
Modes List<String> Supported Execution Modes
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- type String
Type of Responder
- compartment
Id string Compartment Identifier
- description string
ResponderRule description.
- details
Get
Guard Target Target Responder Recipe Responder Rule Detail[] Details of ResponderRule.
- display
Name string ResponderRule display name.
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies string[]
List of Policy
- responder
Rule stringId Unique ResponderRule identifier.
- state string
The current state of the ResponderRule.
- supported
Modes string[] Supported Execution Modes
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- type string
Type of Responder
- compartment_
id str Compartment Identifier
- description str
ResponderRule description.
- details
Get
Guard Target Target Responder Recipe Responder Rule Detail] Details of ResponderRule.
- display_
name str ResponderRule display name.
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies Sequence[str]
List of Policy
- responder_
rule_ strid Unique ResponderRule identifier.
- state str
The current state of the ResponderRule.
- supported_
modes Sequence[str] Supported Execution Modes
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- type str
Type of Responder
- compartment
Id String Compartment Identifier
- description String
ResponderRule description.
- details List<Property Map>
Details of ResponderRule.
- display
Name String ResponderRule display name.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
List of Policy
- responder
Rule StringId Unique ResponderRule identifier.
- state String
The current state of the ResponderRule.
- supported
Modes List<String> Supported Execution Modes
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- type String
Type of Responder
GetGuardTargetTargetResponderRecipeResponderRuleDetail
- Condition string
Base condition object
- Configurations
List<Get
Guard Target Target Responder Recipe Responder Rule Detail Configuration> ResponderRule configurations
- Is
Enabled bool Identifies state for ResponderRule
- Mode string
Execution Mode for ResponderRule
- Condition string
Base condition object
- Configurations
[]Get
Guard Target Target Responder Recipe Responder Rule Detail Configuration ResponderRule configurations
- Is
Enabled bool Identifies state for ResponderRule
- Mode string
Execution Mode for ResponderRule
- condition String
Base condition object
- configurations
List<Get
Guard Target Target Responder Recipe Responder Rule Detail Configuration> ResponderRule configurations
- is
Enabled Boolean Identifies state for ResponderRule
- mode String
Execution Mode for ResponderRule
- condition string
Base condition object
- configurations
Get
Guard Target Target Responder Recipe Responder Rule Detail Configuration[] ResponderRule configurations
- is
Enabled boolean Identifies state for ResponderRule
- mode string
Execution Mode for ResponderRule
- condition str
Base condition object
- configurations
Get
Guard Target Target Responder Recipe Responder Rule Detail Configuration] ResponderRule configurations
- is_
enabled bool Identifies state for ResponderRule
- mode str
Execution Mode for ResponderRule
- condition String
Base condition object
- configurations List<Property Map>
ResponderRule configurations
- is
Enabled Boolean Identifies state for ResponderRule
- mode String
Execution Mode for ResponderRule
GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration
- config_
key str Unique name of the configuration
- name str
configuration name
- value str
configuration value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.