Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/EntitlementDocumentAllOfSource.md
2025-01-28 13:29:29 -05:00

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

EntitlementDocumentAllOfSource

Properties

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

Examples

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

[Back to top]