Group User Log Config Args
data class GroupUserLogConfigArgs(val jwtClaims: Output<String>? = null, val queryString: Output<String>? = null, val requestBody: Output<Boolean>? = null, val requestHeaders: Output<String>? = null, val responseBody: Output<Boolean>? = null, val responseHeaders: Output<String>? = null) : ConvertibleToJava<GroupUserLogConfigArgs>
Constructors
Properties
Link copied to clipboard
The query params to be record, support multi query params split by ,
. Set *
to record all.
Link copied to clipboard
Whether to record the request body.
Link copied to clipboard
The request headers to be record, support multi request headers split by ,
. Set *
to record all.
Link copied to clipboard
Whether to record the response body.
Link copied to clipboard
The response headers to be record, support multi response headers split by ,
. Set *
to record all.