Skip to main content

EntitlementDocumentAllOfSource

Properties

NameTypeDescriptionNotes
IdStringID of entitlement's source.[optional]
NameStringDisplay name of entitlement's source.[optional]
TypeStringType of object.[optional]

Examples

  • Prepare the resource
$EntitlementDocumentAllOfSource = Initialize-PSSailpoint.V2024EntitlementDocumentAllOfSource  -Id 2c91808b6e9e6fb8016eec1a2b6f7b5f `
-Name ODS-HR-Employees `
-Type SOURCE
  • Convert the resource to JSON
$EntitlementDocumentAllOfSource | ConvertTo-JSON

[Back to top]