DetectorConfiguration¶
-
class
oci.cloud_guard.models.
DetectorConfiguration
(**kwargs)¶ Bases:
object
Configuration details for a detector.
Methods
__init__
(**kwargs)Initializes a new DetectorConfiguration object with values from keyword arguments. Attributes
allowed_values
Gets the allowed_values of this DetectorConfiguration. allowed_values_data_type
Gets the allowed_values_data_type of this DetectorConfiguration. config_key
[Required] Gets the config_key of this DetectorConfiguration. data_type
Gets the data_type of this DetectorConfiguration. name
[Required] Gets the name of this DetectorConfiguration. value
Gets the value of this DetectorConfiguration. values
Gets the values of this DetectorConfiguration. -
__init__
(**kwargs)¶ Initializes a new DetectorConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - config_key (str) – The value to assign to the config_key property of this DetectorConfiguration.
- name (str) – The value to assign to the name property of this DetectorConfiguration.
- value (str) – The value to assign to the value property of this DetectorConfiguration.
- data_type (str) – The value to assign to the data_type property of this DetectorConfiguration.
- values (list[oci.cloud_guard.models.ConfigValue]) – The value to assign to the values property of this DetectorConfiguration.
- allowed_values_data_type (str) – The value to assign to the allowed_values_data_type property of this DetectorConfiguration.
- allowed_values (list[oci.cloud_guard.models.PropertyTuple]) – The value to assign to the allowed_values property of this DetectorConfiguration.
-
allowed_values
¶ Gets the allowed_values of this DetectorConfiguration. Map of possible values for configuration
Returns: The allowed_values of this DetectorConfiguration. Return type: list[oci.cloud_guard.models.PropertyTuple]
-
allowed_values_data_type
¶ Gets the allowed_values_data_type of this DetectorConfiguration. Map property Value data type
Returns: The allowed_values_data_type of this DetectorConfiguration. Return type: str
-
config_key
¶ [Required] Gets the config_key of this DetectorConfiguration. Unique identifier of the configuration
Returns: The config_key of this DetectorConfiguration. Return type: str
-
data_type
¶ Gets the data_type of this DetectorConfiguration. Configuration data type
Returns: The data_type of this DetectorConfiguration. Return type: str
-
name
¶ [Required] Gets the name of this DetectorConfiguration. Configuration name
Returns: The name of this DetectorConfiguration. Return type: str
-
value
¶ Gets the value of this DetectorConfiguration. Configuration value
Returns: The value of this DetectorConfiguration. Return type: str
-
values
¶ Gets the values of this DetectorConfiguration. List of configuration values
Returns: The values of this DetectorConfiguration. Return type: list[oci.cloud_guard.models.ConfigValue]
-