Show / Hide Table of Contents

Class BranchProtectionRestrictionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BranchProtectionRestrictionsGetArgs
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.Inputs
Assembly: Pulumi.Github.dll
Syntax
public sealed class BranchProtectionRestrictionsGetArgs : ResourceArgs

Constructors

View Source

BranchProtectionRestrictionsGetArgs()

Declaration
public BranchProtectionRestrictionsGetArgs()

Properties

View Source

Apps

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

Teams

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

Users

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