nm_iam_configuration_condition_add_value()

DESCRIPTION

Add a value to the condition which will make the condition evaluate to true.

DECLARATION

bool nm_iam_configuration_condition_add_value(struct nm_iam_condition* condition, const char* value)

PARAMETERS

condition:
[in] Condition to add value to
value:
[in] Value to be added. String is copied into the condition

RETURNS

false iff the value could not be added