mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27: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-source-app-create-dto | SourceAppCreateDto | SourceAppCreateDto | SourceAppCreateDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-app-create-dto |
|
SourceAppCreateDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | The source app name | [required] |
| Description | String | The description of the source app | [required] |
| MatchAllAccounts | Boolean | True if the source app match all accounts | [optional] [default to $false] |
| AccountSource | SourceAppCreateDtoAccountSource | [required] |
Examples
- Prepare the resource
$SourceAppCreateDto = Initialize-V2024SourceAppCreateDto -Name my app `
-Description the source app for engineers `
-MatchAllAccounts true `
-AccountSource null
- Convert the resource to JSON
$SourceAppCreateDto | ConvertTo-JSON