mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: scheduled-search-all-of-owner
|
||||
title: ScheduledSearchAllOfOwner
|
||||
pagination_label: ScheduledSearchAllOfOwner
|
||||
sidebar_label: ScheduledSearchAllOfOwner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ScheduledSearchAllOfOwner']
|
||||
slug: /tools/sdk/powershell/v3/models/scheduled-search-all-of-owner
|
||||
tags: ['SDK', 'Software Development Kit', 'ScheduledSearchAllOfOwner']
|
||||
---
|
||||
|
||||
|
||||
# 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
|
||||
```powershell
|
||||
$ScheduledSearchAllOfOwner = Initialize-PSSailpoint.V3ScheduledSearchAllOfOwner -Type IDENTITY `
|
||||
-Id 2c9180867624cbd7017642d8c8c81f67
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ScheduledSearchAllOfOwner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user