Class GetOrganizationTeamSyncGroups
Inheritance
System.Object
GetOrganizationTeamSyncGroups
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Github
Assembly: Pulumi.Github.dll
Syntax
public static class GetOrganizationTeamSyncGroups
Methods
View SourceInvokeAsync(InvokeOptions)
Use this data source to retrieve the identity provider (IdP) groups for an organization.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Github = Pulumi.Github;
class MyStack : Stack
{
public MyStack()
{
var test = Output.Create(Github.GetOrganizationTeamSyncGroups.InvokeAsync());
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetOrganizationTeamSyncGroupsResult> InvokeAsync(InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetOrganizationTeamSyncGroupsResult> |