source_ranger_service | ApiServiceRef | The source service to replicate from. | [optional] |
export_args | ApiRangerReplicationExportArgs | If provided then replicate services defined in Ranger from source to destination. If not provided then it will be skipped. Mandatory field is ApiRangerReplicationExportArgs#getRangerServiceNames(). | [optional] |
transform_args | ApiRangerReplicationTransformArgs | Replication arguments for the TRANSFORM operation. Relevant only if #getExportArgs() was provided. | [optional] |
import_args | ApiRangerReplicationImportArgs | Replication arguments for the IMPORT operation. Relevant only if #getExportArgs() was provided. | [optional] |
audit_log_dist_cp_args | ApiHdfsReplicationArguments | If provided then the replication will distributed copy Ranger HDFS audit logs from source to destination HDFS. If not provided then it will be skipped. Mandatory fields are ApiHdfsReplicationArguments#getUserName() and ApiHdfsReplicationArguments#getSourceUser(). Any other ApiHdfsReplicationArguments fields could be provided, sourcePath and destinationPath will be set appropriately by CM, when not specified. | [optional] |