LoggingQueryDetails¶
-
class
oci.cloud_guard.models.
LoggingQueryDetails
(**kwargs)¶ Bases:
object
Details for a logging query for a data source.
Attributes
LOGGING_QUERY_TYPE_INSIGHT
A constant which can be used with the logging_query_type property of a LoggingQueryDetails. logging_query_type
[Required] Gets the logging_query_type of this LoggingQueryDetails. Methods
__init__
(**kwargs)Initializes a new LoggingQueryDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
LOGGING_QUERY_TYPE_INSIGHT
= 'INSIGHT'¶ A constant which can be used with the logging_query_type property of a LoggingQueryDetails. This constant has a value of “INSIGHT”
-
__init__
(**kwargs)¶ Initializes a new LoggingQueryDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: logging_query_type (str) – The value to assign to the logging_query_type property of this LoggingQueryDetails. Allowed values for this property are: “INSIGHT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
logging_query_type
¶ [Required] Gets the logging_query_type of this LoggingQueryDetails. Logging query type for data source
Allowed values for this property are: “INSIGHT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The logging_query_type of this LoggingQueryDetails. Return type: str
-