mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
---
|
||||
id: beta-source-updated
|
||||
title: SourceUpdated
|
||||
pagination_label: SourceUpdated
|
||||
sidebar_label: SourceUpdated
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SourceUpdated', 'BetaSourceUpdated']
|
||||
slug: /tools/sdk/powershell/beta/models/source-updated
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceUpdated', 'BetaSourceUpdated']
|
||||
---
|
||||
|
||||
|
||||
# SourceUpdated
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | The unique ID of the source. | [required]
|
||||
**Name** | **String** | The user friendly name of the source. | [required]
|
||||
**Type** | **String** | The connection type of the source. | [required]
|
||||
**Modified** | **System.DateTime** | The date and time the source was modified. | [required]
|
||||
**Connector** | **String** | The connector type used to connect to the source. | [required]
|
||||
**Actor** | [**SourceUpdatedActor**](source-updated-actor) | | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SourceUpdated = Initialize-PSSailpoint.BetaSourceUpdated -Id 2c9180866166b5b0016167c32ef31a66 `
|
||||
-Name Corporate Active Directory `
|
||||
-Type DIRECT_CONNECT `
|
||||
-Modified 2021-03-29T22:01:50.474Z `
|
||||
-Connector active-directory `
|
||||
-Actor null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SourceUpdated | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user