Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/Owns.md
2025-02-03 22:09:17 +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
owns Owns Owns Owns powershellsdk
powershell
PowerShell
sdk
Owns
Owns
/tools/sdk/powershell/v3/models/owns
SDK
Software Development Kit
Owns
Owns

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.V3Owns  -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]