Show / Hide Table of Contents

Class ScheduledQueryScopeDetail

Details about the scheduled resources for which query needs to be run.

Inheritance
object
ScheduledQueryScopeDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ScheduledQueryScopeDetail

Properties

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

region on which scheduled query needs to be run

ResourceIds

Declaration
[JsonProperty(PropertyName = "resourceIds")]
public List<string> ResourceIds { get; set; }
Property Value
Type Description
List<string>

List of OCIDs on scheduled query needs to run

ResourceType

Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

Type of resource

In this article
Back to top