nm_iam_state_set_open_pairing_role()
DESCRIPTION
Set the role to assign to new users paired through an open pairing mode. The role ID string is copied into the state.
DECLARATION
bool nm_iam_state_set_open_pairing_role(struct nm_iam_state* state, const char* openPairingRole)
PARAMETERS
state:
- [in] The IAM state
openPairingRole:
- [in] ID of the role to use.
RETURNS
true iff the role was set.