Arguments for TRANSFORMING Ranger services and policies, executed after EXPORT (see ApiRangerReplicationExportArgs).
name | data type | description |
---|---|---|
rangerServiceNamesMapping | map of string | A mapping between source to destination ranger services.
Note that if a mapping is not given for a service then it will stay the same on the destination.
Example: |
rangerUsersMapping | map of string | A mapping between source to destination ranger usernames.
Note that if a mapping is not given for a username then it will stay the same on the destination.
Example: |
rangerResourcesMapping | map of string | A mapping between source to destination ranger resources.
Note that if a mapping is not given for a resource then it will stay the same on the destination.
Example: |
Example
{ "rangerServiceNamesMapping" : { "property1" : "...", "property2" : "..." }, "rangerUsersMapping" : { "property1" : "...", "property2" : "..." }, "rangerResourcesMapping" : { "property1" : "...", "property2" : "..." } }