**Is your feature request related to a problem? Please describe.** As described in : https://github.com/redhat-cop/infra.aap_configuration/tree/devel/roles/gateway_role_user_assignments you must input object_id for the target of the role, instead of a human readable name. To my knowledge, there is no way get that object ID with the collection. **Describe the solution you'd like** An option to pass a human readable name for the target should be provided for the target object. **Describe alternatives you've considered** What i do personally is I do an API call and construct an input yml in that pipeline. **Additional context** The object_id Works, but it doesn't follow the principal of self contained human readable inputs of the collection.