Class BranchProtectionRequiredStatusChecksGetArgs
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 BranchProtectionRequiredStatusChecksGetArgs : ResourceArgs
Constructors
View SourceBranchProtectionRequiredStatusChecksGetArgs()
Declaration
public BranchProtectionRequiredStatusChecksGetArgs()
Properties
View SourceContexts
Declaration
public InputList<string> Contexts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IncludeAdmins
Declaration
public Input<bool> IncludeAdmins { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Strict
Declaration
public Input<bool> Strict { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |