read Authorizer Credential
suspend fun readAuthorizerCredential(value: Output<ConnectionGitlabConfigReadAuthorizerCredentialArgs>)
Parameters
value
Required. A GitLab personal access token with the minimum read_api
scope access.
suspend fun readAuthorizerCredential(argument: suspend ConnectionGitlabConfigReadAuthorizerCredentialArgsBuilder.() -> Unit)
Parameters
argument
Required. A GitLab personal access token with the minimum read_api
scope access.