Skip to main content

VendorConnectorMappingDeletedAt

Properties

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

Examples

  • Prepare the resource
$VendorConnectorMappingDeletedAt = Initialize-PSSailpoint.V3VendorConnectorMappingDeletedAt  -Time 0001-01-01T00:00Z `
-Valid false
  • Convert the resource to JSON
$VendorConnectorMappingDeletedAt | ConvertTo-JSON

[Back to top]