Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
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 (Target resource) identified by targetId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTarget = oci.CloudGuard.getGuardTarget({
    targetId: testTargetOciCloudGuardTarget.id,
});
import pulumi
import pulumi_oci as oci
test_target = oci.CloudGuard.get_guard_target(target_id=test_target_oci_cloud_guard_target["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/cloudguard"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudguard.GetGuardTarget(ctx, &cloudguard.GetGuardTargetArgs{
			TargetId: testTargetOciCloudGuardTarget.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testTarget = Oci.CloudGuard.GetGuardTarget.Invoke(new()
    {
        TargetId = testTargetOciCloudGuardTarget.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudGuard.CloudGuardFunctions;
import com.pulumi.oci.CloudGuard.inputs.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(testTargetOciCloudGuardTarget.id())
            .build());
    }
}
variables:
  testTarget:
    fn::invoke:
      function: oci:CloudGuard:getGuardTarget
      arguments:
        targetId: ${testTargetOciCloudGuardTarget.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)
public static Output<GetGuardTargetResult> getGuardTarget(GetGuardTargetArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CloudGuard/getGuardTarget:getGuardTarget
  arguments:
    # arguments dictionaryThe following arguments are supported:
- TargetId string
- OCID of the target
- TargetId string
- OCID of the target
- targetId String
- OCID of the target
- targetId string
- OCID of the target
- target_id str
- OCID of the target
- targetId String
- OCID of the target
getGuardTarget Result
The following output properties are available:
- CompartmentId string
- Compartment OCID
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Responder rule description
- DisplayName string
- Responder rule display name
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- InheritedBy List<string>Compartments 
- List of inherited compartments
- LifecyleDetails string
- A message describing the current lifecycle state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- RecipeCount int
- Total number of recipes attached to target
- State string
- The current lifecycle state of the responder rule
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TargetDetails List<GetGuard Target Target Detail> 
- Details specific to the target type.
- TargetDetector List<GetRecipes Guard Target Target Detector Recipe> 
- List of detector recipes attached to target
- TargetId string
- TargetResource stringId 
- Resource ID which the target uses to monitor
- TargetResource stringType 
- Type of target
- TargetResponder List<GetRecipes Guard Target Target Responder Recipe> 
- List of responder recipes attached to target
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- CompartmentId string
- Compartment OCID
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Responder rule description
- DisplayName string
- Responder rule display name
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- InheritedBy []stringCompartments 
- List of inherited compartments
- LifecyleDetails string
- A message describing the current lifecycle state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- RecipeCount int
- Total number of recipes attached to target
- State string
- The current lifecycle state of the responder rule
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TargetDetails []GetGuard Target Target Detail 
- Details specific to the target type.
- TargetDetector []GetRecipes Guard Target Target Detector Recipe 
- List of detector recipes attached to target
- TargetId string
- TargetResource stringId 
- Resource ID which the target uses to monitor
- TargetResource stringType 
- Type of target
- TargetResponder []GetRecipes Guard Target Target Responder Recipe 
- List of responder recipes attached to target
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Responder rule description
- displayName String
- Responder rule display name
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- inheritedBy List<String>Compartments 
- List of inherited compartments
- lifecyleDetails String
- A message describing the current lifecycle state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- recipeCount Integer
- Total number of recipes attached to target
- state String
- The current lifecycle state of the responder rule
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- targetDetails List<GetGuard Target Target Detail> 
- Details specific to the target type.
- targetDetector List<GetRecipes Guard Target Target Detector Recipe> 
- List of detector recipes attached to target
- targetId String
- targetResource StringId 
- Resource ID which the target uses to monitor
- targetResource StringType 
- Type of target
- targetResponder List<GetRecipes Guard Target Target Responder Recipe> 
- List of responder recipes attached to target
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId string
- Compartment OCID
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- Responder rule description
- displayName string
- Responder rule display name
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- Unique identifier of target responder recipe that can't be changed after creation
- inheritedBy string[]Compartments 
- List of inherited compartments
- lifecyleDetails string
- A message describing the current lifecycle state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- recipeCount number
- Total number of recipes attached to target
- state string
- The current lifecycle state of the responder rule
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- targetDetails GetGuard Target Target Detail[] 
- Details specific to the target type.
- targetDetector GetRecipes Guard Target Target Detector Recipe[] 
- List of detector recipes attached to target
- targetId string
- targetResource stringId 
- Resource ID which the target uses to monitor
- targetResource stringType 
- Type of target
- targetResponder GetRecipes Guard Target Target Responder Recipe[] 
- List of responder recipes attached to target
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartment_id str
- Compartment OCID
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- Responder rule description
- display_name str
- Responder rule display name
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- Unique identifier of target responder recipe that can't be changed after creation
- inherited_by_ Sequence[str]compartments 
- List of inherited compartments
- lifecyle_details str
- A message describing the current lifecycle state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- recipe_count int
- Total number of recipes attached to target
- state str
- The current lifecycle state of the responder rule
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- target_details Sequence[GetGuard Target Target Detail] 
- Details specific to the target type.
- target_detector_ Sequence[Getrecipes Guard Target Target Detector Recipe] 
- List of detector recipes attached to target
- target_id str
- target_resource_ strid 
- Resource ID which the target uses to monitor
- target_resource_ strtype 
- Type of target
- target_responder_ Sequence[Getrecipes Guard Target Target Responder Recipe] 
- List of responder recipes attached to 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 last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Responder rule description
- displayName String
- Responder rule display name
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- inheritedBy List<String>Compartments 
- List of inherited compartments
- lifecyleDetails String
- A message describing the current lifecycle state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- recipeCount Number
- Total number of recipes attached to target
- state String
- The current lifecycle state of the responder rule
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- targetDetails List<Property Map>
- Details specific to the target type.
- targetDetector List<Property Map>Recipes 
- List of detector recipes attached to target
- targetId String
- targetResource StringId 
- Resource ID which the target uses to monitor
- targetResource StringType 
- Type of target
- targetResponder List<Property Map>Recipes 
- List of responder recipes attached to target
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
Supporting Types
GetGuardTargetTargetDetail    
- SecurityZone stringDisplay Name 
- The name of the security zone to associate with this compartment.
- SecurityZone stringId 
- The OCID of the security zone to associate with this compartment
- TargetResource stringType 
- Type of target
- TargetSecurity List<GetZone Recipes Guard Target Target Detail Target Security Zone Recipe> 
- The list of security zone recipes to associate with this compartment
- SecurityZone stringDisplay Name 
- The name of the security zone to associate with this compartment.
- SecurityZone stringId 
- The OCID of the security zone to associate with this compartment
- TargetResource stringType 
- Type of target
- TargetSecurity []GetZone Recipes Guard Target Target Detail Target Security Zone Recipe 
- The list of security zone recipes to associate with this compartment
- securityZone StringDisplay Name 
- The name of the security zone to associate with this compartment.
- securityZone StringId 
- The OCID of the security zone to associate with this compartment
- targetResource StringType 
- Type of target
- targetSecurity List<GetZone Recipes Guard Target Target Detail Target Security Zone Recipe> 
- The list of security zone recipes to associate with this compartment
- securityZone stringDisplay Name 
- The name of the security zone to associate with this compartment.
- securityZone stringId 
- The OCID of the security zone to associate with this compartment
- targetResource stringType 
- Type of target
- targetSecurity GetZone Recipes Guard Target Target Detail Target Security Zone Recipe[] 
- The list of security zone recipes to associate with this compartment
- security_zone_ strdisplay_ name 
- The name of the security zone to associate with this compartment.
- security_zone_ strid 
- The OCID of the security zone to associate with this compartment
- target_resource_ strtype 
- Type of target
- target_security_ Sequence[Getzone_ recipes Guard Target Target Detail Target Security Zone Recipe] 
- The list of security zone recipes to associate with this compartment
- securityZone StringDisplay Name 
- The name of the security zone to associate with this compartment.
- securityZone StringId 
- The OCID of the security zone to associate with this compartment
- targetResource StringType 
- Type of target
- targetSecurity List<Property Map>Zone Recipes 
- The list of security zone recipes to associate with this compartment
GetGuardTargetTargetDetailTargetSecurityZoneRecipe        
- CompartmentId string
- Compartment OCID
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Responder rule description
- DisplayName string
- Responder rule display name
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- 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 target responder recipe
- SecurityPolicies List<string>
- The list of security policy IDs that are included in the recipe
- State string
- The current lifecycle state of the responder rule
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- CompartmentId string
- Compartment OCID
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Responder rule description
- DisplayName string
- Responder rule display name
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- 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 target responder recipe
- SecurityPolicies []string
- The list of security policy IDs that are included in the recipe
- State string
- The current lifecycle state of the responder rule
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Responder rule description
- displayName String
- Responder rule display name
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- 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 target responder recipe
- securityPolicies List<String>
- The list of security policy IDs that are included in the recipe
- state String
- The current lifecycle state of the responder rule
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId string
- Compartment OCID
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- Responder rule description
- displayName string
- Responder rule display name
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- Unique identifier of target responder recipe that can't be changed after creation
- 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 target responder recipe
- securityPolicies string[]
- The list of security policy IDs that are included in the recipe
- state string
- The current lifecycle state of the responder rule
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartment_id str
- Compartment OCID
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- Responder rule description
- display_name str
- Responder rule display name
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- Unique identifier of target responder recipe 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 target responder recipe
- security_policies Sequence[str]
- The list of security policy IDs that are included in the recipe
- state str
- The current lifecycle state of the responder rule
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the target was created. Format defined by RFC3339.
- time_updated str
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Responder rule description
- displayName String
- Responder rule display name
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- 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 target responder recipe
- securityPolicies List<String>
- The list of security policy IDs that are included in the recipe
- state String
- The current lifecycle state of the responder rule
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipe     
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Detector string
- Detector type for the rule
- DetectorRecipe stringId 
- Unique identifier for of original Oracle-managed detector recipe on which the TargetDetectorRecipe is based
- DetectorRecipe stringType 
- Recipe type ( STANDARD, ENTERPRISE )
- DetectorRules List<GetGuard Target Target Detector Recipe Detector Rule> 
- List of detector rules for the detector recipe - user input
- DisplayName string
- Responder rule display name
- EffectiveDetector List<GetRules Guard Target Target Detector Recipe Effective Detector Rule> 
- List of currently enabled detector rules for the detector type for recipe after applying defaults
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- Owner string
- Owner of target responder recipe
- State string
- The current lifecycle state of the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Detector string
- Detector type for the rule
- DetectorRecipe stringId 
- Unique identifier for of original Oracle-managed detector recipe on which the TargetDetectorRecipe is based
- DetectorRecipe stringType 
- Recipe type ( STANDARD, ENTERPRISE )
- DetectorRules []GetGuard Target Target Detector Recipe Detector Rule 
- List of detector rules for the detector recipe - user input
- DisplayName string
- Responder rule display name
- EffectiveDetector []GetRules Guard Target Target Detector Recipe Effective Detector Rule 
- List of currently enabled detector rules for the detector type for recipe after applying defaults
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- Owner string
- Owner of target responder recipe
- State string
- The current lifecycle state of the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- detector String
- Detector type for the rule
- detectorRecipe StringId 
- Unique identifier for of original Oracle-managed detector recipe on which the TargetDetectorRecipe is based
- detectorRecipe StringType 
- Recipe type ( STANDARD, ENTERPRISE )
- detectorRules List<GetGuard Target Target Detector Recipe Detector Rule> 
- List of detector rules for the detector recipe - user input
- displayName String
- Responder rule display name
- effectiveDetector List<GetRules Guard Target Target Detector Recipe Effective Detector Rule> 
- List of currently enabled detector rules for the detector type for recipe after applying defaults
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- owner String
- Owner of target responder recipe
- state String
- The current lifecycle state of the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId string
- Compartment OCID
- description string
- Responder rule description
- detector string
- Detector type for the rule
- detectorRecipe stringId 
- Unique identifier for of original Oracle-managed detector recipe on which the TargetDetectorRecipe is based
- detectorRecipe stringType 
- Recipe type ( STANDARD, ENTERPRISE )
- detectorRules GetGuard Target Target Detector Recipe Detector Rule[] 
- List of detector rules for the detector recipe - user input
- displayName string
- Responder rule display name
- effectiveDetector GetRules Guard Target Target Detector Recipe Effective Detector Rule[] 
- List of currently enabled detector rules for the detector type for recipe after applying defaults
- id string
- Unique identifier of target responder recipe that can't be changed after creation
- owner string
- Owner of target responder recipe
- state string
- The current lifecycle state of the responder rule
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartment_id str
- Compartment OCID
- description str
- Responder rule description
- detector str
- Detector type for the rule
- detector_recipe_ strid 
- Unique identifier for of original Oracle-managed detector recipe on which the TargetDetectorRecipe is based
- detector_recipe_ strtype 
- Recipe type ( STANDARD, ENTERPRISE )
- detector_rules Sequence[GetGuard Target Target Detector Recipe Detector Rule] 
- List of detector rules for the detector recipe - user input
- display_name str
- Responder rule display name
- effective_detector_ Sequence[Getrules Guard Target Target Detector Recipe Effective Detector Rule] 
- List of currently enabled detector rules for the detector type for recipe after applying defaults
- id str
- Unique identifier of target responder recipe that can't be changed after creation
- owner str
- Owner of target responder recipe
- state str
- The current lifecycle state of the responder rule
- 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 last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- detector String
- Detector type for the rule
- detectorRecipe StringId 
- Unique identifier for of original Oracle-managed detector recipe on which the TargetDetectorRecipe is based
- detectorRecipe StringType 
- Recipe type ( STANDARD, ENTERPRISE )
- detectorRules List<Property Map>
- List of detector rules for the detector recipe - user input
- displayName String
- Responder rule display name
- effectiveDetector List<Property Map>Rules 
- List of currently enabled detector rules for the detector type for recipe after applying defaults
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- owner String
- Owner of target responder recipe
- state String
- The current lifecycle state of the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipeDetectorRule       
- DataSource stringId 
- The ID of the attached data source
- Description string
- Responder rule description
- Details
List<GetGuard Target Target Detector Recipe Detector Rule Detail> 
- Detailed information for a responder rule
- Detector string
- Detector type for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule
- DisplayName string
- Responder rule display name
- EntitiesMappings List<GetGuard Target Target Detector Recipe Detector Rule Entities Mapping> 
- Data source entities mapping for a detector rule
- 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.
- ManagedList List<string>Types 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for TargetDetectorRecipeDetectorRule resource
- ResourceType string
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- DataSource stringId 
- The ID of the attached data source
- Description string
- Responder rule description
- Details
[]GetGuard Target Target Detector Recipe Detector Rule Detail 
- Detailed information for a responder rule
- Detector string
- Detector type for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule
- DisplayName string
- Responder rule display name
- EntitiesMappings []GetGuard Target Target Detector Recipe Detector Rule Entities Mapping 
- Data source entities mapping for a detector rule
- 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.
- ManagedList []stringTypes 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for TargetDetectorRecipeDetectorRule resource
- ResourceType string
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- dataSource StringId 
- The ID of the attached data source
- description String
- Responder rule description
- details
List<GetGuard Target Target Detector Recipe Detector Rule Detail> 
- Detailed information for a responder rule
- detector String
- Detector type for the rule
- detectorRule StringId 
- The unique identifier of the detector rule
- displayName String
- Responder rule display name
- entitiesMappings List<GetGuard Target Target Detector Recipe Detector Rule Entities Mapping> 
- Data source entities mapping for a detector rule
- 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.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resourceType String
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- dataSource stringId 
- The ID of the attached data source
- description string
- Responder rule description
- details
GetGuard Target Target Detector Recipe Detector Rule Detail[] 
- Detailed information for a responder rule
- detector string
- Detector type for the rule
- detectorRule stringId 
- The unique identifier of the detector rule
- displayName string
- Responder rule display name
- entitiesMappings GetGuard Target Target Detector Recipe Detector Rule Entities Mapping[] 
- Data source entities mapping for a detector rule
- 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.
- managedList string[]Types 
- List of managed list types related to this rule
- recommendation string
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resourceType string
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- serviceType string
- Service type of the configuration to which the rule is applied
- state string
- The current lifecycle state of the responder rule
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- data_source_ strid 
- The ID of the attached data source
- description str
- Responder rule description
- details
Sequence[GetGuard Target Target Detector Recipe Detector Rule Detail] 
- Detailed information for a responder rule
- detector str
- Detector type for the rule
- detector_rule_ strid 
- The unique identifier of the detector rule
- display_name str
- Responder rule display name
- entities_mappings Sequence[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 managed list types related to this rule
- recommendation str
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resource_type str
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- service_type str
- Service type of the configuration to which the rule is applied
- state str
- The current lifecycle state of the responder rule
- 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 last updated. Format defined by RFC3339.
- dataSource StringId 
- The ID of the attached data source
- description String
- Responder rule description
- details List<Property Map>
- Detailed information for a responder rule
- detector String
- Detector type for the rule
- detectorRule StringId 
- The unique identifier of the detector rule
- displayName String
- Responder rule display name
- entitiesMappings List<Property Map>
- Data source entities mapping for a detector rule
- 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.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resourceType String
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipeDetectorRuleDetail        
- ConditionGroups List<GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group> 
- Condition group corresponding to each compartment
- Configurations
List<GetGuard Target Target Detector Recipe Detector Rule Detail Configuration> 
- List of responder rule configurations
- IsConfiguration boolAllowed 
- Configuration allowed or not
- IsEnabled bool
- Enabled state for the responder rule
- Labels List<string>
- User-defined labels for a detector rule
- RiskLevel string
- The risk level of the detector rule
- ConditionGroups []GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group 
- Condition group corresponding to each compartment
- Configurations
[]GetGuard Target Target Detector Recipe Detector Rule Detail Configuration 
- List of responder rule configurations
- IsConfiguration boolAllowed 
- Configuration allowed or not
- IsEnabled bool
- Enabled state for the responder rule
- Labels []string
- User-defined labels for a detector rule
- RiskLevel string
- The risk level of the detector rule
- conditionGroups List<GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group> 
- Condition group corresponding to each compartment
- configurations
List<GetGuard Target Target Detector Recipe Detector Rule Detail Configuration> 
- List of responder rule configurations
- isConfiguration BooleanAllowed 
- Configuration allowed or not
- isEnabled Boolean
- Enabled state for the responder rule
- labels List<String>
- User-defined labels for a detector rule
- riskLevel String
- The risk level of the detector rule
- conditionGroups GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group[] 
- Condition group corresponding to each compartment
- configurations
GetGuard Target Target Detector Recipe Detector Rule Detail Configuration[] 
- List of responder rule configurations
- isConfiguration booleanAllowed 
- Configuration allowed or not
- isEnabled boolean
- Enabled state for the responder rule
- labels string[]
- User-defined labels for a detector rule
- riskLevel string
- The risk level of the detector rule
- condition_groups Sequence[GetGuard Target Target Detector Recipe Detector Rule Detail Condition Group] 
- Condition group corresponding to each compartment
- configurations
Sequence[GetGuard Target Target Detector Recipe Detector Rule Detail Configuration] 
- List of responder rule configurations
- is_configuration_ boolallowed 
- Configuration allowed or not
- is_enabled bool
- Enabled state for the responder rule
- labels Sequence[str]
- User-defined labels for a detector rule
- risk_level str
- The risk level of the detector rule
- conditionGroups List<Property Map>
- Condition group corresponding to each compartment
- configurations List<Property Map>
- List of responder rule configurations
- isConfiguration BooleanAllowed 
- Configuration allowed or not
- isEnabled Boolean
- Enabled state for the responder rule
- labels List<String>
- User-defined labels for a detector rule
- riskLevel String
- The risk level of the detector rule
GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup          
- CompartmentId string
- Compartment OCID
- Condition string
- The base condition resource.
- CompartmentId string
- Compartment OCID
- Condition string
- The base condition resource.
- compartmentId String
- Compartment OCID
- condition String
- The base condition resource.
- compartmentId string
- Compartment OCID
- condition string
- The base condition resource.
- compartment_id str
- Compartment OCID
- condition str
- The base condition resource.
- compartmentId String
- Compartment OCID
- condition String
- The base condition resource.
GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration         
- config_key str
- Unique identifier of the configuration
- data_type str
- Configuration data type
- name str
- Configuration name
- value str
- Configuration value
- values
Sequence[GetGuard Target Target Detector Recipe Detector Rule Detail Configuration Value] 
- List of configuration values
GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue          
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
- listType string
- Configuration list item type (CUSTOM or MANAGED)
- managedList stringType 
- Type of content in the managed list
- value string
- Configuration value
- list_type str
- Configuration list item type (CUSTOM or MANAGED)
- managed_list_ strtype 
- Type of content in the managed list
- value str
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping         
- DisplayName string
- Responder rule display name
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- DisplayName string
- Responder rule display name
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- displayName String
- Responder rule display name
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
- displayName string
- Responder rule display name
- entityType string
- Type of entity
- queryField string
- The entity value mapped to a data source query
- display_name str
- Responder rule display name
- entity_type str
- Type of entity
- query_field str
- The entity value mapped to a data source query
- displayName String
- Responder rule display name
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule        
- DataSource stringId 
- The ID of the attached data source
- Description string
- Responder rule description
- Details
List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail> 
- Detailed information for a responder rule
- Detector string
- Detector type for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule
- DisplayName string
- Responder rule display name
- EntitiesMappings List<GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping> 
- Data source entities mapping for a detector rule
- 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.
- ManagedList List<string>Types 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for TargetDetectorRecipeDetectorRule resource
- ResourceType string
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- DataSource stringId 
- The ID of the attached data source
- Description string
- Responder rule description
- Details
[]GetGuard Target Target Detector Recipe Effective Detector Rule Detail 
- Detailed information for a responder rule
- Detector string
- Detector type for the rule
- DetectorRule stringId 
- The unique identifier of the detector rule
- DisplayName string
- Responder rule display name
- EntitiesMappings []GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping 
- Data source entities mapping for a detector rule
- 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.
- ManagedList []stringTypes 
- List of managed list types related to this rule
- Recommendation string
- Recommendation for TargetDetectorRecipeDetectorRule resource
- ResourceType string
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- ServiceType string
- Service type of the configuration to which the rule is applied
- State string
- The current lifecycle state of the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- dataSource StringId 
- The ID of the attached data source
- description String
- Responder rule description
- details
List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail> 
- Detailed information for a responder rule
- detector String
- Detector type for the rule
- detectorRule StringId 
- The unique identifier of the detector rule
- displayName String
- Responder rule display name
- entitiesMappings List<GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping> 
- Data source entities mapping for a detector rule
- 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.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resourceType String
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- dataSource stringId 
- The ID of the attached data source
- description string
- Responder rule description
- details
GetGuard Target Target Detector Recipe Effective Detector Rule Detail[] 
- Detailed information for a responder rule
- detector string
- Detector type for the rule
- detectorRule stringId 
- The unique identifier of the detector rule
- displayName string
- Responder rule display name
- entitiesMappings GetGuard Target Target Detector Recipe Effective Detector Rule Entities Mapping[] 
- Data source entities mapping for a detector rule
- 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.
- managedList string[]Types 
- List of managed list types related to this rule
- recommendation string
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resourceType string
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- serviceType string
- Service type of the configuration to which the rule is applied
- state string
- The current lifecycle state of the responder rule
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- data_source_ strid 
- The ID of the attached data source
- description str
- Responder rule description
- details
Sequence[GetGuard Target Target Detector Recipe Effective Detector Rule Detail] 
- Detailed information for a responder rule
- detector str
- Detector type for the rule
- detector_rule_ strid 
- The unique identifier of the detector rule
- display_name str
- Responder rule display name
- entities_mappings Sequence[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 managed list types related to this rule
- recommendation str
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resource_type str
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- service_type str
- Service type of the configuration to which the rule is applied
- state str
- The current lifecycle state of the responder rule
- 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 last updated. Format defined by RFC3339.
- dataSource StringId 
- The ID of the attached data source
- description String
- Responder rule description
- details List<Property Map>
- Detailed information for a responder rule
- detector String
- Detector type for the rule
- detectorRule StringId 
- The unique identifier of the detector rule
- displayName String
- Responder rule display name
- entitiesMappings List<Property Map>
- Data source entities mapping for a detector rule
- 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.
- managedList List<String>Types 
- List of managed list types related to this rule
- recommendation String
- Recommendation for TargetDetectorRecipeDetectorRule resource
- resourceType String
- The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
- serviceType String
- Service type of the configuration to which the rule is applied
- state String
- The current lifecycle state of the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail         
- ConditionGroups List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group> 
- Condition group corresponding to each compartment
- Configurations
List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail Configuration> 
- List of responder rule configurations
- IsConfiguration boolAllowed 
- Configuration allowed or not
- IsEnabled bool
- Enabled state for the responder rule
- Labels List<string>
- User-defined labels for a detector rule
- RiskLevel string
- The risk level of the detector rule
- ConditionGroups []GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group 
- Condition group corresponding to each compartment
- Configurations
[]GetGuard Target Target Detector Recipe Effective Detector Rule Detail Configuration 
- List of responder rule configurations
- IsConfiguration boolAllowed 
- Configuration allowed or not
- IsEnabled bool
- Enabled state for the responder rule
- Labels []string
- User-defined labels for a detector rule
- RiskLevel string
- The risk level of the detector rule
- conditionGroups List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group> 
- Condition group corresponding to each compartment
- configurations
List<GetGuard Target Target Detector Recipe Effective Detector Rule Detail Configuration> 
- List of responder rule configurations
- isConfiguration BooleanAllowed 
- Configuration allowed or not
- isEnabled Boolean
- Enabled state for the responder rule
- labels List<String>
- User-defined labels for a detector rule
- riskLevel String
- The risk level of the detector rule
- conditionGroups GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group[] 
- Condition group corresponding to each compartment
- configurations
GetGuard Target Target Detector Recipe Effective Detector Rule Detail Configuration[] 
- List of responder rule configurations
- isConfiguration booleanAllowed 
- Configuration allowed or not
- isEnabled boolean
- Enabled state for the responder rule
- labels string[]
- User-defined labels for a detector rule
- riskLevel string
- The risk level of the detector rule
- condition_groups Sequence[GetGuard Target Target Detector Recipe Effective Detector Rule Detail Condition Group] 
- Condition group corresponding to each compartment
- configurations
Sequence[GetGuard Target Target Detector Recipe Effective Detector Rule Detail Configuration] 
- List of responder rule configurations
- is_configuration_ boolallowed 
- Configuration allowed or not
- is_enabled bool
- Enabled state for the responder rule
- labels Sequence[str]
- User-defined labels for a detector rule
- risk_level str
- The risk level of the detector rule
- conditionGroups List<Property Map>
- Condition group corresponding to each compartment
- configurations List<Property Map>
- List of responder rule configurations
- isConfiguration BooleanAllowed 
- Configuration allowed or not
- isEnabled Boolean
- Enabled state for the responder rule
- labels List<String>
- User-defined labels for a detector rule
- riskLevel String
- The risk level of the detector rule
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup           
- CompartmentId string
- Compartment OCID
- Condition string
- The base condition resource.
- CompartmentId string
- Compartment OCID
- Condition string
- The base condition resource.
- compartmentId String
- Compartment OCID
- condition String
- The base condition resource.
- compartmentId string
- Compartment OCID
- condition string
- The base condition resource.
- compartment_id str
- Compartment OCID
- condition str
- The base condition resource.
- compartmentId String
- Compartment OCID
- condition String
- The base condition resource.
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration          
- config_key str
- Unique identifier of the configuration
- data_type str
- Configuration data type
- name str
- Configuration name
- value str
- Configuration value
- values
Sequence[GetGuard Target Target Detector Recipe Effective Detector Rule Detail Configuration Value] 
- List of configuration values
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue           
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- ListType string
- Configuration list item type (CUSTOM or MANAGED)
- ManagedList stringType 
- Type of content in the managed list
- Value string
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
- listType string
- Configuration list item type (CUSTOM or MANAGED)
- managedList stringType 
- Type of content in the managed list
- value string
- Configuration value
- list_type str
- Configuration list item type (CUSTOM or MANAGED)
- managed_list_ strtype 
- Type of content in the managed list
- value str
- Configuration value
- listType String
- Configuration list item type (CUSTOM or MANAGED)
- managedList StringType 
- Type of content in the managed list
- value String
- Configuration value
GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping          
- DisplayName string
- Responder rule display name
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- DisplayName string
- Responder rule display name
- EntityType string
- Type of entity
- QueryField string
- The entity value mapped to a data source query
- displayName String
- Responder rule display name
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
- displayName string
- Responder rule display name
- entityType string
- Type of entity
- queryField string
- The entity value mapped to a data source query
- display_name str
- Responder rule display name
- entity_type str
- Type of entity
- query_field str
- The entity value mapped to a data source query
- displayName String
- Responder rule display name
- entityType String
- Type of entity
- queryField String
- The entity value mapped to a data source query
GetGuardTargetTargetResponderRecipe     
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- DisplayName string
- Responder rule display name
- EffectiveResponder List<GetRules Guard Target Target Responder Recipe Effective Responder Rule> 
- List of currently enabled responder rules for the responder type for recipe after applying defaults
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- Owner string
- Owner of target responder recipe
- ResponderRecipe stringId 
- Unique identifier for the Oracle-managed responder recipe from which this recipe was cloned
- ResponderRules List<GetGuard Target Target Responder Recipe Responder Rule> 
- List of responder rules associated with the recipe - user input
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- DisplayName string
- Responder rule display name
- EffectiveResponder []GetRules Guard Target Target Responder Recipe Effective Responder Rule 
- List of currently enabled responder rules for the responder type for recipe after applying defaults
- Id string
- Unique identifier of target responder recipe that can't be changed after creation
- Owner string
- Owner of target responder recipe
- ResponderRecipe stringId 
- Unique identifier for the Oracle-managed responder recipe from which this recipe was cloned
- ResponderRules []GetGuard Target Target Responder Recipe Responder Rule 
- List of responder rules associated with the recipe - user input
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- displayName String
- Responder rule display name
- effectiveResponder List<GetRules Guard Target Target Responder Recipe Effective Responder Rule> 
- List of currently enabled responder rules for the responder type for recipe after applying defaults
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- owner String
- Owner of target responder recipe
- responderRecipe StringId 
- Unique identifier for the Oracle-managed responder recipe from which this recipe was cloned
- responderRules List<GetGuard Target Target Responder Recipe Responder Rule> 
- List of responder rules associated with the recipe - user input
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- compartmentId string
- Compartment OCID
- description string
- Responder rule description
- displayName string
- Responder rule display name
- effectiveResponder GetRules Guard Target Target Responder Recipe Effective Responder Rule[] 
- List of currently enabled responder rules for the responder type for recipe after applying defaults
- id string
- Unique identifier of target responder recipe that can't be changed after creation
- owner string
- Owner of target responder recipe
- responderRecipe stringId 
- Unique identifier for the Oracle-managed responder recipe from which this recipe was cloned
- responderRules GetGuard Target Target Responder Recipe Responder Rule[] 
- List of responder rules associated with the recipe - user input
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- compartment_id str
- Compartment OCID
- description str
- Responder rule description
- display_name str
- Responder rule display name
- effective_responder_ Sequence[Getrules Guard Target Target Responder Recipe Effective Responder Rule] 
- List of currently enabled responder rules for the responder type for recipe after applying defaults
- id str
- Unique identifier of target responder recipe that can't be changed after creation
- owner str
- Owner of target responder recipe
- responder_recipe_ strid 
- Unique identifier for the Oracle-managed responder recipe from which this recipe was cloned
- responder_rules Sequence[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 last updated. Format defined by RFC3339.
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- displayName String
- Responder rule display name
- effectiveResponder List<Property Map>Rules 
- List of currently enabled responder rules for the responder type for recipe after applying defaults
- id String
- Unique identifier of target responder recipe that can't be changed after creation
- owner String
- Owner of target responder recipe
- responderRecipe StringId 
- Unique identifier for the Oracle-managed responder recipe from which this recipe was cloned
- responderRules List<Property Map>
- List of responder rules associated with the recipe - user input
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
GetGuardTargetTargetResponderRecipeEffectiveResponderRule        
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
List<GetGuard Target Target Responder Recipe Effective Responder Rule Detail> 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies List<string>
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the responder rule
- SupportedModes List<string>
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
[]GetGuard Target Target Responder Recipe Effective Responder Rule Detail 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies []string
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the responder rule
- SupportedModes []string
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details
List<GetGuard Target Target Responder Recipe Effective Responder Rule Detail> 
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the responder rule
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- type String
- Type of responder
- compartmentId string
- Compartment OCID
- description string
- Responder rule description
- details
GetGuard Target Target Responder Recipe Effective Responder Rule Detail[] 
- Detailed information for a responder rule
- displayName string
- Responder rule display name
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies string[]
- List of policies
- responderRule stringId 
- Unique identifier for the responder rule
- state string
- The current lifecycle state of the responder rule
- supportedModes string[]
- Supported execution modes for the responder rule
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- type string
- Type of responder
- compartment_id str
- Compartment OCID
- description str
- Responder rule description
- details
Sequence[GetGuard Target Target Responder Recipe Effective Responder Rule Detail] 
- Detailed information for a responder rule
- display_name str
- Responder rule display name
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies Sequence[str]
- List of policies
- responder_rule_ strid 
- Unique identifier for the responder rule
- state str
- The current lifecycle state of the responder rule
- supported_modes Sequence[str]
- Supported execution modes for the responder rule
- 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 last updated. Format defined by RFC3339.
- type str
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details List<Property Map>
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the responder rule
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- type String
- Type of responder
GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail         
- Condition string
- The base condition resource.
- Configurations
List<GetGuard Target Target Responder Recipe Effective Responder Rule Detail Configuration> 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- Condition string
- The base condition resource.
- Configurations
[]GetGuard Target Target Responder Recipe Effective Responder Rule Detail Configuration 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations
List<GetGuard Target Target Responder Recipe Effective Responder Rule Detail Configuration> 
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
- condition string
- The base condition resource.
- configurations
GetGuard Target Target Responder Recipe Effective Responder Rule Detail Configuration[] 
- List of responder rule configurations
- isEnabled boolean
- Enabled state for the responder rule
- mode string
- Execution mode for the responder rule
- condition str
- The base condition resource.
- configurations
Sequence[GetGuard Target Target Responder Recipe Effective Responder Rule Detail Configuration] 
- List of responder rule configurations
- is_enabled bool
- Enabled state for the responder rule
- mode str
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations List<Property Map>
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration          
- config_key str
- Unique identifier of the configuration
- name str
- Configuration name
- value str
- Configuration value
GetGuardTargetTargetResponderRecipeResponderRule       
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
List<GetGuard Target Target Responder Recipe Responder Rule Detail> 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies List<string>
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the responder rule
- SupportedModes List<string>
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- CompartmentId string
- Compartment OCID
- Description string
- Responder rule description
- Details
[]GetGuard Target Target Responder Recipe Responder Rule Detail 
- Detailed information for a responder rule
- DisplayName string
- Responder rule display name
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Policies []string
- List of policies
- ResponderRule stringId 
- Unique identifier for the responder rule
- State string
- The current lifecycle state of the responder rule
- SupportedModes []string
- Supported execution modes for the responder rule
- TimeCreated string
- The date and time the target was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- Type string
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details
List<GetGuard Target Target Responder Recipe Responder Rule Detail> 
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the responder rule
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- type String
- Type of responder
- compartmentId string
- Compartment OCID
- description string
- Responder rule description
- details
GetGuard Target Target Responder Recipe Responder Rule Detail[] 
- Detailed information for a responder rule
- displayName string
- Responder rule display name
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies string[]
- List of policies
- responderRule stringId 
- Unique identifier for the responder rule
- state string
- The current lifecycle state of the responder rule
- supportedModes string[]
- Supported execution modes for the responder rule
- timeCreated string
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the target was last updated. Format defined by RFC3339.
- type string
- Type of responder
- compartment_id str
- Compartment OCID
- description str
- Responder rule description
- details
Sequence[GetGuard Target Target Responder Recipe Responder Rule Detail] 
- Detailed information for a responder rule
- display_name str
- Responder rule display name
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies Sequence[str]
- List of policies
- responder_rule_ strid 
- Unique identifier for the responder rule
- state str
- The current lifecycle state of the responder rule
- supported_modes Sequence[str]
- Supported execution modes for the responder rule
- 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 last updated. Format defined by RFC3339.
- type str
- Type of responder
- compartmentId String
- Compartment OCID
- description String
- Responder rule description
- details List<Property Map>
- Detailed information for a responder rule
- displayName String
- Responder rule display name
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- policies List<String>
- List of policies
- responderRule StringId 
- Unique identifier for the responder rule
- state String
- The current lifecycle state of the responder rule
- supportedModes List<String>
- Supported execution modes for the responder rule
- timeCreated String
- The date and time the target was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the target was last updated. Format defined by RFC3339.
- type String
- Type of responder
GetGuardTargetTargetResponderRecipeResponderRuleDetail        
- Condition string
- The base condition resource.
- Configurations
List<GetGuard Target Target Responder Recipe Responder Rule Detail Configuration> 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- Condition string
- The base condition resource.
- Configurations
[]GetGuard Target Target Responder Recipe Responder Rule Detail Configuration 
- List of responder rule configurations
- IsEnabled bool
- Enabled state for the responder rule
- Mode string
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations
List<GetGuard Target Target Responder Recipe Responder Rule Detail Configuration> 
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
- condition string
- The base condition resource.
- configurations
GetGuard Target Target Responder Recipe Responder Rule Detail Configuration[] 
- List of responder rule configurations
- isEnabled boolean
- Enabled state for the responder rule
- mode string
- Execution mode for the responder rule
- condition str
- The base condition resource.
- configurations
Sequence[GetGuard Target Target Responder Recipe Responder Rule Detail Configuration] 
- List of responder rule configurations
- is_enabled bool
- Enabled state for the responder rule
- mode str
- Execution mode for the responder rule
- condition String
- The base condition resource.
- configurations List<Property Map>
- List of responder rule configurations
- isEnabled Boolean
- Enabled state for the responder rule
- mode String
- Execution mode for the responder rule
GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration         
- config_key str
- Unique identifier of the configuration
- name str
- Configuration name
- value str
- Configuration value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.