mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-entitlement-source-reset-base-reference-dto | EntitlementSourceResetBaseReferenceDto | EntitlementSourceResetBaseReferenceDto | EntitlementSourceResetBaseReferenceDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/entitlement-source-reset-base-reference-dto |
|
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-BetaEntitlementSourceResetBaseReferenceDto -Type TASK_RESULT `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Entitlement Source Reset
- Convert the resource to JSON
$EntitlementSourceResetBaseReferenceDto | ConvertTo-JSON