authorizer Credential
suspend fun authorizerCredential(value: Output<ConnectionBitbucketDataCenterConfigAuthorizerCredentialArgs>)
suspend fun authorizerCredential(value: ConnectionBitbucketDataCenterConfigAuthorizerCredentialArgs)
Parameters
value
Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.
suspend fun authorizerCredential(argument: suspend ConnectionBitbucketDataCenterConfigAuthorizerCredentialArgsBuilder.() -> Unit)
Parameters
argument
Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.