Show / Hide Table of Contents

Class UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails

Update details for a configuration source provider of the type BITBUCKET_CLOUD_ACCESS_TOKEN. This type corresponds to a configuration source provider in Bitbucket Cloud that is authenticated with Atlassian account email and API token. Legacy username/app-password update request shapes are no longer supported.

Inheritance
object
UpdateConfigurationSourceProviderDetails
UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails
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 UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails : 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/

Email

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

Atlassian account email used for Bitbucket Cloud API token authentication.

SecretId

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

The secret OCID containing an Atlassian API token.

In this article
Back to top