mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-scheduled-search-all-of-owner | ScheduledSearchAllOfOwner | ScheduledSearchAllOfOwner | ScheduledSearchAllOfOwner | powershellsdk |
|
/tools/sdk/powershell/v2025/models/scheduled-search-all-of-owner |
|
ScheduledSearchAllOfOwner
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
$ScheduledSearchAllOfOwner = Initialize-PSSailpoint.V2025ScheduledSearchAllOfOwner -Type IDENTITY `
-Id 2c9180867624cbd7017642d8c8c81f67
- Convert the resource to JSON
$ScheduledSearchAllOfOwner | ConvertTo-JSON