Class CreateDevOpsConfigSourceDetails
Creation details for a DevOps configuration source.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CreateDevOpsConfigSourceDetails : CreateConfigSourceDetailsProperties
BranchName
Declaration
[JsonProperty(PropertyName = "branchName")]
public string BranchName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the branch that contains the Terraform configuration. | 
ProjectId
Declaration
[Required(ErrorMessage = "ProjectId is required.")]
[JsonProperty(PropertyName = "projectId")]
public string ProjectId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the {@link Project}. | 
Remarks
Required
RepositoryId
Declaration
[Required(ErrorMessage = "RepositoryId is required.")]
[JsonProperty(PropertyName = "repositoryId")]
public string RepositoryId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the {@link Repository}. | 
Remarks
Required