nm_iam_serializer_configuration_dump_json()
DESCRIPTION
Dump the IAM configuration to a JSON string for persistent storage. The resulting string must be freed with nm_iam_serializer_string_free().
DECLARATION
bool nm_iam_serializer_configuration_dump_json(struct nm_iam_configuration* conf, char** out)
PARAMETERS
conf:
- [in] IAM configuration to dump
out:
- [out] Where to put serialized config
RETURNS
true iff the config was serialized successfully