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-update-detail |
UpdateDetail |
UpdateDetail |
UpdateDetail |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| UpdateDetail |
| V2024UpdateDetail |
|
/tools/sdk/powershell/v2024/models/update-detail |
| SDK |
| Software Development Kit |
| UpdateDetail |
| V2024UpdateDetail |
|
UpdateDetail
Properties
| Name |
Type |
Description |
Notes |
| Message |
Pointer to String |
The detailed message for an update. Typically the relevent error message when status is error. |
[optional] |
| ScriptName |
Pointer to String |
The connector script name |
[optional] |
| UpdatedFiles |
Pointer to []String |
The list of updated files supported by the connector |
[optional] |
| Status |
Pointer to Enum [ "ERROR", "UPDATED", "UNCHANGED", "SKIPPED" ] |
The connector update status |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]