Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Entitlement1Owner.md
2025-01-28 13:29:29 -05: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-entitlement1-owner Entitlement1Owner Entitlement1Owner Entitlement1Owner powershellsdk
powershell
PowerShell
sdk
Entitlement1Owner
V2024Entitlement1Owner
/tools/sdk/powershell/v2024/models/entitlement1-owner
SDK
Software Development Kit
Entitlement1Owner
V2024Entitlement1Owner

Entitlement1Owner

Properties

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

Examples

  • Prepare the resource
$Entitlement1Owner = Initialize-PSSailpoint.V2024Entitlement1Owner  -Id 2a2fdacca5e345f18bf7970cfbb8fec2 `
 -Name identity 1 `
 -Type IDENTITY
  • Convert the resource to JSON
$Entitlement1Owner | ConvertTo-JSON

[Back to top]