Search Results for

    Show / Hide Table of Contents

    Class CreateBranchProtectionOption

    CreateBranchProtectionOption options for creating a branch protection

    Inheritance
    System.Object
    CreateBranchProtectionOption
    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: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class CreateBranchProtectionOption

    Properties

    | Improve this Doc View Source

    Approvals_whitelist_teams

    Declaration
    public ICollection<string> Approvals_whitelist_teams { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Approvals_whitelist_username

    Declaration
    public ICollection<string> Approvals_whitelist_username { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Block_on_official_review_requests

    Declaration
    public bool? Block_on_official_review_requests { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Block_on_outdated_branch

    Declaration
    public bool? Block_on_outdated_branch { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Block_on_rejected_reviews

    Declaration
    public bool? Block_on_rejected_reviews { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Branch_name

    Deprecated: true

    Declaration
    public string Branch_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Dismiss_stale_approvals

    Declaration
    public bool? Dismiss_stale_approvals { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Enable_approvals_whitelist

    Declaration
    public bool? Enable_approvals_whitelist { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Enable_merge_whitelist

    Declaration
    public bool? Enable_merge_whitelist { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Enable_push

    Declaration
    public bool? Enable_push { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Enable_push_whitelist

    Declaration
    public bool? Enable_push_whitelist { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Enable_status_check

    Declaration
    public bool? Enable_status_check { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Merge_whitelist_teams

    Declaration
    public ICollection<string> Merge_whitelist_teams { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Merge_whitelist_usernames

    Declaration
    public ICollection<string> Merge_whitelist_usernames { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Protected_file_patterns

    Declaration
    public string Protected_file_patterns { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Push_whitelist_deploy_keys

    Declaration
    public bool? Push_whitelist_deploy_keys { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Push_whitelist_teams

    Declaration
    public ICollection<string> Push_whitelist_teams { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Push_whitelist_usernames

    Declaration
    public ICollection<string> Push_whitelist_usernames { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Require_signed_commits

    Declaration
    public bool? Require_signed_commits { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Required_approvals

    Declaration
    public long? Required_approvals { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Rule_name

    Declaration
    public string Rule_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Status_check_contexts

    Declaration
    public ICollection<string> Status_check_contexts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Unprotected_file_patterns

    Declaration
    public string Unprotected_file_patterns { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH