operations
suspend fun operations(value: Output<List<ServicePerimeterDryRunIngressPolicyIngressToOperationArgs>>)
Parameters
value
A list of ApiOperations
the sources specified in corresponding IngressFrom
are allowed to perform in this ServicePerimeter
. Structure is documented below.
suspend fun operations(vararg values: Output<ServicePerimeterDryRunIngressPolicyIngressToOperationArgs>)
suspend fun operations(values: List<Output<ServicePerimeterDryRunIngressPolicyIngressToOperationArgs>>)
Parameters
values
A list of ApiOperations
the sources specified in corresponding IngressFrom
are allowed to perform in this ServicePerimeter
. Structure is documented below.
suspend fun operations(argument: List<suspend ServicePerimeterDryRunIngressPolicyIngressToOperationArgsBuilder.() -> Unit>)
suspend fun operations(vararg argument: suspend ServicePerimeterDryRunIngressPolicyIngressToOperationArgsBuilder.() -> Unit)
suspend fun operations(argument: suspend ServicePerimeterDryRunIngressPolicyIngressToOperationArgsBuilder.() -> Unit)
Parameters
argument
A list of ApiOperations
the sources specified in corresponding IngressFrom
are allowed to perform in this ServicePerimeter
. Structure is documented below.