pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.appservice.kotlin.outputs
/
GetAppServiceSiteConfigCor
Get
App
Service
Site
Config
Cor
data
class
GetAppServiceSiteConfigCor
(
val
allowedOrigins
:
List
<
String
>
,
val
supportCredentials
:
Boolean
)
Types
Constructors
Properties
Constructors
Get
App
Service
Site
Config
Cor
Link copied to clipboard
fun
GetAppServiceSiteConfigCor
(
allowedOrigins
:
List
<
String
>
,
supportCredentials
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allowed
Origins
Link copied to clipboard
val
allowedOrigins
:
List
<
String
>
A list of origins which are able to make cross-origin calls.
support
Credentials
Link copied to clipboard
val
supportCredentials
:
Boolean
Are credentials supported?