Show / Hide Table of Contents

Class UpdateBitbucketCloudConfigSourceDetails

Update details for a Bitbucket Cloud configuration source.

Inheritance
object
UpdateConfigSourceDetails
UpdateBitbucketCloudConfigSourceDetails
Inherited Members
UpdateConfigSourceDetails.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class UpdateBitbucketCloudConfigSourceDetails : UpdateConfigSourceDetails

Properties

BranchName

Declaration
[JsonProperty(PropertyName = "branchName")]
public string BranchName { get; set; }
Property Value
Type Description
string

The name of the branch in the Bitbucket Cloud repository for the configuration source.

ConfigurationSourceProviderId

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

The OCID of the Bitbucket Cloud configuration source.

Remarks

Required

RepositoryUrl

Declaration
[JsonProperty(PropertyName = "repositoryUrl")]
public string RepositoryUrl { get; set; }
Property Value
Type Description
string

The URL of the Bitbucket Cloud repository for the configuration source.

WorkspaceId

Declaration
[JsonProperty(PropertyName = "workspaceId")]
public string WorkspaceId { get; set; }
Property Value
Type Description
string

The id of the workspace in Bitbucket Cloud for the configuration source

In this article
Back to top