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