InsightTypeLoggingQueryDetails¶
-
class
oci.cloud_guard.models.InsightTypeLoggingQueryDetails(**kwargs)¶ Bases:
oci.cloud_guard.models.logging_query_details.LoggingQueryDetailsAdditional details for Insight type queries on a data source.
Attributes
LOGGING_QUERY_TYPE_INSIGHTstr(object=’’) -> str key_entities_countGets the key_entities_count of this InsightTypeLoggingQueryDetails. logging_query_type[Required] Gets the logging_query_type of this LoggingQueryDetails. Methods
__init__(**kwargs)Initializes a new InsightTypeLoggingQueryDetails 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'¶
-
__init__(**kwargs)¶ Initializes a new InsightTypeLoggingQueryDetails object with values from keyword arguments. The default value of the
logging_query_typeattribute of this class isINSIGHTand it should not be changed. 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 InsightTypeLoggingQueryDetails. Allowed values for this property are: “INSIGHT”
- key_entities_count (int) – The value to assign to the key_entities_count property of this InsightTypeLoggingQueryDetails.
-
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.
-
key_entities_count¶ Gets the key_entities_count of this InsightTypeLoggingQueryDetails. The key entities count used for data source query
Returns: The key_entities_count of this InsightTypeLoggingQueryDetails. Return type: int
-
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
-