Skip to main content

Entitlement1Owner

Properties

NameTypeDescriptionNotes
IdStringThe owner id for the entitlement[optional]
NameStringThe owner name for the entitlement[optional]
TypeEnum [ "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]