Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/Target.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

898 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
target Target Target Target powershellsdk
powershell
PowerShell
sdk
Target
/tools/sdk/powershell/beta/models/target
SDK
Software Development Kit
Target

Target

Properties

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

Examples

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

[Back to top]