mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
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 |
|
/tools/sdk/powershell/v2024/models/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.V2024Owns -Sources null `
-Entitlements null `
-AccessProfiles null `
-Roles null `
-Apps null `
-GovernanceGroups null `
-FallbackApprover false
- Convert the resource to JSON
$Owns | ConvertTo-JSON