authType

@JvmName(name = "idrxbqdbxceevxwj")
suspend fun authType(value: Output<AuthTypeEnumValueArgs>)
@JvmName(name = "wvhffftpcrlamrkq")
suspend fun authType(value: AuthTypeEnumValueArgs?)

Parameters

value

The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or CODECONNECTIONS.


@JvmName(name = "ptibjrwqkifjtmlv")
suspend fun authType(argument: suspend AuthTypeEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or CODECONNECTIONS.