Function get_permitted_projects

Source
pub async fn get_permitted_projects(
    configuration: &Configuration,
    permissions_keys_bean: PermissionsKeysBean,
) -> Result<PermittedProjects, Error<GetPermittedProjectsError>>
Expand description

Returns all the projects where the user is granted a list of project permissions. This operation can be accessed anonymously. Permissions required: None.