Class BitbucketCloudEmailApiTokenConfigurationSourceProvider
The properties that define 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.
Inheritance
BitbucketCloudEmailApiTokenConfigurationSourceProvider
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class BitbucketCloudEmailApiTokenConfigurationSourceProvider : ConfigurationSourceProvider
Properties
ApiEndpoint
Declaration
[JsonProperty(PropertyName = "apiEndpoint")]
public string ApiEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The Bitbucket cloud service endpoint. Example: https://bitbucket.org/ |