read Authorizer Credential
suspend fun readAuthorizerCredential(value: Output<ConnectionBitbucketCloudConfigReadAuthorizerCredentialArgs>)
suspend fun readAuthorizerCredential(value: ConnectionBitbucketCloudConfigReadAuthorizerCredentialArgs)
Parameters
value
Required. An access token with the repository
access. It can be either a workspace, project or repository access token. It's recommended to use a system account to generate the credentials. Structure is documented below.
suspend fun readAuthorizerCredential(argument: suspend ConnectionBitbucketCloudConfigReadAuthorizerCredentialArgsBuilder.() -> Unit)
Parameters
argument
Required. An access token with the repository
access. It can be either a workspace, project or repository access token. It's recommended to use a system account to generate the credentials. Structure is documented below.