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
UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails
Inherited Members
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/ |
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. |