Show / Hide Table of Contents

Class MembershipState

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

Constructors

View Source

MembershipState()

Declaration
public MembershipState()

Properties

View Source

Etag

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

Role

The role of the user within the organization. Must be one of member or admin. Defaults to member.

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

Username

The user to add to the organization.

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