Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Scope.md
2025-02-06 16:21:30 +00:00

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-scope Scope Scope Scope powershellsdk
powershell
PowerShell
sdk
Scope
V2024Scope
/tools/sdk/powershell/v2024/models/scope
SDK
Software Development Kit
Scope
V2024Scope

Scope

Properties

Name Type Description Notes
Scope ScopeType [optional]
Visibility ScopeVisibilityType [optional]
ScopeFilter VisibilityCriteria [optional]
ScopeSelection []Ref List of Identities that are assigned to the segment [optional]

Examples

  • Prepare the resource
$Scope = Initialize-PSSailpoint.V2024Scope  -Scope null `
 -Visibility null `
 -ScopeFilter null `
 -ScopeSelection [{type=IDENTITY, id=29cb6c061da843ea8be4b3125f248f2a}, {type=IDENTITY, id=f7b1b8a35fed4fd4ad2982014e137e19}]
  • Convert the resource to JSON
$Scope | ConvertTo-JSON

[Back to top]