Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/EntitlementDocumentAllOfSource.md
2025-04-01 09:23:12 -04:00

1.2 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
v2025-entitlement-document-all-of-source EntitlementDocumentAllOfSource EntitlementDocumentAllOfSource EntitlementDocumentAllOfSource powershellsdk
powershell
PowerShell
sdk
EntitlementDocumentAllOfSource
V2025EntitlementDocumentAllOfSource
/tools/sdk/powershell/v2025/models/entitlement-document-all-of-source
SDK
Software Development Kit
EntitlementDocumentAllOfSource
V2025EntitlementDocumentAllOfSource

EntitlementDocumentAllOfSource

Properties

Name Type Description Notes
Id String ID of entitlement's source. [optional]
Name String Display name of entitlement's source. [optional]
Type String Type of object. [optional]

Examples

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

[Back to top]