Class BranchProtectionRestrictionsGetArgs
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.Inputs
Assembly: Pulumi.Github.dll
Syntax
public sealed class BranchProtectionRestrictionsGetArgs : ResourceArgs
Constructors
View SourceBranchProtectionRestrictionsGetArgs()
Declaration
public BranchProtectionRestrictionsGetArgs()
Properties
View SourceApps
Declaration
public InputList<string> Apps { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Teams
Declaration
public InputList<string> Teams { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Users
Declaration
public InputList<string> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |