Skip to main content

VendorConnectorMappingUpdatedAt

Properties

NameTypeDescriptionNotes
TimeSystem.DateTimeThe timestamp when the mapping was last updated, represented in ISO 8601 format.[optional]
ValidBooleanA flag indicating if the 'Time' field is set and valid.[optional] [default to $false]

Examples

  • Prepare the resource
$VendorConnectorMappingUpdatedAt = Initialize-PSSailpoint.V2024VendorConnectorMappingUpdatedAt  -Time 2024-03-14T12:56:19.391294Z `
-Valid true
  • Convert the resource to JSON
$VendorConnectorMappingUpdatedAt | ConvertTo-JSON

[Back to top]