# `PolarExpress.Schemas.BenefitGitHubRepositoryProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/benefit_git_hub_repository_properties.ex#L2)

BenefitGitHubRepositoryProperties

Properties for a benefit of type `github_repository`.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitGitHubRepositoryProperties{
  permission: String.t() | nil,
  repository_name: String.t() | nil,
  repository_owner: String.t() | nil
}
```

* `permission` - The permission level to grant. Read more about roles and their permissions on [GitHub documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization#permissions-for-each-role). Possible values: `pull`, `triage`, `push`, `maintain`, `admin`.
* `repository_name` - The name of the repository.
* `repository_owner` - The owner of the repository.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
