DataSourceDetails¶
- 
class oci.cloud_guard.models.DataSourceDetails(**kwargs)¶
- Bases: - object- Details specific to the data source type. - Attributes - DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERY- A constant which can be used with the data_source_feed_provider property of a DataSourceDetails. - DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY- A constant which can be used with the data_source_feed_provider property of a DataSourceDetails. - data_source_feed_provider- [Required] Gets the data_source_feed_provider of this DataSourceDetails. - Methods - __init__(**kwargs)- Initializes a new DataSourceDetails 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. - 
DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERY= 'LOGGINGQUERY'¶
- A constant which can be used with the data_source_feed_provider property of a DataSourceDetails. This constant has a value of “LOGGINGQUERY” 
 - 
DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY= 'SCHEDULEDQUERY'¶
- A constant which can be used with the data_source_feed_provider property of a DataSourceDetails. This constant has a value of “SCHEDULEDQUERY” 
 - 
__init__(**kwargs)¶
- Initializes a new DataSourceDetails 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: - data_source_feed_provider (str) – The value to assign to the data_source_feed_provider property of this DataSourceDetails. Allowed values for this property are: “LOGGINGQUERY”, “SCHEDULEDQUERY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. 
 - 
data_source_feed_provider¶
- [Required] Gets the data_source_feed_provider of this DataSourceDetails. Type of data source feed provider (LoggingQuery) - Allowed values for this property are: “LOGGINGQUERY”, “SCHEDULEDQUERY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The data_source_feed_provider of this DataSourceDetails. - Return type: - str 
 - 
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. 
 
-