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