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