authorizer Credential
suspend fun authorizerCredential(value: Output<ConnectionBitbucketCloudConfigAuthorizerCredentialArgs>)
Parameters
value
Required. An access token with the webhook
, repository
, repository:admin
and pullrequest
scope access. It can be either a workspace, project or repository access token. It's recommended to use a system account to generate these credentials. Structure is documented below.
suspend fun authorizerCredential(argument: suspend ConnectionBitbucketCloudConfigAuthorizerCredentialArgsBuilder.() -> Unit)
Parameters
argument
Required. An access token with the webhook
, repository
, repository:admin
and pullrequest
scope access. It can be either a workspace, project or repository access token. It's recommended to use a system account to generate these credentials. Structure is documented below.