gitHubOAuthScopes

@JvmName(name = "amrrvljxrmvkbkbn")
suspend fun gitHubOAuthScopes(value: Output<List<String>>)
@JvmName(name = "oolbunojcdtlrhuq")
suspend fun gitHubOAuthScopes(value: List<String>?)

Parameters

value

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional


@JvmName(name = "tfqritphgnyecqti")
suspend fun gitHubOAuthScopes(vararg values: Output<String>)


@JvmName(name = "lvdldxeqdkpvdmfb")
suspend fun gitHubOAuthScopes(values: List<Output<String>>)
@JvmName(name = "gmhftugrmiejyqpf")
suspend fun gitHubOAuthScopes(vararg values: String)

Parameters

values

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional