sources

@JvmName(name = "vfeyaefqitmoouny")
suspend fun sources(value: Output<List<AuthzPolicyHttpRuleFromSourceArgs>>)
@JvmName(name = "hqisiglhuxqfespq")
suspend fun sources(value: List<AuthzPolicyHttpRuleFromSourceArgs>?)

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 = "cxfbpsgmqvvjjnhg")
suspend fun sources(vararg values: Output<AuthzPolicyHttpRuleFromSourceArgs>)


@JvmName(name = "xqysjuionwlocdfb")
suspend fun sources(values: List<Output<AuthzPolicyHttpRuleFromSourceArgs>>)
@JvmName(name = "kjkkvohispnjjcgu")
suspend fun sources(vararg values: AuthzPolicyHttpRuleFromSourceArgs)

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 = "yhakydhiahmouwwv")
suspend fun sources(argument: List<suspend AuthzPolicyHttpRuleFromSourceArgsBuilder.() -> Unit>)
@JvmName(name = "whvamjgthemlcspt")
suspend fun sources(vararg argument: suspend AuthzPolicyHttpRuleFromSourceArgsBuilder.() -> Unit)
@JvmName(name = "saifeftqhhbgnero")
suspend fun sources(argument: suspend AuthzPolicyHttpRuleFromSourceArgsBuilder.() -> 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.