nm_iam_configuration_add_role()

DESCRIPTION

Add a role to the IAM configuration. The ownership of the role is transferred to the IAM configuration.

DECLARATION

bool nm_iam_configuration_add_role(struct nm_iam_configuration* conf, struct nm_iam_role* role)

PARAMETERS

conf:
[in] The IAM configuration,
role:
[in] The role to add to the configuration.

RETURNS

false iff the role was not added.