id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| source-app-create-dto |
SourceAppCreateDto |
SourceAppCreateDto |
SourceAppCreateDto |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| SourceAppCreateDto |
|
/tools/sdk/powershell/beta/models/source-app-create-dto |
| SDK |
| Software Development Kit |
| SourceAppCreateDto |
|
SourceAppCreateDto
Properties
| Name |
Type |
Description |
Notes |
| Name |
String |
The source app name |
[required] |
| Description |
String |
The description of the source app |
[required] |
| MatchAllAccounts |
Pointer to Boolean |
True if the source app match all accounts |
[optional] [default to $false] |
| AccountSource |
SourceAppCreateDtoAccountSource |
|
[required] |
Examples
- Convert the resource to JSON
[Back to top]