ingressPolicies

@JvmName(name = "sjefvhyoielfmrov")
suspend fun ingressPolicies(value: Output<List<ServicePerimetersServicePerimeterStatusIngressPolicyArgs>>)

Parameters

value

List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge. Structure is documented below.


@JvmName(name = "qqaunmbgjhbyfelm")
suspend fun ingressPolicies(vararg values: Output<ServicePerimetersServicePerimeterStatusIngressPolicyArgs>)


@JvmName(name = "leqdbhgjnfppjcbu")
suspend fun ingressPolicies(values: List<Output<ServicePerimetersServicePerimeterStatusIngressPolicyArgs>>)
@JvmName(name = "yqxxywcmshulyxle")
suspend fun ingressPolicies(vararg values: ServicePerimetersServicePerimeterStatusIngressPolicyArgs)

Parameters

values

List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge. Structure is documented below.


@JvmName(name = "ktgoupowifynrfey")
suspend fun ingressPolicies(argument: List<suspend ServicePerimetersServicePerimeterStatusIngressPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "klaajqoloibiueek")
suspend fun ingressPolicies(vararg argument: suspend ServicePerimetersServicePerimeterStatusIngressPolicyArgsBuilder.() -> Unit)
@JvmName(name = "eqajvjqcvpfuodik")
suspend fun ingressPolicies(argument: suspend ServicePerimetersServicePerimeterStatusIngressPolicyArgsBuilder.() -> Unit)

Parameters

argument

List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge. Structure is documented below.