WorkgroupDto
Import this model from the entry point of its package:
import { WorkgroupDto } from '@sailpoint/angular-sdk/governance_groups';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| owner | (optional) WorkgroupDtoOwner | [default to undefined] | |
| id | (optional) string | Governance group ID. | [readonly] [default to undefined] |
| name | (optional) string | Governance group name. | [default to undefined] |
| description | (optional) string | Governance group description. | [default to undefined] |
| memberCount | (optional) number | Number of members in the governance group. | [readonly] [default to undefined] |
| connectionCount | (optional) number | Number of connections in the governance group. | [readonly] [default to undefined] |
| created | (optional) string | [default to undefined] | |
| modified | (optional) string | [default to undefined] |