jsonPath property

String? jsonPath
getter/setter pair

This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).

Optional.

Implementation

core.String? jsonPath;