AdditionalConfigPropertyDefinition¶
-
class
oci.cloud_guard.models.
AdditionalConfigPropertyDefinition
(**kwargs)¶ Bases:
object
Detector rule additional property field
Attributes
PROPERTY_TYPE_HINT
A constant which can be used with the property_type property of a AdditionalConfigPropertyDefinition. PROPERTY_TYPE_RANGE
A constant which can be used with the property_type property of a AdditionalConfigPropertyDefinition. key
Gets the key of this AdditionalConfigPropertyDefinition. property_type
Gets the property_type of this AdditionalConfigPropertyDefinition. value
Gets the value of this AdditionalConfigPropertyDefinition. Methods
__init__
(**kwargs)Initializes a new AdditionalConfigPropertyDefinition object with values from keyword arguments. -
PROPERTY_TYPE_HINT
= 'HINT'¶ A constant which can be used with the property_type property of a AdditionalConfigPropertyDefinition. This constant has a value of “HINT”
-
PROPERTY_TYPE_RANGE
= 'RANGE'¶ A constant which can be used with the property_type property of a AdditionalConfigPropertyDefinition. This constant has a value of “RANGE”
-
__init__
(**kwargs)¶ Initializes a new AdditionalConfigPropertyDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - property_type (str) – The value to assign to the property_type property of this AdditionalConfigPropertyDefinition. Allowed values for this property are: “HINT”, “RANGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- key (str) – The value to assign to the key property of this AdditionalConfigPropertyDefinition.
- value (str) – The value to assign to the value property of this AdditionalConfigPropertyDefinition.
-
key
¶ Gets the key of this AdditionalConfigPropertyDefinition. Name for Additional Property, for example, “interpreter”, “router”
Returns: The key of this AdditionalConfigPropertyDefinition. Return type: str
-
property_type
¶ Gets the property_type of this AdditionalConfigPropertyDefinition. Property Type
Allowed values for this property are: “HINT”, “RANGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The property_type of this AdditionalConfigPropertyDefinition. Return type: str
-
value
¶ Gets the value of this AdditionalConfigPropertyDefinition. Value for Property Name, for example, “generic”, “cloudguard”
Returns: The value of this AdditionalConfigPropertyDefinition. Return type: str
-