mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
37
docs/tools/sdk/powershell/Reference/V2024/Models/Selector.md
Normal file
37
docs/tools/sdk/powershell/Reference/V2024/Models/Selector.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2024-selector
|
||||
title: Selector
|
||||
pagination_label: Selector
|
||||
sidebar_label: Selector
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Selector', 'V2024Selector']
|
||||
slug: /tools/sdk/powershell/v2024/models/selector
|
||||
tags: ['SDK', 'Software Development Kit', 'Selector', 'V2024Selector']
|
||||
---
|
||||
|
||||
|
||||
# Selector
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ApplicationId** | Pointer to **String** | The application id | [optional]
|
||||
**AccountMatchConfig** | Pointer to [**SelectorAccountMatchConfig**](selector-account-match-config) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Selector = Initialize-PSSailpoint.V2024Selector -ApplicationId 2c91808874ff91550175097daaec161c" `
|
||||
-AccountMatchConfig null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Selector | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user