auth::sync::job::create_entry (public)
auth::sync::job::create_entry -job_id job_id -operation operation \ -username username [ -user_id user_id ] [ -success ] \ [ -message message ] [ -element_messages element_messages ]
Defined in packages/acs-authentication/tcl/sync-procs.tcl
Record a batch job entry.
- Switches:
- -job_id (required)
- The ID of the batch job you're ending.
- -operation (required)
- One of 'insert', 'update', or 'delete'.
- -username (required)
- The username of the user being inserted/updated/deleted.
- -user_id (optional)
- The user_id of the local user account, if known.
- -success (optional, boolean)
- Whether or not the operation went well.
- -message (optional)
- Any error message to stick into the log.
- -element_messages (optional)
- Returns:
- entry_id
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- sync_start_end, auth_sync_process_ims_implementations