ScheduledQueryScopeDetail¶
-
class
oci.cloud_guard.models.
ScheduledQueryScopeDetail
(**kwargs)¶ Bases:
object
Details about the scheduled resources for which query needs to be run.
Methods
__init__
(**kwargs)Initializes a new ScheduledQueryScopeDetail object with values from keyword arguments. Attributes
region
Gets the region of this ScheduledQueryScopeDetail. resource_ids
Gets the resource_ids of this ScheduledQueryScopeDetail. resource_type
Gets the resource_type of this ScheduledQueryScopeDetail. -
__init__
(**kwargs)¶ Initializes a new ScheduledQueryScopeDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - region (str) – The value to assign to the region property of this ScheduledQueryScopeDetail.
- resource_ids (list[str]) – The value to assign to the resource_ids property of this ScheduledQueryScopeDetail.
- resource_type (str) – The value to assign to the resource_type property of this ScheduledQueryScopeDetail.
-
region
¶ Gets the region of this ScheduledQueryScopeDetail. region on which scheduled query needs to be run
Returns: The region of this ScheduledQueryScopeDetail. Return type: str
-
resource_ids
¶ Gets the resource_ids of this ScheduledQueryScopeDetail. List of OCIDs on scheduled query needs to run
Returns: The resource_ids of this ScheduledQueryScopeDetail. Return type: list[str]
-
resource_type
¶ Gets the resource_type of this ScheduledQueryScopeDetail. Type of resource
Returns: The resource_type of this ScheduledQueryScopeDetail. Return type: str
-