notSources

@JvmName(name = "lbeawiqnvsniloxr")
suspend fun notSources(value: Output<List<AuthzPolicyHttpRuleFromNotSourceArgs>>)
@JvmName(name = "hnbngycwnlygvega")
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 = "jpgdjthnykdgnlai")
suspend fun notSources(vararg values: Output<AuthzPolicyHttpRuleFromNotSourceArgs>)


@JvmName(name = "jvnguubbkfahsvrt")
suspend fun notSources(values: List<Output<AuthzPolicyHttpRuleFromNotSourceArgs>>)
@JvmName(name = "xswcpixnwtbtxnfv")
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 = "dwluafyrkruhopav")
suspend fun notSources(argument: List<suspend AuthzPolicyHttpRuleFromNotSourceArgsBuilder.() -> Unit>)
@JvmName(name = "otrimhvmfdfxxbkr")
suspend fun notSources(vararg argument: suspend AuthzPolicyHttpRuleFromNotSourceArgsBuilder.() -> Unit)
@JvmName(name = "uojefvbgfbqraofa")
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.