Show / Hide Table of Contents

Class OciCodeRepositoryConfiguration

An OCI Code repository configuration extends a SCM Configuration with necessary data to reach and use the OCI DevOps Code Repository.

Inheritance
object
ScmConfiguration
OciCodeRepositoryConfiguration
Inherited Members
ScmConfiguration.Branch
ScmConfiguration.BuildFileLocation
ScmConfiguration.IsAutomergeEnabled
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class OciCodeRepositoryConfiguration : ScmConfiguration

Properties

OciCodeRepositoryId

Declaration
[Required(ErrorMessage = "OciCodeRepositoryId is required.")]
[JsonProperty(PropertyName = "ociCodeRepositoryId")]
public string OciCodeRepositoryId { get; set; }
Property Value
Type Description
string

The Oracle Cloud Identifier (OCID) of the OCI DevOps repository.

Remarks

Required

In this article
Back to top