Show / Hide Table of Contents

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
object
UpdateConfigurationSourceProviderDetails
UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails
Inherited Members
UpdateConfigurationSourceProviderDetails.DisplayName
UpdateConfigurationSourceProviderDetails.Description
UpdateConfigurationSourceProviderDetails.PrivateServerConfigDetails
UpdateConfigurationSourceProviderDetails.FreeformTags
UpdateConfigurationSourceProviderDetails.DefinedTags
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 UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails : UpdateConfigurationSourceProviderDetails

Properties

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.

In this article
Back to top