Show / Hide Table of Contents

Enum ProtectionLevel

Protection level to be added on the branch. READ_ONLY: Makes the branch read-only. All changes to the branch will be rejected. PULL_REQUEST_MERGE_ONLY: Changes to a branch are only accepted via a pull request.

Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public enum ProtectionLevel

Fields

Name Description
PullRequestMergeOnly
ReadOnly
UnknownEnumValue
In this article
Back to top