Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Owns.md
2025-02-03 22:09:17 +00:00

1.2 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-owns Owns Owns Owns powershellsdk
powershell
PowerShell
sdk
Owns
V2024Owns
/tools/sdk/powershell/v2024/models/owns
SDK
Software Development Kit
Owns
V2024Owns

Owns

Properties

Name Type Description Notes
Sources []Reference1 [optional]
Entitlements []Reference1 [optional]
AccessProfiles []Reference1 [optional]
Roles []Reference1 [optional]
Apps []Reference1 [optional]
GovernanceGroups []Reference1 [optional]
FallbackApprover Boolean [optional]

Examples

  • Prepare the resource
$Owns = Initialize-PSSailpoint.V2024Owns  -Sources null `
 -Entitlements null `
 -AccessProfiles null `
 -Roles null `
 -Apps null `
 -GovernanceGroups null `
 -FallbackApprover false
  • Convert the resource to JSON
$Owns | ConvertTo-JSON

[Back to top]