appAuth

@JvmName(name = "illurhydiobgyhpv")
suspend fun appAuth(value: Output<ProviderAppAuthArgs>)
@JvmName(name = "ysbryvecvjuikyas")
suspend fun appAuth(value: ProviderAppAuthArgs?)

Parameters

value

The GitHub App credentials used to connect to GitHub. Conflicts with token. Anonymous mode is enabled if both token and app_auth are not set.


@JvmName(name = "gqhinwcgktvqaabp")
suspend fun appAuth(argument: suspend ProviderAppAuthArgsBuilder.() -> Unit)

Parameters

argument

The GitHub App credentials used to connect to GitHub. Conflicts with token. Anonymous mode is enabled if both token and app_auth are not set.