allowedGrantTypes

@JvmName(name = "vkfolvypwvjvlxay")
suspend fun allowedGrantTypes(value: Output<List<String>>)
@JvmName(name = "wpjiksoertqbyfal")
suspend fun allowedGrantTypes(value: List<String>?)

Parameters

value

Required. The list of OAuth grant types is allowed for the OauthClient.


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


@JvmName(name = "exdvbqooysvphysp")
suspend fun allowedGrantTypes(values: List<Output<String>>)
@JvmName(name = "bwapewogqhvftuof")
suspend fun allowedGrantTypes(vararg values: String)

Parameters

values

Required. The list of OAuth grant types is allowed for the OauthClient.