Class DetectorRecipeDetectorRuleSummary
Summary information for a DetectorRecipeDetectorRule resoource.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class DetectorRecipeDetectorRuleSummary
Properties
CandidateResponderRules
Declaration
[JsonProperty(PropertyName = "candidateResponderRules")]
public List<CandidateResponderRule> CandidateResponderRules { get; set; }
Property Value
Type | Description |
---|---|
List<CandidateResponderRule> | List of responder rules that can be used to remediate problems triggered by this detector rule |
DataSourceId
Declaration
[JsonProperty(PropertyName = "dataSourceId")]
public string DataSourceId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the attached data source |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Description of the detector rule |
Detector
Declaration
[Required(ErrorMessage = "Detector is required.")]
[JsonProperty(PropertyName = "detector")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DetectorEnum? Detector { get; set; }
Property Value
Type | Description |
---|---|
DetectorEnum? | Possible types of detectors |
Remarks
Required
DetectorDetails
Declaration
[JsonProperty(PropertyName = "detectorDetails")]
public DetectorDetails DetectorDetails { get; set; }
Property Value
Type | Description |
---|---|
DetectorDetails |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Display name of the detector rule |
EntitiesMappings
Declaration
[JsonProperty(PropertyName = "entitiesMappings")]
public List<EntitiesMapping> EntitiesMappings { get; set; }
Property Value
Type | Description |
---|---|
List<EntitiesMapping> | Data source entities mapping for the detector rule |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the detector rule |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
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. |
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LifecycleState? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
LifecycleState? | The current lifecycle state of the detector recipe rule |
ManagedListTypes
Declaration
[JsonProperty(PropertyName = "managedListTypes", ItemConverterType = typeof(ResponseEnumConverter))]
public List<DetectorRecipeDetectorRuleSummary.ManagedListTypesEnum> ManagedListTypes { get; set; }
Property Value
Type | Description |
---|---|
List<DetectorRecipeDetectorRuleSummary.ManagedListTypesEnum> | List of managed list types related to this rule |
Recommendation
Declaration
[JsonProperty(PropertyName = "recommendation")]
public string Recommendation { get; set; }
Property Value
Type | Description |
---|---|
string | Recommendation for the Display name of the detector rule |
ResourceType
Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string | Resource type of the configuration to which the rule is applied |
ServiceType
Declaration
[JsonProperty(PropertyName = "serviceType")]
public string ServiceType { get; set; }
Property Value
Type | Description |
---|---|
string | Service type of the configuration to which the rule is applied |
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the detector recipe rule was created. Format defined by RFC3339. |
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the detector recipe rule was last updated. Format defined by RFC3339. |