pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.healthcareapis.kotlin.inputs
/
FhirServiceCorsConfigurationArgs
/
FhirServiceCorsConfigurationArgs
Fhir
Service
Cors
Configuration
Args
fun
FhirServiceCorsConfigurationArgs
(
allowCredentials
:
Output
<
Boolean
>
?
=
null
,
headers
:
Output
<
List
<
String
>
>
?
=
null
,
maxAge
:
Output
<
Int
>
?
=
null
,
methods
:
Output
<
List
<
String
>
>
?
=
null
,
origins
:
Output
<
List
<
String
>
>
?
=
null
)