nm_iam_configuration_statement_add_action()
DESCRIPTION
Add action to a statement.
DECLARATION
bool nm_iam_configuration_statement_add_action(struct nm_iam_statement* statement, const char* action)
PARAMETERS
statement:
- [in] Statement to add action to
action:
- [in] Action to add. String is copied into the statement.
RETURNS
false iff the action could not be added