Show / Hide Table of Contents

Class TeamSyncGroupMappingState

Inheritance
System.Object
InputArgs
ResourceArgs
TeamSyncGroupMappingState
Inherited Members
ResourceArgs.Empty
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 sealed class TeamSyncGroupMappingState : ResourceArgs

Constructors

View Source

TeamSyncGroupMappingState()

Declaration
public TeamSyncGroupMappingState()

Properties

View Source

Etag

Declaration
public Input<string> Etag { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Groups

An Array of GitHub Identity Provider Groups (or empty []). Each group block consists of the fields documented below.


Declaration
public InputList<TeamSyncGroupMappingGroupGetArgs> Groups { get; set; }
Property Value
Type Description
InputList<TeamSyncGroupMappingGroupGetArgs>
View Source

TeamSlug

Slug of the team

Declaration
public Input<string> TeamSlug { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.