google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask View Source
Attributes
faultJSONPaths
(type:list(String.t)
, default:nil
) - List of JSON paths that specify JSON elements to be filtered from JSON payloads in error flows.faultXPaths
(type:list(String.t)
, default:nil
) - List of XPaths that specify XML elements to be filtered from XML payloads in error flows.name
(type:String.t
, default:nil
) - The DebugMask resource name.namespaces
(type:map()
, default:nil
) - Map of namespaces to uris.requestJSONPaths
(type:list(String.t)
, default:nil
) - List of JSON paths that specify JSON elements to be filtered from JSON request message payloads.requestXPaths
(type:list(String.t)
, default:nil
) - List of XPaths that specify XML elements to be filtered from XML request message payloads.responseJSONPaths
(type:list(String.t)
, default:nil
) - List of JSON paths that specify JSON elements to be filtered from JSON response message payloads.responseXPaths
(type:list(String.t)
, default:nil
) - List of XPaths that specify 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 debug output.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask{ faultJSONPaths: [String.t()], faultXPaths: [String.t()], name: String.t(), namespaces: map(), requestJSONPaths: [String.t()], requestXPaths: [String.t()], responseJSONPaths: [String.t()], responseXPaths: [String.t()], variables: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.