20#ifndef ORES_CLI_CONFIG_ADD_ROLE_OPTIONS_HPP
21#define ORES_CLI_CONFIG_ADD_ROLE_OPTIONS_HPP
35 std::string description;
36 std::string recorded_by;
37 std::optional<std::string> change_reason_code;
38 std::optional<std::string> change_commentary;
39 std::vector<std::string> permission_codes;
Configuration and command-line parsing for the CLI tool.
Definition add_account_options.hpp:27
Configuration for adding a role entity via command-line arguments.
Definition add_role_options.hpp:33