Auditdetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | System.DateTime | Initial date and time when the record was created | [optional] |
| CreatedBy | Identity2 | [optional] | |
| Modified | System.DateTime | Last modified date and time for the record | [optional] |
| ModifiedBy | Identity2 | [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