mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
888 B
888 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-target | Target | Target | Target | powershellsdk |
|
/tools/sdk/powershell/v2025/models/target |
|
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-V2025Target -Id c6dc37bf508149b28ce5b7d90ca4bbf9 `
-Type APPLICATION `
-Name Active Directory [source]
- Convert the resource to JSON
$Target | ConvertTo-JSON