Show / Hide Table of Contents

Class BranchProtectionRequiredStatusChecksArgs

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

Constructors

View Source

BranchProtectionRequiredStatusChecksArgs()

Declaration
public BranchProtectionRequiredStatusChecksArgs()

Properties

View Source

Contexts

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

IncludeAdmins

Declaration
public Input<bool> IncludeAdmins { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Strict

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