| layout | github |
|---|---|
| page_title | GitHub: github_organization_team_sync_groups |
| description | Get the external identity provider (IdP) groups for an organization. |
Use this data source to retrieve the identity provider (IdP) groups for an organization.
data "github_organization_team_sync_groups" "test" {
q = "myprefix_"
}q- (Optional) Filters the results to return only those groups whose names begin with this value.
groups- An Array of GitHub Identity Provider Groups. Eachgroupblock consists of the fields documented below.
The group block consists of:
-
group_id- The ID of the IdP group. -
group_name- The name of the IdP group. -
group_description- The description of the IdP group.