Skip to main content

VendorConnectorMapping

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier for the vendor-connector mapping.[optional]
VendorStringThe name of the vendor.[optional]
ConnectorStringThe name of the connector.[optional]
CreatedAtSystem.DateTimeThe creation timestamp of the mapping.[optional]
CreatedByStringThe identifier of the user who created the mapping.[optional]
UpdatedAtVendorConnectorMappingUpdatedAt[optional]
UpdatedByVendorConnectorMappingUpdatedBy[optional]
DeletedAtVendorConnectorMappingDeletedAt[optional]
DeletedByVendorConnectorMappingDeletedBy[optional]

Examples

  • Prepare the resource
$VendorConnectorMapping = Initialize-PSSailpoint.V2024VendorConnectorMapping  -Id 78733556-9ea3-4f59-bf69-e5cd92b011b4 `
-Vendor Example vendor `
-Connector Example connector `
-CreatedAt 2024-03-13T12:56:19.391294Z `
-CreatedBy admin `
-UpdatedAt null `
-UpdatedBy null `
-DeletedAt null `
-DeletedBy null
  • Convert the resource to JSON
$VendorConnectorMapping | ConvertTo-JSON

[Back to top]