Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 661 Bytes

File metadata and controls

23 lines (17 loc) · 661 Bytes

AuditLogSearchCommon

Properties

Name Type Description Notes
CompanyIDs Int32[] [optional]
DateTimeRange DateTimeRange

Examples

  • Prepare the resource
$AuditLogSearchCommon = Initialize-RealGreenSaPSAuditLogSearchCommon  -CompanyIDs null `
 -DateTimeRange null
  • Convert the resource to JSON
$AuditLogSearchCommon | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]