Class UpdateBitbucketServerAccessTokenConnectionDetails
The details for updating a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN
.
This type corresponds to a connection in Bitbucket that is authenticated with a personal access token.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdateBitbucketServerAccessTokenConnectionDetails : UpdateConnectionDetails
Properties
AccessToken
Declaration
[JsonProperty(PropertyName = "accessToken")]
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of personal access token saved in secret store |
BaseUrl
Declaration
[JsonProperty(PropertyName = "baseUrl")]
public string BaseUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The Base URL of the hosted BitbucketServer. |
TlsVerifyConfig
Declaration
[JsonProperty(PropertyName = "tlsVerifyConfig")]
public TlsVerifyConfig TlsVerifyConfig { get; set; }
Property Value
Type | Description |
---|---|
TlsVerifyConfig |