read Authorizer Credential
suspend fun readAuthorizerCredential(value: Output<ConnectionGitlabConfigReadAuthorizerCredentialArgs>)
Parameters
value
Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.
suspend fun readAuthorizerCredential(argument: suspend ConnectionGitlabConfigReadAuthorizerCredentialArgsBuilder.() -> Unit)
Parameters
argument
Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.