Viewing docs for GitLab v10.0.0
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
Viewing docs for GitLab v10.0.0
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
The gitlab.getProjectProtectedBranches data source allows details of the protected branches of a given project.
Upstream API: GitLab REST API docs
Using getProjectProtectedBranches
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProjectProtectedBranches(args: GetProjectProtectedBranchesArgs, opts?: InvokeOptions): Promise<GetProjectProtectedBranchesResult>
function getProjectProtectedBranchesOutput(args: GetProjectProtectedBranchesOutputArgs, opts?: InvokeOptions): Output<GetProjectProtectedBranchesResult>def get_project_protected_branches(project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectProtectedBranchesResult
def get_project_protected_branches_output(project_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectProtectedBranchesResult]func GetProjectProtectedBranches(ctx *Context, args *GetProjectProtectedBranchesArgs, opts ...InvokeOption) (*GetProjectProtectedBranchesResult, error)
func GetProjectProtectedBranchesOutput(ctx *Context, args *GetProjectProtectedBranchesOutputArgs, opts ...InvokeOption) GetProjectProtectedBranchesResultOutput> Note: This function is named GetProjectProtectedBranches in the Go SDK.
public static class GetProjectProtectedBranches
{
public static Task<GetProjectProtectedBranchesResult> InvokeAsync(GetProjectProtectedBranchesArgs args, InvokeOptions? opts = null)
public static Output<GetProjectProtectedBranchesResult> Invoke(GetProjectProtectedBranchesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProjectProtectedBranchesResult> getProjectProtectedBranches(GetProjectProtectedBranchesArgs args, InvokeOptions options)
public static Output<GetProjectProtectedBranchesResult> getProjectProtectedBranches(GetProjectProtectedBranchesArgs args, InvokeOptions options)
fn::invoke:
function: gitlab:index/getProjectProtectedBranches:getProjectProtectedBranches
arguments:
# arguments dictionarydata "gitlab_getprojectprotectedbranches" "name" {
# arguments
}The following arguments are supported:
- Project
Id string - The integer or path with namespace that uniquely identifies the project.
- Project
Id string - The integer or path with namespace that uniquely identifies the project.
- project_
id string - The integer or path with namespace that uniquely identifies the project.
- project
Id String - The integer or path with namespace that uniquely identifies the project.
- project
Id string - The integer or path with namespace that uniquely identifies the project.
- project_
id str - The integer or path with namespace that uniquely identifies the project.
- project
Id String - The integer or path with namespace that uniquely identifies the project.
getProjectProtectedBranches Result
The following output properties are available:
- Id int
- The ID of this resource.
- Project
Id string - The integer or path with namespace that uniquely identifies the project.
- Protected
Branches List<Pulumi.Git Lab. Outputs. Get Project Protected Branches Protected Branch> - A list of protected branches, as defined below.
- Id int
- The ID of this resource.
- Project
Id string - The integer or path with namespace that uniquely identifies the project.
- Protected
Branches []GetProject Protected Branches Protected Branch - A list of protected branches, as defined below.
- id number
- The ID of this resource.
- project_
id string - The integer or path with namespace that uniquely identifies the project.
- protected_
branches list(object) - A list of protected branches, as defined below.
- id Integer
- The ID of this resource.
- project
Id String - The integer or path with namespace that uniquely identifies the project.
- protected
Branches List<GetProject Protected Branches Protected Branch> - A list of protected branches, as defined below.
- id number
- The ID of this resource.
- project
Id string - The integer or path with namespace that uniquely identifies the project.
- protected
Branches GetProject Protected Branches Protected Branch[] - A list of protected branches, as defined below.
- id int
- The ID of this resource.
- project_
id str - The integer or path with namespace that uniquely identifies the project.
- protected_
branches Sequence[GetProject Protected Branches Protected Branch] - A list of protected branches, as defined below.
- id Number
- The ID of this resource.
- project
Id String - The integer or path with namespace that uniquely identifies the project.
- protected
Branches List<Property Map> - A list of protected branches, as defined below.
Supporting Types
GetProjectProtectedBranchesProtectedBranch
- Allow
Force boolPush - Whether force push is allowed.
- Code
Owner boolApproval Required - Reject code pushes that change files listed in the CODEOWNERS file.
- Id int
- The ID of this resource.
- Merge
Access List<Pulumi.Levels Git Lab. Inputs. Get Project Protected Branches Protected Branch Merge Access Level> - Array of merge access levels/users/groups allowed for the protected branch.
- Name string
- The name of the protected branch.
- Push
Access List<Pulumi.Levels Git Lab. Inputs. Get Project Protected Branches Protected Branch Push Access Level> - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- Unprotect
Access List<Pulumi.Levels Git Lab. Inputs. Get Project Protected Branches Protected Branch Unprotect Access Level> - Array of unprotect access levels/users/groups allowed for the protected branch.
- Allow
Force boolPush - Whether force push is allowed.
- Code
Owner boolApproval Required - Reject code pushes that change files listed in the CODEOWNERS file.
- Id int
- The ID of this resource.
- Merge
Access []GetLevels Project Protected Branches Protected Branch Merge Access Level - Array of merge access levels/users/groups allowed for the protected branch.
- Name string
- The name of the protected branch.
- Push
Access []GetLevels Project Protected Branches Protected Branch Push Access Level - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- Unprotect
Access []GetLevels Project Protected Branches Protected Branch Unprotect Access Level - Array of unprotect access levels/users/groups allowed for the protected branch.
- allow_
force_ boolpush - Whether force push is allowed.
- code_
owner_ boolapproval_ required - Reject code pushes that change files listed in the CODEOWNERS file.
- id number
- The ID of this resource.
- merge_
access_ list(object)levels - Array of merge access levels/users/groups allowed for the protected branch.
- name string
- The name of the protected branch.
- push_
access_ list(object)levels - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- unprotect_
access_ list(object)levels - Array of unprotect access levels/users/groups allowed for the protected branch.
- allow
Force BooleanPush - Whether force push is allowed.
- code
Owner BooleanApproval Required - Reject code pushes that change files listed in the CODEOWNERS file.
- id Integer
- The ID of this resource.
- merge
Access List<GetLevels Project Protected Branches Protected Branch Merge Access Level> - Array of merge access levels/users/groups allowed for the protected branch.
- name String
- The name of the protected branch.
- push
Access List<GetLevels Project Protected Branches Protected Branch Push Access Level> - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- unprotect
Access List<GetLevels Project Protected Branches Protected Branch Unprotect Access Level> - Array of unprotect access levels/users/groups allowed for the protected branch.
- allow
Force booleanPush - Whether force push is allowed.
- code
Owner booleanApproval Required - Reject code pushes that change files listed in the CODEOWNERS file.
- id number
- The ID of this resource.
- merge
Access GetLevels Project Protected Branches Protected Branch Merge Access Level[] - Array of merge access levels/users/groups allowed for the protected branch.
- name string
- The name of the protected branch.
- push
Access GetLevels Project Protected Branches Protected Branch Push Access Level[] - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- unprotect
Access GetLevels Project Protected Branches Protected Branch Unprotect Access Level[] - Array of unprotect access levels/users/groups allowed for the protected branch.
- allow_
force_ boolpush - Whether force push is allowed.
- code_
owner_ boolapproval_ required - Reject code pushes that change files listed in the CODEOWNERS file.
- id int
- The ID of this resource.
- merge_
access_ Sequence[Getlevels Project Protected Branches Protected Branch Merge Access Level] - Array of merge access levels/users/groups allowed for the protected branch.
- name str
- The name of the protected branch.
- push_
access_ Sequence[Getlevels Project Protected Branches Protected Branch Push Access Level] - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- unprotect_
access_ Sequence[Getlevels Project Protected Branches Protected Branch Unprotect Access Level] - Array of unprotect access levels/users/groups allowed for the protected branch.
- allow
Force BooleanPush - Whether force push is allowed.
- code
Owner BooleanApproval Required - Reject code pushes that change files listed in the CODEOWNERS file.
- id Number
- The ID of this resource.
- merge
Access List<Property Map>Levels - Array of merge access levels/users/groups allowed for the protected branch.
- name String
- The name of the protected branch.
- push
Access List<Property Map>Levels - Array of push access levels/users/groups/deploy keys allowed for the protected branch.
- unprotect
Access List<Property Map>Levels - Array of unprotect access levels/users/groups allowed for the protected branch.
GetProjectProtectedBranchesProtectedBranchMergeAccessLevel
- Access
Level string - Access level allowed to perform the relevant action.
- Access
Level stringDescription - Readable description of access level.
- Group
Id int - The ID of a GitLab group allowed to perform the relevant action.
- User
Id int - The ID of a GitLab user allowed to perform the relevant action.
- Access
Level string - Access level allowed to perform the relevant action.
- Access
Level stringDescription - Readable description of access level.
- Group
Id int - The ID of a GitLab group allowed to perform the relevant action.
- User
Id int - The ID of a GitLab user allowed to perform the relevant action.
- access_
level string - Access level allowed to perform the relevant action.
- access_
level_ stringdescription - Readable description of access level.
- group_
id number - The ID of a GitLab group allowed to perform the relevant action.
- user_
id number - The ID of a GitLab user allowed to perform the relevant action.
- access
Level String - Access level allowed to perform the relevant action.
- access
Level StringDescription - Readable description of access level.
- group
Id Integer - The ID of a GitLab group allowed to perform the relevant action.
- user
Id Integer - The ID of a GitLab user allowed to perform the relevant action.
- access
Level string - Access level allowed to perform the relevant action.
- access
Level stringDescription - Readable description of access level.
- group
Id number - The ID of a GitLab group allowed to perform the relevant action.
- user
Id number - The ID of a GitLab user allowed to perform the relevant action.
- access_
level str - Access level allowed to perform the relevant action.
- access_
level_ strdescription - Readable description of access level.
- group_
id int - The ID of a GitLab group allowed to perform the relevant action.
- user_
id int - The ID of a GitLab user allowed to perform the relevant action.
- access
Level String - Access level allowed to perform the relevant action.
- access
Level StringDescription - Readable description of access level.
- group
Id Number - The ID of a GitLab group allowed to perform the relevant action.
- user
Id Number - The ID of a GitLab user allowed to perform the relevant action.
GetProjectProtectedBranchesProtectedBranchPushAccessLevel
- Access
Level string - Access level allowed to perform the relevant action.
- Access
Level stringDescription - Readable description of access level.
- Deploy
Key intId - The ID of a GitLab deploy key allowed to perform the relevant action.
- Group
Id int - The ID of a GitLab group allowed to perform the relevant action.
- User
Id int - The ID of a GitLab user allowed to perform the relevant action.
- Access
Level string - Access level allowed to perform the relevant action.
- Access
Level stringDescription - Readable description of access level.
- Deploy
Key intId - The ID of a GitLab deploy key allowed to perform the relevant action.
- Group
Id int - The ID of a GitLab group allowed to perform the relevant action.
- User
Id int - The ID of a GitLab user allowed to perform the relevant action.
- access_
level string - Access level allowed to perform the relevant action.
- access_
level_ stringdescription - Readable description of access level.
- deploy_
key_ numberid - The ID of a GitLab deploy key allowed to perform the relevant action.
- group_
id number - The ID of a GitLab group allowed to perform the relevant action.
- user_
id number - The ID of a GitLab user allowed to perform the relevant action.
- access
Level String - Access level allowed to perform the relevant action.
- access
Level StringDescription - Readable description of access level.
- deploy
Key IntegerId - The ID of a GitLab deploy key allowed to perform the relevant action.
- group
Id Integer - The ID of a GitLab group allowed to perform the relevant action.
- user
Id Integer - The ID of a GitLab user allowed to perform the relevant action.
- access
Level string - Access level allowed to perform the relevant action.
- access
Level stringDescription - Readable description of access level.
- deploy
Key numberId - The ID of a GitLab deploy key allowed to perform the relevant action.
- group
Id number - The ID of a GitLab group allowed to perform the relevant action.
- user
Id number - The ID of a GitLab user allowed to perform the relevant action.
- access_
level str - Access level allowed to perform the relevant action.
- access_
level_ strdescription - Readable description of access level.
- deploy_
key_ intid - The ID of a GitLab deploy key allowed to perform the relevant action.
- group_
id int - The ID of a GitLab group allowed to perform the relevant action.
- user_
id int - The ID of a GitLab user allowed to perform the relevant action.
- access
Level String - Access level allowed to perform the relevant action.
- access
Level StringDescription - Readable description of access level.
- deploy
Key NumberId - The ID of a GitLab deploy key allowed to perform the relevant action.
- group
Id Number - The ID of a GitLab group allowed to perform the relevant action.
- user
Id Number - The ID of a GitLab user allowed to perform the relevant action.
GetProjectProtectedBranchesProtectedBranchUnprotectAccessLevel
- Access
Level string - Access level allowed to perform the relevant action.
- Access
Level stringDescription - Readable description of access level.
- Group
Id int - The ID of a GitLab group allowed to perform the relevant action.
- User
Id int - The ID of a GitLab user allowed to perform the relevant action.
- Access
Level string - Access level allowed to perform the relevant action.
- Access
Level stringDescription - Readable description of access level.
- Group
Id int - The ID of a GitLab group allowed to perform the relevant action.
- User
Id int - The ID of a GitLab user allowed to perform the relevant action.
- access_
level string - Access level allowed to perform the relevant action.
- access_
level_ stringdescription - Readable description of access level.
- group_
id number - The ID of a GitLab group allowed to perform the relevant action.
- user_
id number - The ID of a GitLab user allowed to perform the relevant action.
- access
Level String - Access level allowed to perform the relevant action.
- access
Level StringDescription - Readable description of access level.
- group
Id Integer - The ID of a GitLab group allowed to perform the relevant action.
- user
Id Integer - The ID of a GitLab user allowed to perform the relevant action.
- access
Level string - Access level allowed to perform the relevant action.
- access
Level stringDescription - Readable description of access level.
- group
Id number - The ID of a GitLab group allowed to perform the relevant action.
- user
Id number - The ID of a GitLab user allowed to perform the relevant action.
- access_
level str - Access level allowed to perform the relevant action.
- access_
level_ strdescription - Readable description of access level.
- group_
id int - The ID of a GitLab group allowed to perform the relevant action.
- user_
id int - The ID of a GitLab user allowed to perform the relevant action.
- access
Level String - Access level allowed to perform the relevant action.
- access
Level StringDescription - Readable description of access level.
- group
Id Number - The ID of a GitLab group allowed to perform the relevant action.
- user
Id Number - The ID of a GitLab user allowed to perform the relevant action.
Package Details
- Repository
- GitLab pulumi/pulumi-gitlab
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
gitlabTerraform Provider.
Viewing docs for GitLab v10.0.0
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi