Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ ./Console/cake job CoreJob.Expire -s --coid coid co

  • co: Numeric CO ID to run expirations for.

...

$ ./Console/cake job CoreJob.IdAssign -s --coid coid co  [--object-type type  [--object_id id]]

  • co: Numeric CO ID to run identifier assignment for.
  • id: Numeric ID of the object to run identifier assignment for. If specified, --object-type must also be specified. If omitted, run identifier assignment for all objects of the specified type.
  • type: Object type to run identifier assignment for: CoDepartment, CoGroup, or CoPerson. If omitted, run identifier assignment for all object types.

...

$ ./Console/cake job CoreJob.Provision [-a|-s] --coid co – --co_provisioning_target_id id ptid --record_type type (CoEmailList|CoGroup|CoPerson|CoService|All)   [--record_id id recid]   [--provisioning_action action]

...

$ ./Console/cake job CoreJob.Sync -s --coid coid co [--ois_id id ois_id] [--force] [--source_key key source_key] [--reference_id id reference_id]

  • co: Numeric CO ID to run Org Identity Source sync for.
  • force: Force Org Identity Source sync, as described here.
  • ois_id: Org Identity Source ID to run sync for. (If omitted, sync all configured sources in the CO.)
  • reference_id: When source_key is specified, link the source record with the CO Person identified by the provided Identifier of type Reference, if found. Available as of Registry v4.1.0. 
  • source_key: Sync only the record identified by the specified Source Key (SOR ID). Available as of Registry v4.1.0.

...

$ ./Console/cake job CoreJob.ValidateGroupMember -s --coid coid co

  • co: Numeric CO ID to run validation for.

...