Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PatOwner.md
2025-02-03 22:09:17 +00:00

997 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
v2024-pat-owner PatOwner PatOwner PatOwner powershellsdk
powershell
PowerShell
sdk
PatOwner
V2024PatOwner
/tools/sdk/powershell/v2024/models/pat-owner
SDK
Software Development Kit
PatOwner
V2024PatOwner

PatOwner

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] Personal access token owner's DTO type. [optional]
Id String Personal access token owner's identity ID. [optional]
Name String Personal access token owner's human-readable display name. [optional]

Examples

  • Prepare the resource
$PatOwner = Initialize-PSSailpoint.V2024PatOwner  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Support
  • Convert the resource to JSON
$PatOwner | ConvertTo-JSON

[Back to top]