mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13183223237
This commit is contained in:
37
docs/tools/sdk/powershell/Reference/V2024/Models/Ref.md
Normal file
37
docs/tools/sdk/powershell/Reference/V2024/Models/Ref.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2024-ref
|
||||
title: Ref
|
||||
pagination_label: Ref
|
||||
sidebar_label: Ref
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Ref', 'V2024Ref']
|
||||
slug: /tools/sdk/powershell/v2024/models/ref
|
||||
tags: ['SDK', 'Software Development Kit', 'Ref', 'V2024Ref']
|
||||
---
|
||||
|
||||
|
||||
# Ref
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | [**DtoType**](dto-type) | | [optional]
|
||||
**Id** | **String** | ID of the object to which this reference applies | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Ref = Initialize-PSSailpoint.V2024Ref -Type null `
|
||||
-Id 2c91808568c529c60168cca6f90c1313
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Ref | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user