Skip to main content

VendorConnectorMappingUpdatedBy

Properties

NameTypeDescriptionNotes
StringStringThe identifier of the user who last updated the mapping, if available.[optional]
ValidBooleanA flag indicating if the 'String' field is set and valid.[optional] [default to $false]

Examples

  • Prepare the resource
$VendorConnectorMappingUpdatedBy = Initialize-PSSailpoint.V2024VendorConnectorMappingUpdatedBy  -String user-67891 `
-Valid true
  • Convert the resource to JSON
$VendorConnectorMappingUpdatedBy | ConvertTo-JSON

[Back to top]