Show / Hide Table of Contents

Class TeamArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TeamArgs
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 TeamArgs : ResourceArgs

Constructors

View Source

TeamArgs()

Declaration
public TeamArgs()

Properties

View Source

Description

A description of the team.

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

LdapDn

The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise.

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

Name

The name of the team.

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

ParentTeamId

The ID of the parent team, if this is a nested team.

Declaration
public Input<int> ParentTeamId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Privacy

The level of privacy for the team. Must be one of secret or closed. Defaults to secret.

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