includedPaths

@JvmName(name = "hdumhlcdslpjwydh")
suspend fun includedPaths(value: Output<List<String>>)
@JvmName(name = "shhrvwmxafwwkulu")
suspend fun includedPaths(value: List<String>?)

Parameters

value

Match only the specified include paths. See also MatchScope in the JsonBody FieldToMatch specification. Provide the include paths using JSON Pointer syntax. For example, "IncludedPaths": ["/dogs/0/name", "/dogs/1/name"] . For information about this syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . You must specify either this setting or the All setting, but not both.

Don't use this option to include all paths. Instead, use the All setting.


@JvmName(name = "ryvwvnthdjdxyyhd")
suspend fun includedPaths(vararg values: Output<String>)


@JvmName(name = "hybubausyldnhaiv")
suspend fun includedPaths(values: List<Output<String>>)
@JvmName(name = "xfjsstkwcaegdjyq")
suspend fun includedPaths(vararg values: String)

Parameters

values

Match only the specified include paths. See also MatchScope in the JsonBody FieldToMatch specification. Provide the include paths using JSON Pointer syntax. For example, "IncludedPaths": ["/dogs/0/name", "/dogs/1/name"] . For information about this syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . You must specify either this setting or the All setting, but not both.

Don't use this option to include all paths. Instead, use the All setting.