Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 860 Bytes

File metadata and controls

37 lines (23 loc) · 860 Bytes
layout github
page_title GitHub: github_organization_team_sync_groups
description Get the external identity provider (IdP) groups for an organization.

github_organization_team_sync_groups

Use this data source to retrieve the identity provider (IdP) groups for an organization.

Example Usage

data "github_organization_team_sync_groups" "test" {
  q = "myprefix_"
}

Argument Reference

  • q - (Optional) Filters the results to return only those groups whose names begin with this value.

Attributes Reference

  • groups - An Array of GitHub Identity Provider Groups. Each group block 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.