toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.logicapps.kotlin.outputs
/
GetStandardSiteConfigCors
Get
Standard
Site
Config
Cors
data
class
GetStandardSiteConfigCors
(
val
allowedOrigins
:
List
<
String
>
,
val
supportCredentials
:
Boolean
?
=
null
)
Members
Constructors
Get
Standard
Site
Config
Cors
Link copied to clipboard
constructor
(
allowedOrigins
:
List
<
String
>
,
supportCredentials
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allowed
Origins
Link copied to clipboard
val
allowedOrigins
:
List
<
String
>
A list of origins which should be able to make cross-origin calls.
support
Credentials
Link copied to clipboard
val
supportCredentials
:
Boolean
?
=
null
Are credentials supported?