Skip to main content

Auditdetails

Properties

NameTypeDescriptionNotes
CreatedSystem.DateTimeInitial date and time when the record was created[optional]
CreatedByIdentity2[optional]
ModifiedSystem.DateTimeLast modified date and time for the record[optional]
ModifiedByIdentity2[optional]

Examples

  • Prepare the resource
$Auditdetails = Initialize-Auditdetails  -Created 2022-07-21T11:13:12.345Z `
-CreatedBy null `
-Modified 2022-07-21T11:13:12.345Z `
-ModifiedBy null
  • Convert the resource to JSON
$Auditdetails | ConvertTo-JSON

[Back to top]