BaseCommonDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | System-generated unique ID of the Object | [optional] [readonly] |
Name | String | Name of the Object | [required] |
Created | System.DateTime | Creation date of the Object | [optional] [readonly] |
Modified | System.DateTime | Last modification date of the Object | [optional] [readonly] |
Examples
- Prepare the resource
$BaseCommonDto = Initialize-PSSailpoint.V2024BaseCommonDto -Id id12345 `
-Name aName `
-Created 2015-05-28T14:07:17Z `
-Modified 2015-05-28T14:07:17Z
- Convert the resource to JSON
$BaseCommonDto | ConvertTo-JSON