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