Skip to main content

VendorConnectorMappingDeletedBy

Properties

NameTypeDescriptionNotes
StringStringThe identifier of the user who deleted the mapping, if applicable.[optional]
ValidBooleanA flag indicating if the 'String' field is set and valid, i.e., if the mapping has been deleted.[optional] [default to $false]

Examples

  • Prepare the resource
$VendorConnectorMappingDeletedBy = Initialize-PSSailpoint.BetaVendorConnectorMappingDeletedBy  -String  `
-Valid false
  • Convert the resource to JSON
$VendorConnectorMappingDeletedBy | ConvertTo-JSON

[Back to top]