toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.logicapps.kotlin.inputs
/
GetStandardSiteConfigCors
Get
Standard
Site
Config
Cors
data
class
GetStandardSiteConfigCors
(
val
allowedOrigins
:
List
<
String
>
,
val
supportCredentials
:
Boolean
?
=
null
)
:
ConvertibleToJava
<
GetStandardSiteConfigCors
>
Members
Constructors
Get
Standard
Site
Config
Cors
Link copied to clipboard
constructor
(
allowedOrigins
:
List
<
String
>
,
supportCredentials
:
Boolean
?
=
null
)
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?
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetStandardSiteConfigCors