Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/EntitlementSourceResetBaseReferenceDto.md
2025-02-03 22:09:17 +00:00

1.4 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
v2024-entitlement-source-reset-base-reference-dto EntitlementSourceResetBaseReferenceDto EntitlementSourceResetBaseReferenceDto EntitlementSourceResetBaseReferenceDto powershellsdk
powershell
PowerShell
sdk
EntitlementSourceResetBaseReferenceDto
V2024EntitlementSourceResetBaseReferenceDto
/tools/sdk/powershell/v2024/models/entitlement-source-reset-base-reference-dto
SDK
Software Development Kit
EntitlementSourceResetBaseReferenceDto
V2024EntitlementSourceResetBaseReferenceDto

EntitlementSourceResetBaseReferenceDto

Properties

Name Type Description Notes
Type String The DTO type [optional]
Id String The task ID of the object to which this reference applies [optional]
Name String Human-readable display name of the object to which this reference applies [optional]

Examples

  • Prepare the resource
$EntitlementSourceResetBaseReferenceDto = Initialize-PSSailpoint.V2024EntitlementSourceResetBaseReferenceDto  -Type TASK_RESULT `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name Entitlement Source Reset
  • Convert the resource to JSON
$EntitlementSourceResetBaseReferenceDto | ConvertTo-JSON

[Back to top]