20#ifndef ORES_IAM_GENERATORS_ROLE_GENERATOR_HPP
21#define ORES_IAM_GENERATORS_ROLE_GENERATOR_HPP
24#include "ores.iam.api/domain/role.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::role>
40 utility::generation::generation_context& ctx);
Test data generators for IAM domain types.
Definition account_generator.hpp:27
domain::role generate_synthetic_role(utility::generation::generation_context &ctx)
Generates a synthetic role.
Definition role_generator.cpp:29
std::vector< domain::role > generate_synthetic_roles(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic roles.
Definition role_generator.cpp:55