Get Project Protected Branch Result
data class GetProjectProtectedBranchResult(val allowForcePush: Boolean, val codeOwnerApprovalRequired: Boolean, val id: Int, val mergeAccessLevels: List<GetProjectProtectedBranchMergeAccessLevel>, val name: String, val projectId: String, val pushAccessLevels: List<GetProjectProtectedBranchPushAccessLevel>)
A collection of values returned by getProjectProtectedBranch.
Constructors
Link copied to clipboard
constructor(allowForcePush: Boolean, codeOwnerApprovalRequired: Boolean, id: Int, mergeAccessLevels: List<GetProjectProtectedBranchMergeAccessLevel>, name: String, projectId: String, pushAccessLevels: List<GetProjectProtectedBranchPushAccessLevel>)
Properties
Link copied to clipboard
Whether force push is allowed.
Link copied to clipboard
Reject code pushes that change files listed in the CODEOWNERS file.
Link copied to clipboard
Describes which access levels, users, or groups are allowed to perform the action.
Link copied to clipboard
Describes which access levels, users, or groups are allowed to perform the action.