Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Target.md
2025-02-03 22:09:17 +00:00

900 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-target Target Target Target powershellsdk
powershell
PowerShell
sdk
Target
V2024Target
/tools/sdk/powershell/v2024/models/target
SDK
Software Development Kit
Target
V2024Target

Target

Properties

Name Type Description Notes
Id String Target ID [optional]
Type Enum [ "APPLICATION", "IDENTITY" ] Target type [optional]
Name String Target name [optional]

Examples

  • Prepare the resource
$Target = Initialize-PSSailpoint.V2024Target  -Id c6dc37bf508149b28ce5b7d90ca4bbf9 `
 -Type APPLICATION `
 -Name Active Directory [source]
  • Convert the resource to JSON
$Target | ConvertTo-JSON

[Back to top]