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-export-options |
ExportOptions |
ExportOptions |
ExportOptions |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ExportOptions |
| V2024ExportOptions |
|
/tools/sdk/powershell/v2024/models/export-options |
| SDK |
| Software Development Kit |
| ExportOptions |
| V2024ExportOptions |
|
ExportOptions
Properties
| Name |
Type |
Description |
Notes |
| ExcludeTypes |
[]String |
Object type names to be excluded from an sp-config export command. |
[optional] |
| IncludeTypes |
[]String |
Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes. |
[optional] |
| ObjectOptions |
map[string]ObjectExportImportOptions |
Additional options targeting specific objects related to each item in the includeTypes field |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]