Function repos_slash_add_user_access_restrictions

Source
pub async fn repos_slash_add_user_access_restrictions(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    branch: &str,
    repos_set_user_access_restrictions_request: Option<ReposSetUserAccessRestrictionsRequest>,
) -> Result<Vec<SimpleUser>, Error<ReposSlashAddUserAccessRestrictionsError>>
Expand description

Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub’s products in the GitHub Help documentation. Grants the specified people push access for this branch. | Type | Description | | —–– | —————————————————————————————————————————– | | array | Usernames for people who can have push access. Note: The list of users, apps, and teams in total is limited to 100 items. |