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-workgroup-dto |
WorkgroupDto |
WorkgroupDto |
WorkgroupDto |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| WorkgroupDto |
| V2024WorkgroupDto |
|
/tools/sdk/powershell/v2024/models/workgroup-dto |
| SDK |
| Software Development Kit |
| WorkgroupDto |
| V2024WorkgroupDto |
|
WorkgroupDto
Properties
| Name |
Type |
Description |
Notes |
| Owner |
WorkgroupDtoOwner |
|
[optional] |
| Id |
String |
Governance group ID. |
[optional] [readonly] |
| Name |
String |
Governance group name. |
[optional] |
| Description |
String |
Governance group description. |
[optional] |
| MemberCount |
Int64 |
Number of members in the governance group. |
[optional] [readonly] |
| ConnectionCount |
Int64 |
Number of connections in the governance group. |
[optional] [readonly] |
| Created |
System.DateTime |
|
[optional] |
| Modified |
System.DateTime |
|
[optional] |
Examples
- Convert the resource to JSON
[Back to top]