mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-owner-reference-dto
|
||||
title: OwnerReferenceDto
|
||||
pagination_label: OwnerReferenceDto
|
||||
sidebar_label: OwnerReferenceDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'OwnerReferenceDto', 'BetaOwnerReferenceDto']
|
||||
slug: /tools/sdk/powershell/beta/models/owner-reference-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'OwnerReferenceDto', 'BetaOwnerReferenceDto']
|
||||
---
|
||||
|
||||
|
||||
# OwnerReferenceDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | The owner id for the entitlement | [optional]
|
||||
**Name** | Pointer to **String** | The owner name for the entitlement | [optional]
|
||||
**Type** | Pointer to **Enum** [ "IDENTITY" ] | The type of the owner. Initially only type IDENTITY is supported | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$OwnerReferenceDto = Initialize-PSSailpoint.BetaOwnerReferenceDto -Id 2a2fdacca5e345f18bf7970cfbb8fec2 `
|
||||
-Name identity 1 `
|
||||
-Type IDENTITY
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$OwnerReferenceDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user