pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.compute.alpha.kotlin.outputs
/
PermissionResponse
/
PermissionResponse
Permission
Response
fun
PermissionResponse
(
constraints
:
List
<
PermissionConstraintResponse
>
,
hosts
:
List
<
String
>
,
methods
:
List
<
String
>
,
notHosts
:
List
<
String
>
,
notMethods
:
List
<
String
>
,
notPaths
:
List
<
String
>
,
notPorts
:
List
<
String
>
,
paths
:
List
<
String
>
,
ports
:
List
<
String
>
)