mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
47
docs/tools/sdk/powershell/Reference/V3/Models/Owns.md
Normal file
47
docs/tools/sdk/powershell/Reference/V3/Models/Owns.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
id: owns
|
||||
title: Owns
|
||||
pagination_label: Owns
|
||||
sidebar_label: Owns
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Owns', 'Owns']
|
||||
slug: /tools/sdk/powershell/v3/models/owns
|
||||
tags: ['SDK', 'Software Development Kit', 'Owns', 'Owns']
|
||||
---
|
||||
|
||||
|
||||
# Owns
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Sources** | Pointer to [**[]Reference1**](reference1) | | [optional]
|
||||
**Entitlements** | Pointer to [**[]Reference1**](reference1) | | [optional]
|
||||
**AccessProfiles** | Pointer to [**[]Reference1**](reference1) | | [optional]
|
||||
**Roles** | Pointer to [**[]Reference1**](reference1) | | [optional]
|
||||
**Apps** | Pointer to [**[]Reference1**](reference1) | | [optional]
|
||||
**GovernanceGroups** | Pointer to [**[]Reference1**](reference1) | | [optional]
|
||||
**FallbackApprover** | Pointer to **Boolean** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Owns = Initialize-PSSailpoint.V3Owns -Sources null `
|
||||
-Entitlements null `
|
||||
-AccessProfiles null `
|
||||
-Roles null `
|
||||
-Apps null `
|
||||
-GovernanceGroups null `
|
||||
-FallbackApprover false
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Owns | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user