Class LoggingQueryDataSourceSummaryDetails
Summary information for a logging query for a data source.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class LoggingQueryDataSourceSummaryDetails : DataSourceSummaryDetailsProperties
DataSourceDetectorMappingInfo
Declaration
[JsonProperty(PropertyName = "dataSourceDetectorMappingInfo")]
public List<DataSourceMappingInfo> DataSourceDetectorMappingInfo { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DataSourceMappingInfo> | Data source mapping with detector recipe and detector rule | 
RegionStatusDetail
Declaration
[JsonProperty(PropertyName = "regionStatusDetail")]
public List<RegionStatusDetail> RegionStatusDetail { get; set; }Property Value
| Type | Description | 
|---|---|
| List<RegionStatusDetail> | Data source query metadata replication region and status. | 
Regions
Declaration
[JsonProperty(PropertyName = "regions")]
public List<string> Regions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Data source customer-specified regions |