ResponderConfiguration¶
-
class
oci.cloud_guard.models.
ResponderConfiguration
(**kwargs)¶ Bases:
object
Details for a configuration to be applied to a responder.
Methods
__init__
(**kwargs)Initializes a new ResponderConfiguration object with values from keyword arguments. Attributes
config_key
[Required] Gets the config_key of this ResponderConfiguration. name
[Required] Gets the name of this ResponderConfiguration. value
[Required] Gets the value of this ResponderConfiguration. -
__init__
(**kwargs)¶ Initializes a new ResponderConfiguration 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 ResponderConfiguration.
- name (str) – The value to assign to the name property of this ResponderConfiguration.
- value (str) – The value to assign to the value property of this ResponderConfiguration.
-
config_key
¶ [Required] Gets the config_key of this ResponderConfiguration. Unique identifier of the configuration
Returns: The config_key of this ResponderConfiguration. Return type: str
-
name
¶ [Required] Gets the name of this ResponderConfiguration. Configuration name
Returns: The name of this ResponderConfiguration. Return type: str
-
value
¶ [Required] Gets the value of this ResponderConfiguration. Configuration value
Returns: The value of this ResponderConfiguration. Return type: str
-