Skip to main content

AuditDetails

Properties

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

Examples

  • Prepare the resource
$AuditDetails = Initialize-PSSailpoint.V2024AuditDetails  -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]