SignalRCorsSettingsArgs

data class SignalRCorsSettingsArgs(val allowedOrigins: Output<List<String>>? = null) : ConvertibleToJava<SignalRCorsSettingsArgs>

Cross-Origin Resource Sharing (CORS) settings.

Constructors

Link copied to clipboard
constructor(allowedOrigins: Output<List<String>>? = null)

Properties

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

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.

Functions

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