authType

@JvmName(name = "cjaxciofxcouvhjw")
suspend fun authType(value: Output<AuthTypeEnumValueArgs>)
@JvmName(name = "lplbkgbgqumhcrdn")
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 = "bivhelsbyyfmjoto")
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.