mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13183223237
This commit is contained in:
41
docs/tools/sdk/powershell/Reference/V2024/Models/Scope.md
Normal file
41
docs/tools/sdk/powershell/Reference/V2024/Models/Scope.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: v2024-scope
|
||||
title: Scope
|
||||
pagination_label: Scope
|
||||
sidebar_label: Scope
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Scope', 'V2024Scope']
|
||||
slug: /tools/sdk/powershell/v2024/models/scope
|
||||
tags: ['SDK', 'Software Development Kit', 'Scope', 'V2024Scope']
|
||||
---
|
||||
|
||||
|
||||
# Scope
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Scope** | [**ScopeType**](scope-type) | | [optional]
|
||||
**Visibility** | [**ScopeVisibilityType**](scope-visibility-type) | | [optional]
|
||||
**ScopeFilter** | [**VisibilityCriteria**](visibility-criteria) | | [optional]
|
||||
**ScopeSelection** | [**[]Ref**](ref) | List of Identities that are assigned to the segment | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Scope = Initialize-PSSailpoint.V2024Scope -Scope null `
|
||||
-Visibility null `
|
||||
-ScopeFilter null `
|
||||
-ScopeSelection [{type=IDENTITY, id=29cb6c061da843ea8be4b3125f248f2a}, {type=IDENTITY, id=f7b1b8a35fed4fd4ad2982014e137e19}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Scope | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user