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