Skip to main content

ImportObject

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY_OBJECT_CONFIG", "IDENTITY_PROFILE", "RULE", "SOURCE", "TRANSFORM", "TRIGGER_SUBSCRIPTION" ]DTO type of object created or updated by import.[optional]
IdStringID of object created or updated by import.[optional]
NameStringDisplay name of object created or updated by import.[optional]

Examples

  • Prepare the resource
$ImportObject = Initialize-PSSailpoint.V2024ImportObject  -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
  • Convert the resource to JSON
$ImportObject | ConvertTo-JSON

[Back to top]