Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/EntitlementOwner.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
beta-entitlement-owner EntitlementOwner EntitlementOwner EntitlementOwner powershellsdk
powershell
PowerShell
sdk
EntitlementOwner
BetaEntitlementOwner
/tools/sdk/powershell/beta/models/entitlement-owner
SDK
Software Development Kit
EntitlementOwner
BetaEntitlementOwner

EntitlementOwner

Properties

Name Type Description Notes
Id String The owner id for the entitlement [optional]
Name String The owner name for the entitlement [optional]
Type Enum [ "IDENTITY" ] The type of the owner. Initially only type IDENTITY is supported [optional]

Examples

  • Prepare the resource
$EntitlementOwner = Initialize-BetaEntitlementOwner  -Id 2a2fdacca5e345f18bf7970cfbb8fec2 `
 -Name identity 1 `
 -Type IDENTITY
  • Convert the resource to JSON
$EntitlementOwner | ConvertTo-JSON

[Back to top]