pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.healthcare.kotlin.outputs
/
ServiceCorsConfiguration
/
ServiceCorsConfiguration
Service
Cors
Configuration
fun
ServiceCorsConfiguration
(
allowCredentials
:
Boolean
?
=
null
,
allowedHeaders
:
List
<
String
>
?
=
null
,
allowedMethods
:
List
<
String
>
?
=
null
,
allowedOrigins
:
List
<
String
>
?
=
null
,
maxAgeInSeconds
:
Int
?
=
null
)