pub async fn repos_slash_get_org_rule_suites(
configuration: &Configuration,
org: &str,
repository_name: Option<i32>,
time_period: Option<&str>,
actor_name: Option<&str>,
rule_suite_result: Option<&str>,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<RuleSuitesInner>, Error<ReposSlashGetOrgRuleSuitesError>>
Expand description
Lists suites of rule evaluations at the organization level. For more information, see "Managing rulesets for repositories in your organization."