Skip to main content

OwnerReferenceDto

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
$OwnerReferenceDto = Initialize-PSSailpoint.V2024OwnerReferenceDto  -Id 2a2fdacca5e345f18bf7970cfbb8fec2 `
-Name identity 1 `
-Type IDENTITY
  • Convert the resource to JSON
$OwnerReferenceDto | ConvertTo-JSON

[Back to top]