ImportObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "IDENTITY_OBJECT_CONFIG", "IDENTITY_PROFILE", "RULE", "SOURCE", "TRANSFORM", "TRIGGER_SUBSCRIPTION" ] | DTO type of object created or updated by import. | [optional] |
Id | String | ID of object created or updated by import. | [optional] |
Name | String | Display 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