ServiceMeshMeshConfigKialiRamOauthConfigArgs

data class ServiceMeshMeshConfigKialiRamOauthConfigArgs(val redirectUris: Output<String>? = null) : ConvertibleToJava<ServiceMeshMeshConfigKialiRamOauthConfigArgs>

Constructors

constructor(redirectUris: Output<String>? = null)

Properties

Link copied to clipboard
val redirectUris: Output<String>? = null

The redirect Uri provided to the RAM OAuth application. This needs to be the access address of the mesh topology service. When not provided, the redirect Uri will be automatically inferred based on the ServerConfig or the CLB address of the mesh topology integration.

Functions

Link copied to clipboard
open override fun toJava(): ServiceMeshMeshConfigKialiRamOauthConfigArgs