Skip to main content

EntitlementOwner

Properties

NameTypeDescriptionNotes
IdStringThe identity ID[optional]
TypeEnum [ "IDENTITY" ]The type of object[optional]
NameStringThe display name of the identity[optional]

Examples

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

[Back to top]