Class OciCodeRepositoryConfiguration
An OCI Code repository configuration extends a SCM Configuration with necessary data to reach and use the OCI DevOps Code Repository.
Inherited Members
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class OciCodeRepositoryConfiguration : ScmConfigurationProperties
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