mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-search-schedule-recipients-inner | SearchScheduleRecipientsInner | SearchScheduleRecipientsInner | SearchScheduleRecipientsInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/search-schedule-recipients-inner |
|
SearchScheduleRecipientsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | The type of object being referenced | [required] |
| Id | String | The ID of the referenced object | [required] |
Examples
- Prepare the resource
$SearchScheduleRecipientsInner = Initialize-PSSailpoint.V2024SearchScheduleRecipientsInner -Type IDENTITY `
-Id 2c9180867624cbd7017642d8c8c81f67
- Convert the resource to JSON
$SearchScheduleRecipientsInner | ConvertTo-JSON