Class DevOpsConfigSource
Metadata about the DevOps configuration source.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class DevOpsConfigSource : ConfigSource
Properties
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