clientType

@JvmName(name = "ojgfknvqiyqppxwa")
suspend fun clientType(value: Output<String>)
@JvmName(name = "jjcyvntemsqosnxl")
suspend fun clientType(value: String?)

Parameters

value

Immutable. The type of OauthClient. Either public or private. For private clients, the client secret can be managed using the dedicated OauthClientCredential resource. Possible values: CLIENT_TYPE_UNSPECIFIED PUBLIC_CLIENT CONFIDENTIAL_CLIENT