mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding powershell sdk docs back
This commit is contained in:
39
docs/tools/sdk/powershell/Reference/V2024/Models/Target.md
Normal file
39
docs/tools/sdk/powershell/Reference/V2024/Models/Target.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-target
|
||||
title: Target
|
||||
pagination_label: Target
|
||||
sidebar_label: Target
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Target', 'V2024Target']
|
||||
slug: /tools/sdk/powershell/v2024/models/target
|
||||
tags: ['SDK', 'Software Development Kit', 'Target', 'V2024Target']
|
||||
---
|
||||
|
||||
|
||||
# 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
|
||||
```powershell
|
||||
$Target = Initialize-PSSailpoint.V2024Target -Id c6dc37bf508149b28ce5b7d90ca4bbf9 `
|
||||
-Type APPLICATION `
|
||||
-Name Active Directory [source]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Target | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user