Class UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails
Update details for a configuration source provider of the type BITBUCKET_CLOUD_USERNAME_APPPASSWORD.
This type corresponds to a configuration source provider in Bitbucket that is authenticated with a username and app password.
Inheritance
UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails
  Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails : UpdateConfigurationSourceProviderDetailsProperties
ApiEndpoint
Declaration
[JsonProperty(PropertyName = "apiEndpoint")]
public string ApiEndpoint { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Bitbucket service endpoint. Example: https://bitbucket.org/ | 
SecretId
Declaration
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The secret ocid which is used to authorize the user. | 
Username
Declaration
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The username for the user of the Bitbucket cloud repository. |