Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/EntitlementOwner.md
2025-04-01 09:23:12 -04:00

1.0 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
v2025-entitlement-owner EntitlementOwner EntitlementOwner EntitlementOwner powershellsdk
powershell
PowerShell
sdk
EntitlementOwner
V2025EntitlementOwner
/tools/sdk/powershell/v2025/models/entitlement-owner
SDK
Software Development Kit
EntitlementOwner
V2025EntitlementOwner

EntitlementOwner

Properties

Name Type Description Notes
Id String The identity ID [optional]
Type Enum [ "IDENTITY" ] The type of object [optional]
Name String The display name of the identity [optional]

Examples

  • Prepare the resource
$EntitlementOwner = Initialize-PSSailpoint.V2025EntitlementOwner  -Id 2c9180827ca885d7017ca8ce28a000eb `
 -Type IDENTITY `
 -Name john.doe
  • Convert the resource to JSON
$EntitlementOwner | ConvertTo-JSON

[Back to top]