Class CreateBitbucketServerAccessTokenConfigurationSourceProviderDetails
The details for creating a configuration source provider of the type BITBUCKET_SERVER_ACCESS_TOKEN.
This type corresponds to a configuration source provider in Bitbucket server that is authenticated with a personal access token.
Inheritance
CreateBitbucketServerAccessTokenConfigurationSourceProviderDetails
  Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CreateBitbucketServerAccessTokenConfigurationSourceProviderDetails : CreateConfigurationSourceProviderDetailsProperties
ApiEndpoint
Declaration
[Required(ErrorMessage = "ApiEndpoint is required.")]
[JsonProperty(PropertyName = "apiEndpoint")]
public string ApiEndpoint { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Bitbucket Server service endpoint Example: https://bitbucket.org/ | 
Remarks
Required
SecretId
Declaration
[Required(ErrorMessage = "SecretId is required.")]
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The secret ocid which is used to authorize the user. | 
Remarks
Required