Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/EntitlementOwner.md
2025-03-05 21:21:24 +00:00

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

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.V3EntitlementOwner  -Id 2c9180827ca885d7017ca8ce28a000eb `
 -Type IDENTITY `
 -Name john.doe
  • Convert the resource to JSON
$EntitlementOwner | ConvertTo-JSON

[Back to top]