notSources

@JvmName(name = "mitcoiysghvyjqiq")
suspend fun notSources(value: Output<List<AuthzPolicyHttpRuleFromNotSourceArgs>>)
@JvmName(name = "piregmtbotddislx")
suspend fun notSources(value: List<AuthzPolicyHttpRuleFromNotSourceArgs>?)

Parameters

value

Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. Structure is documented below.


@JvmName(name = "chdycjygmatpmmwe")
suspend fun notSources(vararg values: Output<AuthzPolicyHttpRuleFromNotSourceArgs>)


@JvmName(name = "ogehsylwrnoagskh")
suspend fun notSources(values: List<Output<AuthzPolicyHttpRuleFromNotSourceArgs>>)
@JvmName(name = "rpmqxtwujdyqqtwn")
suspend fun notSources(vararg values: AuthzPolicyHttpRuleFromNotSourceArgs)

Parameters

values

Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. Structure is documented below.


@JvmName(name = "juutfsnynsllilmb")
suspend fun notSources(argument: List<suspend AuthzPolicyHttpRuleFromNotSourceArgsBuilder.() -> Unit>)
@JvmName(name = "kchvtwmsbvjpxgty")
suspend fun notSources(vararg argument: suspend AuthzPolicyHttpRuleFromNotSourceArgsBuilder.() -> Unit)
@JvmName(name = "beuusmserigcihyk")
suspend fun notSources(argument: suspend AuthzPolicyHttpRuleFromNotSourceArgsBuilder.() -> Unit)

Parameters

argument

Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. Structure is documented below.