Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessAppsOwner.md
2025-05-07 14:37:48 +00:00

1.1 KiB

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-access-apps-owner AccessAppsOwner AccessAppsOwner AccessAppsOwner powershellsdk
powershell
PowerShell
sdk
AccessAppsOwner
V2024AccessAppsOwner
/tools/sdk/powershell/v2024/models/access-apps-owner
SDK
Software Development Kit
AccessAppsOwner
V2024AccessAppsOwner

AccessAppsOwner

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] Owner's DTO type. [optional]
Id String Owner's identity ID. [optional]
Name String Owner's display name. [optional]
Email String Owner's email. [optional]

Examples

  • Prepare the resource
$AccessAppsOwner = Initialize-V2024AccessAppsOwner  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name John Doe `
 -Email john.doe@sailpoint.com
  • Convert the resource to JSON
$AccessAppsOwner | ConvertTo-JSON

[Back to top]