nm_iam_configuration_add_policy()
DESCRIPTION
Add a policy to the IAM configuration. The ownership of the policy is transferred to the IAM configuration.
DECLARATION
bool nm_iam_configuration_add_policy(struct nm_iam_configuration* conf, struct nm_iam_policy* policy)
PARAMETERS
conf:
- [in] The IAM configuration,
policy:
- [in] The policy to add to the configuration.
RETURNS
false iff the policy was not added.