uri Path
Parameters
value
Configuration block that redacts the request URI path. It should be specified as an empty configuration block {}
. The URI path is the part of a web request that identifies a resource, such as /images/daily-ad.jpg
.
suspend fun uriPath(argument: suspend WebAclLoggingConfigurationRedactedFieldUriPathArgsBuilder.() -> Unit)
Parameters
argument
Configuration block that redacts the request URI path. It should be specified as an empty configuration block {}
. The URI path is the part of a web request that identifies a resource, such as /images/daily-ad.jpg
.