Expand out user and group names in humanized security policy description
Currently the description for policies shows user IDs instead of their names.
Proposal
Expand this out to display the user and group names instead of their IDs.
-
backend Add user_approversandgroup_approversas new fields into scan_result_policy_type.Types::UserTypeandTypes::GroupTypeare already available. -
backend Add user_approversandgroup_approversattributes within the scope ofpolicy_configuration.scan_result_policies.mapin scan_result_policy_resolver. Their values can be fetched similarly to process_scan_result_policy_service. -
frontend Add userApproversandgroupApproverswith attributes equivalent to user_basic and in scan_result_policies.
Edited by Zamir Martins
