oci logo
Oracle Cloud Infrastructure v0.19.0, May 26 23

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:

TargetId string

OCID of target

TargetId string

OCID of target

targetId String

OCID of target

targetId string

OCID of target

target_id str

OCID of target

targetId String

OCID of target

getGuardTarget Result

The following output properties are available:

CompartmentId string

Compartment Identifier

DefinedTags Dictionary<string, object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

ResponderRule description.

DisplayName string

ResponderRule display name.

FreeformTags Dictionary<string, object>

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

Id string

Unique identifier of TargetResponderRecipe that can't be changed after creation.

InheritedByCompartments List<string>

List of inherited compartments

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

RecipeCount int

Total number of recipes attached to target

State string

The current state of the ResponderRule.

SystemTags Dictionary<string, object>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

TargetDetails List<GetGuardTargetTargetDetail>

Details specific to the target type.

TargetDetectorRecipes List<GetGuardTargetTargetDetectorRecipe>

List of detector recipes associated with target

TargetId string
TargetResourceId string

Resource ID which the target uses to monitor

TargetResourceType string

possible type of targets

TargetResponderRecipes List<GetGuardTargetTargetResponderRecipe>

List of responder recipes associated with target

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

CompartmentId string

Compartment Identifier

DefinedTags map[string]interface{}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

ResponderRule description.

DisplayName string

ResponderRule display name.

FreeformTags map[string]interface{}

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

Id string

Unique identifier of TargetResponderRecipe that can't be changed after creation.

InheritedByCompartments []string

List of inherited compartments

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

RecipeCount int

Total number of recipes attached to target

State string

The current state of the ResponderRule.

SystemTags map[string]interface{}

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

TargetDetails []GetGuardTargetTargetDetail

Details specific to the target type.

TargetDetectorRecipes []GetGuardTargetTargetDetectorRecipe

List of detector recipes associated with target

TargetId string
TargetResourceId string

Resource ID which the target uses to monitor

TargetResourceType string

possible type of targets

TargetResponderRecipes []GetGuardTargetTargetResponderRecipe

List of responder recipes associated with target

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

compartmentId String

Compartment Identifier

definedTags Map<String,Object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

ResponderRule description.

displayName String

ResponderRule display name.

freeformTags Map<String,Object>

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

id String

Unique identifier of TargetResponderRecipe that can't be changed after creation.

inheritedByCompartments List<String>

List of inherited compartments

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

recipeCount Integer

Total number of recipes attached to target

state String

The current state of the ResponderRule.

systemTags Map<String,Object>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

targetDetails List<GetGuardTargetTargetDetail>

Details specific to the target type.

targetDetectorRecipes List<GetGuardTargetTargetDetectorRecipe>

List of detector recipes associated with target

targetId String
targetResourceId String

Resource ID which the target uses to monitor

targetResourceType String

possible type of targets

targetResponderRecipes List<GetGuardTargetTargetResponderRecipe>

List of responder recipes associated with target

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

compartmentId string

Compartment Identifier

definedTags {[key: string]: any}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description string

ResponderRule description.

displayName string

ResponderRule display name.

freeformTags {[key: string]: any}

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

id string

Unique identifier of TargetResponderRecipe that can't be changed after creation.

inheritedByCompartments string[]

List of inherited compartments

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

recipeCount number

Total number of recipes attached to target

state string

The current state of the ResponderRule.

systemTags {[key: string]: any}

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

targetDetails GetGuardTargetTargetDetail[]

Details specific to the target type.

targetDetectorRecipes GetGuardTargetTargetDetectorRecipe[]

List of detector recipes associated with target

targetId string
targetResourceId string

Resource ID which the target uses to monitor

targetResourceType string

possible type of targets

targetResponderRecipes GetGuardTargetTargetResponderRecipe[]

List of responder recipes associated with target

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated string

The date and time the target was updated. Format defined by RFC3339.

compartment_id str

Compartment Identifier

defined_tags Mapping[str, Any]

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description str

ResponderRule description.

display_name str

ResponderRule display name.

freeform_tags Mapping[str, Any]

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

id str

Unique identifier of TargetResponderRecipe that can't be changed after creation.

inherited_by_compartments Sequence[str]

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.

system_tags Mapping[str, Any]

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

target_details GetGuardTargetTargetDetail]

Details specific to the target type.

target_detector_recipes GetGuardTargetTargetDetectorRecipe]

List of detector recipes associated with target

target_id str
target_resource_id str

Resource ID which the target uses to monitor

target_resource_type str

possible type of targets

target_responder_recipes GetGuardTargetTargetResponderRecipe]

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.

compartmentId String

Compartment Identifier

definedTags Map<Any>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

ResponderRule description.

displayName String

ResponderRule display name.

freeformTags Map<Any>

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

id String

Unique identifier of TargetResponderRecipe that can't be changed after creation.

inheritedByCompartments List<String>

List of inherited compartments

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

recipeCount Number

Total number of recipes attached to target

state String

The current state of the ResponderRule.

systemTags Map<Any>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

targetDetails List<Property Map>

Details specific to the target type.

targetDetectorRecipes List<Property Map>

List of detector recipes associated with target

targetId String
targetResourceId String

Resource ID which the target uses to monitor

targetResourceType String

possible type of targets

targetResponderRecipes List<Property Map>

List of responder recipes associated with target

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

Supporting Types

GetGuardTargetTargetDetail

SecurityZoneDisplayName string

The name of the security zone to associate this compartment with.

SecurityZoneId string

The OCID of the security zone to associate this compartment with.

TargetResourceType string

possible type of targets

TargetSecurityZoneRecipes List<GetGuardTargetTargetDetailTargetSecurityZoneRecipe>

The list of security zone recipes to associate this compartment with.

SecurityZoneDisplayName string

The name of the security zone to associate this compartment with.

SecurityZoneId string

The OCID of the security zone to associate this compartment with.

TargetResourceType string

possible type of targets

TargetSecurityZoneRecipes []GetGuardTargetTargetDetailTargetSecurityZoneRecipe

The list of security zone recipes to associate this compartment with.

securityZoneDisplayName String

The name of the security zone to associate this compartment with.

securityZoneId String

The OCID of the security zone to associate this compartment with.

targetResourceType String

possible type of targets

targetSecurityZoneRecipes List<GetGuardTargetTargetDetailTargetSecurityZoneRecipe>

The list of security zone recipes to associate this compartment with.

securityZoneDisplayName string

The name of the security zone to associate this compartment with.

securityZoneId string

The OCID of the security zone to associate this compartment with.

targetResourceType string

possible type of targets

targetSecurityZoneRecipes GetGuardTargetTargetDetailTargetSecurityZoneRecipe[]

The list of security zone recipes to associate this compartment with.

security_zone_display_name str

The name of the security zone to associate this compartment with.

security_zone_id str

The OCID of the security zone to associate this compartment with.

target_resource_type str

possible type of targets

target_security_zone_recipes GetGuardTargetTargetDetailTargetSecurityZoneRecipe]

The list of security zone recipes to associate this compartment with.

securityZoneDisplayName String

The name of the security zone to associate this compartment with.

securityZoneId String

The OCID of the security zone to associate this compartment with.

targetResourceType String

possible type of targets

targetSecurityZoneRecipes List<Property Map>

The list of security zone recipes to associate this compartment with.

GetGuardTargetTargetDetailTargetSecurityZoneRecipe

CompartmentId string

Compartment Identifier

DefinedTags Dictionary<string, object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

ResponderRule description.

DisplayName string

ResponderRule display name.

FreeformTags Dictionary<string, object>

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

Id string

Unique identifier of TargetResponderRecipe 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 ResponderRecipe

SecurityPolicies List<string>

The list of SecurityPolicy ids that are included in the recipe

State string

The current state of the ResponderRule.

SystemTags Dictionary<string, object>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

CompartmentId string

Compartment Identifier

DefinedTags map[string]interface{}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

ResponderRule description.

DisplayName string

ResponderRule display name.

FreeformTags map[string]interface{}

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

Id string

Unique identifier of TargetResponderRecipe 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 ResponderRecipe

SecurityPolicies []string

The list of SecurityPolicy ids that are included in the recipe

State string

The current state of the ResponderRule.

SystemTags map[string]interface{}

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

compartmentId String

Compartment Identifier

definedTags Map<String,Object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

ResponderRule description.

displayName String

ResponderRule display name.

freeformTags Map<String,Object>

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

id String

Unique identifier of TargetResponderRecipe 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 ResponderRecipe

securityPolicies List<String>

The list of SecurityPolicy ids that are included in the recipe

state String

The current state of the ResponderRule.

systemTags Map<String,Object>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

compartmentId string

Compartment Identifier

definedTags {[key: string]: any}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description string

ResponderRule description.

displayName string

ResponderRule display name.

freeformTags {[key: string]: any}

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

id string

Unique identifier of TargetResponderRecipe 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 ResponderRecipe

securityPolicies string[]

The list of SecurityPolicy ids that are included in the recipe

state string

The current state of the ResponderRule.

systemTags {[key: string]: any}

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated string

The date and time the target was updated. Format defined by RFC3339.

compartment_id str

Compartment Identifier

defined_tags Mapping[str, Any]

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description str

ResponderRule description.

display_name str

ResponderRule display name.

freeform_tags Mapping[str, Any]

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

id str

Unique identifier 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.

system_tags Mapping[str, Any]

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

time_created str

The date and time the target was created. Format defined by RFC3339.

time_updated str

The date and time the target was updated. Format defined by RFC3339.

compartmentId String

Compartment Identifier

definedTags Map<Any>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

ResponderRule description.

displayName String

ResponderRule display name.

freeformTags Map<Any>

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

id String

Unique identifier of TargetResponderRecipe 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 ResponderRecipe

securityPolicies List<String>

The list of SecurityPolicy ids that are included in the recipe

state String

The current state of the ResponderRule.

systemTags Map<Any>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

GetGuardTargetTargetDetectorRecipe

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

Detector string

detector for the rule

DetectorRecipeId string

Unique identifier for Detector Recipe of which this is an extension

DetectorRules List<GetGuardTargetTargetDetectorRecipeDetectorRule>

List of detector rules for the detector type for recipe - user input

DisplayName string

ResponderRule display name.

EffectiveDetectorRules List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule>

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.

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

Detector string

detector for the rule

DetectorRecipeId string

Unique identifier for Detector Recipe of which this is an extension

DetectorRules []GetGuardTargetTargetDetectorRecipeDetectorRule

List of detector rules for the detector type for recipe - user input

DisplayName string

ResponderRule display name.

EffectiveDetectorRules []GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule

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.

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

compartmentId String

Compartment Identifier

description String

ResponderRule description.

detector String

detector for the rule

detectorRecipeId String

Unique identifier for Detector Recipe of which this is an extension

detectorRules List<GetGuardTargetTargetDetectorRecipeDetectorRule>

List of detector rules for the detector type for recipe - user input

displayName String

ResponderRule display name.

effectiveDetectorRules List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule>

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.

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

compartmentId string

Compartment Identifier

description string

ResponderRule description.

detector string

detector for the rule

detectorRecipeId string

Unique identifier for Detector Recipe of which this is an extension

detectorRules GetGuardTargetTargetDetectorRecipeDetectorRule[]

List of detector rules for the detector type for recipe - user input

displayName string

ResponderRule display name.

effectiveDetectorRules GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule[]

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.

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated 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_id str

Unique identifier for Detector Recipe of which this is an extension

detector_rules GetGuardTargetTargetDetectorRecipeDetectorRule]

List of detector rules for the detector type for recipe - user input

display_name str

ResponderRule display name.

effective_detector_rules GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule]

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.

compartmentId String

Compartment Identifier

description String

ResponderRule description.

detector String

detector for the rule

detectorRecipeId String

Unique identifier for Detector Recipe of which this is an extension

detectorRules List<Property Map>

List of detector rules for the detector type for recipe - user input

displayName String

ResponderRule display name.

effectiveDetectorRules List<Property Map>

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.

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

GetGuardTargetTargetDetectorRecipeDetectorRule

DataSourceId string

The id of the attached DataSource.

Description string

ResponderRule description.

Details List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetail>

Details of ResponderRule.

Detector string

detector for the rule

DetectorRuleId string

The unique identifier of the detector rule.

DisplayName string

ResponderRule display name.

EntitiesMappings List<GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping>

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.

ManagedListTypes List<string>

List of cloudguard managed list types related to this rule

Recommendation string

Recommendation for TargetDetectorRecipeDetectorRule

ResourceType string

resource type of the configuration to which the rule is applied

ServiceType string

service type of the configuration to which the rule is applied

State string

The current state of the ResponderRule.

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

DataSourceId string

The id of the attached DataSource.

Description string

ResponderRule description.

Details []GetGuardTargetTargetDetectorRecipeDetectorRuleDetail

Details of ResponderRule.

Detector string

detector for the rule

DetectorRuleId string

The unique identifier of the detector rule.

DisplayName string

ResponderRule display name.

EntitiesMappings []GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping

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.

ManagedListTypes []string

List of cloudguard managed list types related to this rule

Recommendation string

Recommendation for TargetDetectorRecipeDetectorRule

ResourceType string

resource type of the configuration to which the rule is applied

ServiceType string

service type of the configuration to which the rule is applied

State string

The current state of the ResponderRule.

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

dataSourceId String

The id of the attached DataSource.

description String

ResponderRule description.

details List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetail>

Details of ResponderRule.

detector String

detector for the rule

detectorRuleId String

The unique identifier of the detector rule.

displayName String

ResponderRule display name.

entitiesMappings List<GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping>

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.

managedListTypes List<String>

List of cloudguard managed list types related to this rule

recommendation String

Recommendation for TargetDetectorRecipeDetectorRule

resourceType String

resource type of the configuration to which the rule is applied

serviceType String

service type of the configuration to which the rule is applied

state String

The current state of the ResponderRule.

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

dataSourceId string

The id of the attached DataSource.

description string

ResponderRule description.

details GetGuardTargetTargetDetectorRecipeDetectorRuleDetail[]

Details of ResponderRule.

detector string

detector for the rule

detectorRuleId string

The unique identifier of the detector rule.

displayName string

ResponderRule display name.

entitiesMappings GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping[]

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.

managedListTypes string[]

List of cloudguard managed list types related to this rule

recommendation string

Recommendation for TargetDetectorRecipeDetectorRule

resourceType string

resource type of the configuration to which the rule is applied

serviceType string

service type of the configuration to which the rule is applied

state string

The current state of the ResponderRule.

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated string

The date and time the target was updated. Format defined by RFC3339.

data_source_id str

The id of the attached DataSource.

description str

ResponderRule description.

details GetGuardTargetTargetDetectorRecipeDetectorRuleDetail]

Details of ResponderRule.

detector str

detector for the rule

detector_rule_id str

The unique identifier of the detector rule.

display_name str

ResponderRule display name.

entities_mappings GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping]

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_types Sequence[str]

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.

dataSourceId String

The id of the attached DataSource.

description String

ResponderRule description.

details List<Property Map>

Details of ResponderRule.

detector String

detector for the rule

detectorRuleId String

The unique identifier of the detector rule.

displayName String

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

managedListTypes List<String>

List of cloudguard managed list types related to this rule

recommendation String

Recommendation for TargetDetectorRecipeDetectorRule

resourceType String

resource type of the configuration to which the rule is applied

serviceType String

service type of the configuration to which the rule is applied

state String

The current state of the ResponderRule.

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

GetGuardTargetTargetDetectorRecipeDetectorRuleDetail

ConditionGroups List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup>

Condition group corresponding to each compartment

Configurations List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration>

ResponderRule configurations

IsConfigurationAllowed bool

configuration allowed or not

IsEnabled bool

Identifies state for ResponderRule

Labels List<string>

user defined labels for a detector rule

RiskLevel string

The Risk Level

ConditionGroups []GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup

Condition group corresponding to each compartment

Configurations []GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration

ResponderRule configurations

IsConfigurationAllowed bool

configuration allowed or not

IsEnabled bool

Identifies state for ResponderRule

Labels []string

user defined labels for a detector rule

RiskLevel string

The Risk Level

conditionGroups List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup>

Condition group corresponding to each compartment

configurations List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration>

ResponderRule configurations

isConfigurationAllowed Boolean

configuration allowed or not

isEnabled Boolean

Identifies state for ResponderRule

labels List<String>

user defined labels for a detector rule

riskLevel String

The Risk Level

conditionGroups GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup[]

Condition group corresponding to each compartment

configurations GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration[]

ResponderRule configurations

isConfigurationAllowed boolean

configuration allowed or not

isEnabled boolean

Identifies state for ResponderRule

labels string[]

user defined labels for a detector rule

riskLevel string

The Risk Level

condition_groups GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup]

Condition group corresponding to each compartment

configurations GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration]

ResponderRule configurations

is_configuration_allowed bool

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

conditionGroups List<Property Map>

Condition group corresponding to each compartment

configurations List<Property Map>

ResponderRule configurations

isConfigurationAllowed Boolean

configuration allowed or not

isEnabled Boolean

Identifies state for ResponderRule

labels List<String>

user defined labels for a detector rule

riskLevel String

The Risk Level

GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroup

CompartmentId string

Compartment Identifier

Condition string

Base condition object

CompartmentId string

Compartment Identifier

Condition string

Base condition object

compartmentId String

Compartment Identifier

condition String

Base condition object

compartmentId string

Compartment Identifier

condition string

Base condition object

compartment_id str

Compartment Identifier

condition str

Base condition object

compartmentId String

Compartment Identifier

condition String

Base condition object

GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration

ConfigKey string

Unique name of the configuration

DataType string

configuration data type

Name string

configuration name

Value string

configuration value

Values List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue>

List of configuration values

ConfigKey string

Unique name of the configuration

DataType string

configuration data type

Name string

configuration name

Value string

configuration value

Values []GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue

List of configuration values

configKey String

Unique name of the configuration

dataType String

configuration data type

name String

configuration name

value String

configuration value

values List<GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue>

List of configuration values

configKey string

Unique name of the configuration

dataType string

configuration data type

name string

configuration name

value string

configuration value

values GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue[]

List of configuration values

config_key str

Unique name of the configuration

data_type str

configuration data type

name str

configuration name

value str

configuration value

values GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue]

List of configuration values

configKey String

Unique name of the configuration

dataType String

configuration data type

name String

configuration name

value String

configuration value

values List<Property Map>

List of configuration values

GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue

ListType string

configuration list item type, either CUSTOM or MANAGED

ManagedListType string

type of the managed list

Value string

configuration value

ListType string

configuration list item type, either CUSTOM or MANAGED

ManagedListType string

type of the managed list

Value string

configuration value

listType String

configuration list item type, either CUSTOM or MANAGED

managedListType String

type of the managed list

value String

configuration value

listType string

configuration list item type, either CUSTOM or MANAGED

managedListType string

type of the managed list

value string

configuration value

list_type str

configuration list item type, either CUSTOM or MANAGED

managed_list_type str

type of the managed list

value str

configuration value

listType String

configuration list item type, either CUSTOM or MANAGED

managedListType String

type of the managed list

value String

configuration value

GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping

DisplayName string

ResponderRule display name.

EntityType string

Possible type of entity

QueryField string

The entity value mapped to a data source query

DisplayName string

ResponderRule display name.

EntityType string

Possible type of entity

QueryField string

The entity value mapped to a data source query

displayName String

ResponderRule display name.

entityType String

Possible type of entity

queryField String

The entity value mapped to a data source query

displayName string

ResponderRule display name.

entityType string

Possible type of entity

queryField 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

displayName String

ResponderRule display name.

entityType String

Possible type of entity

queryField String

The entity value mapped to a data source query

GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule

DataSourceId string

The id of the attached DataSource.

Description string

ResponderRule description.

Details List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail>

Details of ResponderRule.

Detector string

detector for the rule

DetectorRuleId string

The unique identifier of the detector rule.

DisplayName string

ResponderRule display name.

EntitiesMappings List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping>

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.

ManagedListTypes List<string>

List of cloudguard managed list types related to this rule

Recommendation string

Recommendation for TargetDetectorRecipeDetectorRule

ResourceType string

resource type of the configuration to which the rule is applied

ServiceType string

service type of the configuration to which the rule is applied

State string

The current state of the ResponderRule.

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

DataSourceId string

The id of the attached DataSource.

Description string

ResponderRule description.

Details []GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail

Details of ResponderRule.

Detector string

detector for the rule

DetectorRuleId string

The unique identifier of the detector rule.

DisplayName string

ResponderRule display name.

EntitiesMappings []GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping

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.

ManagedListTypes []string

List of cloudguard managed list types related to this rule

Recommendation string

Recommendation for TargetDetectorRecipeDetectorRule

ResourceType string

resource type of the configuration to which the rule is applied

ServiceType string

service type of the configuration to which the rule is applied

State string

The current state of the ResponderRule.

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

dataSourceId String

The id of the attached DataSource.

description String

ResponderRule description.

details List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail>

Details of ResponderRule.

detector String

detector for the rule

detectorRuleId String

The unique identifier of the detector rule.

displayName String

ResponderRule display name.

entitiesMappings List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping>

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.

managedListTypes List<String>

List of cloudguard managed list types related to this rule

recommendation String

Recommendation for TargetDetectorRecipeDetectorRule

resourceType String

resource type of the configuration to which the rule is applied

serviceType String

service type of the configuration to which the rule is applied

state String

The current state of the ResponderRule.

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

dataSourceId string

The id of the attached DataSource.

description string

ResponderRule description.

details GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail[]

Details of ResponderRule.

detector string

detector for the rule

detectorRuleId string

The unique identifier of the detector rule.

displayName string

ResponderRule display name.

entitiesMappings GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping[]

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.

managedListTypes string[]

List of cloudguard managed list types related to this rule

recommendation string

Recommendation for TargetDetectorRecipeDetectorRule

resourceType string

resource type of the configuration to which the rule is applied

serviceType string

service type of the configuration to which the rule is applied

state string

The current state of the ResponderRule.

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated string

The date and time the target was updated. Format defined by RFC3339.

data_source_id str

The id of the attached DataSource.

description str

ResponderRule description.

details GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail]

Details of ResponderRule.

detector str

detector for the rule

detector_rule_id str

The unique identifier of the detector rule.

display_name str

ResponderRule display name.

entities_mappings GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping]

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_types Sequence[str]

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.

dataSourceId String

The id of the attached DataSource.

description String

ResponderRule description.

details List<Property Map>

Details of ResponderRule.

detector String

detector for the rule

detectorRuleId String

The unique identifier of the detector rule.

displayName String

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

managedListTypes List<String>

List of cloudguard managed list types related to this rule

recommendation String

Recommendation for TargetDetectorRecipeDetectorRule

resourceType String

resource type of the configuration to which the rule is applied

serviceType String

service type of the configuration to which the rule is applied

state String

The current state of the ResponderRule.

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetail

ConditionGroups List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup>

Condition group corresponding to each compartment

Configurations List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration>

ResponderRule configurations

IsConfigurationAllowed bool

configuration allowed or not

IsEnabled bool

Identifies state for ResponderRule

Labels List<string>

user defined labels for a detector rule

RiskLevel string

The Risk Level

ConditionGroups []GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup

Condition group corresponding to each compartment

Configurations []GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration

ResponderRule configurations

IsConfigurationAllowed bool

configuration allowed or not

IsEnabled bool

Identifies state for ResponderRule

Labels []string

user defined labels for a detector rule

RiskLevel string

The Risk Level

conditionGroups List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup>

Condition group corresponding to each compartment

configurations List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration>

ResponderRule configurations

isConfigurationAllowed Boolean

configuration allowed or not

isEnabled Boolean

Identifies state for ResponderRule

labels List<String>

user defined labels for a detector rule

riskLevel String

The Risk Level

conditionGroups GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup[]

Condition group corresponding to each compartment

configurations GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration[]

ResponderRule configurations

isConfigurationAllowed boolean

configuration allowed or not

isEnabled boolean

Identifies state for ResponderRule

labels string[]

user defined labels for a detector rule

riskLevel string

The Risk Level

condition_groups GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup]

Condition group corresponding to each compartment

configurations GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration]

ResponderRule configurations

is_configuration_allowed bool

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

conditionGroups List<Property Map>

Condition group corresponding to each compartment

configurations List<Property Map>

ResponderRule configurations

isConfigurationAllowed Boolean

configuration allowed or not

isEnabled Boolean

Identifies state for ResponderRule

labels List<String>

user defined labels for a detector rule

riskLevel String

The Risk Level

GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup

CompartmentId string

Compartment Identifier

Condition string

Base condition object

CompartmentId string

Compartment Identifier

Condition string

Base condition object

compartmentId String

Compartment Identifier

condition String

Base condition object

compartmentId string

Compartment Identifier

condition string

Base condition object

compartment_id str

Compartment Identifier

condition str

Base condition object

compartmentId String

Compartment Identifier

condition String

Base condition object

GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration

ConfigKey string

Unique name of the configuration

DataType string

configuration data type

Name string

configuration name

Value string

configuration value

Values List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue>

List of configuration values

ConfigKey string

Unique name of the configuration

DataType string

configuration data type

Name string

configuration name

Value string

configuration value

Values []GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue

List of configuration values

configKey String

Unique name of the configuration

dataType String

configuration data type

name String

configuration name

value String

configuration value

values List<GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue>

List of configuration values

configKey string

Unique name of the configuration

dataType string

configuration data type

name string

configuration name

value string

configuration value

values GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[]

List of configuration values

config_key str

Unique name of the configuration

data_type str

configuration data type

name str

configuration name

value str

configuration value

values GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue]

List of configuration values

configKey String

Unique name of the configuration

dataType String

configuration data type

name String

configuration name

value String

configuration value

values List<Property Map>

List of configuration values

GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue

ListType string

configuration list item type, either CUSTOM or MANAGED

ManagedListType string

type of the managed list

Value string

configuration value

ListType string

configuration list item type, either CUSTOM or MANAGED

ManagedListType string

type of the managed list

Value string

configuration value

listType String

configuration list item type, either CUSTOM or MANAGED

managedListType String

type of the managed list

value String

configuration value

listType string

configuration list item type, either CUSTOM or MANAGED

managedListType string

type of the managed list

value string

configuration value

list_type str

configuration list item type, either CUSTOM or MANAGED

managed_list_type str

type of the managed list

value str

configuration value

listType String

configuration list item type, either CUSTOM or MANAGED

managedListType String

type of the managed list

value String

configuration value

GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping

DisplayName string

ResponderRule display name.

EntityType string

Possible type of entity

QueryField string

The entity value mapped to a data source query

DisplayName string

ResponderRule display name.

EntityType string

Possible type of entity

QueryField string

The entity value mapped to a data source query

displayName String

ResponderRule display name.

entityType String

Possible type of entity

queryField String

The entity value mapped to a data source query

displayName string

ResponderRule display name.

entityType string

Possible type of entity

queryField 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

displayName String

ResponderRule display name.

entityType String

Possible type of entity

queryField String

The entity value mapped to a data source query

GetGuardTargetTargetResponderRecipe

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

DisplayName string

ResponderRule display name.

EffectiveResponderRules List<GetGuardTargetTargetResponderRecipeEffectiveResponderRule>

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

ResponderRecipeId string

Unique identifier for Responder Recipe of which this is an extension.

ResponderRules List<GetGuardTargetTargetResponderRecipeResponderRule>

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 updated. Format defined by RFC3339.

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

DisplayName string

ResponderRule display name.

EffectiveResponderRules []GetGuardTargetTargetResponderRecipeEffectiveResponderRule

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

ResponderRecipeId string

Unique identifier for Responder Recipe of which this is an extension.

ResponderRules []GetGuardTargetTargetResponderRecipeResponderRule

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 updated. Format defined by RFC3339.

compartmentId String

Compartment Identifier

description String

ResponderRule description.

displayName String

ResponderRule display name.

effectiveResponderRules List<GetGuardTargetTargetResponderRecipeEffectiveResponderRule>

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

responderRecipeId String

Unique identifier for Responder Recipe of which this is an extension.

responderRules List<GetGuardTargetTargetResponderRecipeResponderRule>

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 updated. Format defined by RFC3339.

compartmentId string

Compartment Identifier

description string

ResponderRule description.

displayName string

ResponderRule display name.

effectiveResponderRules GetGuardTargetTargetResponderRecipeEffectiveResponderRule[]

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

responderRecipeId string

Unique identifier for Responder Recipe of which this is an extension.

responderRules GetGuardTargetTargetResponderRecipeResponderRule[]

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 updated. Format defined by RFC3339.

compartment_id str

Compartment Identifier

description str

ResponderRule description.

display_name str

ResponderRule display name.

effective_responder_rules GetGuardTargetTargetResponderRecipeEffectiveResponderRule]

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

Unique identifier for Responder Recipe of which this is an extension.

responder_rules GetGuardTargetTargetResponderRecipeResponderRule]

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.

compartmentId String

Compartment Identifier

description String

ResponderRule description.

displayName String

ResponderRule display name.

effectiveResponderRules List<Property Map>

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

responderRecipeId String

Unique identifier for Responder Recipe of which this is an extension.

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 updated. Format defined by RFC3339.

GetGuardTargetTargetResponderRecipeEffectiveResponderRule

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

Details List<GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail>

Details of ResponderRule.

DisplayName string

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

ResponderRuleId string

Unique ResponderRule identifier.

State string

The current state of the ResponderRule.

SupportedModes List<string>

Supported Execution Modes

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

Type string

Type of Responder

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

Details []GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail

Details of ResponderRule.

DisplayName string

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

ResponderRuleId string

Unique ResponderRule identifier.

State string

The current state of the ResponderRule.

SupportedModes []string

Supported Execution Modes

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

Type string

Type of Responder

compartmentId String

Compartment Identifier

description String

ResponderRule description.

details List<GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail>

Details of ResponderRule.

displayName String

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

responderRuleId String

Unique ResponderRule identifier.

state String

The current state of the ResponderRule.

supportedModes List<String>

Supported Execution Modes

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

type String

Type of Responder

compartmentId string

Compartment Identifier

description string

ResponderRule description.

details GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail[]

Details of ResponderRule.

displayName string

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

responderRuleId string

Unique ResponderRule identifier.

state string

The current state of the ResponderRule.

supportedModes string[]

Supported Execution Modes

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated 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 GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetail]

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

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

compartmentId String

Compartment Identifier

description String

ResponderRule description.

details List<Property Map>

Details of ResponderRule.

displayName String

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

responderRuleId String

Unique ResponderRule identifier.

state String

The current state of the ResponderRule.

supportedModes List<String>

Supported Execution Modes

timeCreated String

The date and time the target was created. Format defined by RFC3339.

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

ResponderRule configurations

IsEnabled bool

Identifies state for ResponderRule

Mode string

Execution Mode for ResponderRule

Condition string

Base condition object

Configurations []GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration

ResponderRule configurations

IsEnabled bool

Identifies state for ResponderRule

Mode string

Execution Mode for ResponderRule

condition String

Base condition object

configurations List<GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration>

ResponderRule configurations

isEnabled Boolean

Identifies state for ResponderRule

mode String

Execution Mode for ResponderRule

condition string

Base condition object

configurations GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration[]

ResponderRule configurations

isEnabled boolean

Identifies state for ResponderRule

mode string

Execution Mode for ResponderRule

condition str

Base condition object

configurations GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration]

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

isEnabled Boolean

Identifies state for ResponderRule

mode String

Execution Mode for ResponderRule

GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailConfiguration

ConfigKey string

Unique name of the configuration

Name string

configuration name

Value string

configuration value

ConfigKey string

Unique name of the configuration

Name string

configuration name

Value string

configuration value

configKey String

Unique name of the configuration

name String

configuration name

value String

configuration value

configKey string

Unique name of the configuration

name string

configuration name

value string

configuration value

config_key str

Unique name of the configuration

name str

configuration name

value str

configuration value

configKey String

Unique name of the configuration

name String

configuration name

value String

configuration value

GetGuardTargetTargetResponderRecipeResponderRule

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

Details List<GetGuardTargetTargetResponderRecipeResponderRuleDetail>

Details of ResponderRule.

DisplayName string

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

ResponderRuleId string

Unique ResponderRule identifier.

State string

The current state of the ResponderRule.

SupportedModes List<string>

Supported Execution Modes

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

Type string

Type of Responder

CompartmentId string

Compartment Identifier

Description string

ResponderRule description.

Details []GetGuardTargetTargetResponderRecipeResponderRuleDetail

Details of ResponderRule.

DisplayName string

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

ResponderRuleId string

Unique ResponderRule identifier.

State string

The current state of the ResponderRule.

SupportedModes []string

Supported Execution Modes

TimeCreated string

The date and time the target was created. Format defined by RFC3339.

TimeUpdated string

The date and time the target was updated. Format defined by RFC3339.

Type string

Type of Responder

compartmentId String

Compartment Identifier

description String

ResponderRule description.

details List<GetGuardTargetTargetResponderRecipeResponderRuleDetail>

Details of ResponderRule.

displayName String

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

responderRuleId String

Unique ResponderRule identifier.

state String

The current state of the ResponderRule.

supportedModes List<String>

Supported Execution Modes

timeCreated String

The date and time the target was created. Format defined by RFC3339.

timeUpdated String

The date and time the target was updated. Format defined by RFC3339.

type String

Type of Responder

compartmentId string

Compartment Identifier

description string

ResponderRule description.

details GetGuardTargetTargetResponderRecipeResponderRuleDetail[]

Details of ResponderRule.

displayName string

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

responderRuleId string

Unique ResponderRule identifier.

state string

The current state of the ResponderRule.

supportedModes string[]

Supported Execution Modes

timeCreated string

The date and time the target was created. Format defined by RFC3339.

timeUpdated 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 GetGuardTargetTargetResponderRecipeResponderRuleDetail]

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

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

compartmentId String

Compartment Identifier

description String

ResponderRule description.

details List<Property Map>

Details of ResponderRule.

displayName String

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

responderRuleId String

Unique ResponderRule identifier.

state String

The current state of the ResponderRule.

supportedModes List<String>

Supported Execution Modes

timeCreated String

The date and time the target was created. Format defined by RFC3339.

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

ResponderRule configurations

IsEnabled bool

Identifies state for ResponderRule

Mode string

Execution Mode for ResponderRule

Condition string

Base condition object

Configurations []GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration

ResponderRule configurations

IsEnabled bool

Identifies state for ResponderRule

Mode string

Execution Mode for ResponderRule

condition String

Base condition object

configurations List<GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration>

ResponderRule configurations

isEnabled Boolean

Identifies state for ResponderRule

mode String

Execution Mode for ResponderRule

condition string

Base condition object

configurations GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration[]

ResponderRule configurations

isEnabled boolean

Identifies state for ResponderRule

mode string

Execution Mode for ResponderRule

condition str

Base condition object

configurations GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration]

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

isEnabled Boolean

Identifies state for ResponderRule

mode String

Execution Mode for ResponderRule

GetGuardTargetTargetResponderRecipeResponderRuleDetailConfiguration

ConfigKey string

Unique name of the configuration

Name string

configuration name

Value string

configuration value

ConfigKey string

Unique name of the configuration

Name string

configuration name

Value string

configuration value

configKey String

Unique name of the configuration

name String

configuration name

value String

configuration value

configKey string

Unique name of the configuration

name string

configuration name

value string

configuration value

config_key str

Unique name of the configuration

name str

configuration name

value str

configuration value

configKey String

Unique name of the configuration

name String

configuration name

value String

configuration value

Package Details

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

This Pulumi package is based on the oci Terraform Provider.