Class TeamArgs
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 sealed class TeamArgs : ResourceArgs
Constructors
View SourceTeamArgs()
Declaration
public TeamArgs()
Properties
View SourceDescription
A description of the team.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
The name of the team.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |