Class UpdateBitbucketServerConfigSourceDetails
Update details for a Bitbucket Server configuration source.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class UpdateBitbucketServerConfigSourceDetails : UpdateConfigSourceDetails
Properties
BranchName
Declaration
[JsonProperty(PropertyName = "branchName")]
public string BranchName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the branch within the Bitbucket Server repository. |
ConfigurationSourceProviderId
Declaration
[Required(ErrorMessage = "ConfigurationSourceProviderId is required.")]
[JsonProperty(PropertyName = "configurationSourceProviderId")]
public string ConfigurationSourceProviderId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier (OCID) for the Bitbucket Server configuration source. |
Remarks
Required
ProjectId
Declaration
[JsonProperty(PropertyName = "projectId")]
public string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier for a Bitbucket Server project. |
RepositoryId
Declaration
[JsonProperty(PropertyName = "repositoryId")]
public string RepositoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
RepositoryUrl
Declaration
[JsonProperty(PropertyName = "repositoryUrl")]
public string RepositoryUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The URL of the Bitbucket Server repository. |