View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask (google_api_apigee v0.53.0)
Attributes
-
faultJSONPaths(type:list(String.t), default:nil) - List of JSON paths that specify the JSON elements to be filtered from JSON payloads in error flows. -
faultXPaths(type:list(String.t), default:nil) - List of XPaths that specify the XML elements to be filtered from XML payloads in error flows. -
name(type:String.t, default:nil) - Name of the debug mask. -
namespaces(type:map(), default:nil) - Map of namespaces to URIs. -
requestJSONPaths(type:list(String.t), default:nil) - List of JSON paths that specify the JSON elements to be filtered from JSON request message payloads. -
requestXPaths(type:list(String.t), default:nil) - List of XPaths that specify the XML elements to be filtered from XML request message payloads. -
responseJSONPaths(type:list(String.t), default:nil) - List of JSON paths that specify the JSON elements to be filtered from JSON response message payloads. -
responseXPaths(type:list(String.t), default:nil) - List of XPaths that specify the XML elements to be filtered from XML response message payloads. -
variables(type:list(String.t), default:nil) - List of variables that should be masked from the debug output.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask{ faultJSONPaths: [String.t()] | nil, faultXPaths: [String.t()] | nil, name: String.t() | nil, namespaces: map() | nil, requestJSONPaths: [String.t()] | nil, requestXPaths: [String.t()] | nil, responseJSONPaths: [String.t()] | nil, responseXPaths: [String.t()] | nil, variables: [String.t()] | nil }