mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: beta-non-employee-source-lite
|
||||
title: NonEmployeeSourceLite
|
||||
pagination_label: NonEmployeeSourceLite
|
||||
sidebar_label: NonEmployeeSourceLite
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'NonEmployeeSourceLite', 'BetaNonEmployeeSourceLite']
|
||||
slug: /tools/sdk/powershell/beta/models/non-employee-source-lite
|
||||
tags: ['SDK', 'Software Development Kit', 'NonEmployeeSourceLite', 'BetaNonEmployeeSourceLite']
|
||||
---
|
||||
|
||||
|
||||
# NonEmployeeSourceLite
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Non-Employee source id. | [optional]
|
||||
**SourceId** | Pointer to **String** | Source Id associated with this non-employee source. | [optional]
|
||||
**Name** | Pointer to **String** | Source name associated with this non-employee source. | [optional]
|
||||
**Description** | Pointer to **String** | Source description associated with this non-employee source. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$NonEmployeeSourceLite = Initialize-PSSailpoint.BetaNonEmployeeSourceLite -Id a0303682-5e4a-44f7-bdc2-6ce6112549c1 `
|
||||
-SourceId 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name Retail `
|
||||
-Description Source description
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$NonEmployeeSourceLite | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user