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/Beta/Models/OwnerDto.md
Normal file
39
docs/tools/sdk/powershell/Reference/Beta/Models/OwnerDto.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-owner-dto
|
||||
title: OwnerDto
|
||||
pagination_label: OwnerDto
|
||||
sidebar_label: OwnerDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'OwnerDto', 'BetaOwnerDto']
|
||||
slug: /tools/sdk/powershell/beta/models/owner-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'OwnerDto', 'BetaOwnerDto']
|
||||
---
|
||||
|
||||
|
||||
# OwnerDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **Enum** [ "IDENTITY" ] | Owner's DTO type. | [optional]
|
||||
**Id** | Pointer to **String** | Owner's identity ID. | [optional]
|
||||
**Name** | Pointer to **String** | Owner's name. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$OwnerDto = Initialize-PSSailpoint.BetaOwnerDto -Type IDENTITY `
|
||||
-Id 2c9180a46faadee4016fb4e018c20639 `
|
||||
-Name Support
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$OwnerDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user