mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
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-owner | WorkgroupDtoOwner | WorkgroupDtoOwner | WorkgroupDtoOwner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/workgroup-dto-owner |
|
WorkgroupDtoOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Owner's DTO type. | [optional] |
| Id | String | Owner's identity ID. | [optional] |
| Name | String | Owner's name. | [optional] |
| DisplayName | String | The display name of the identity | [optional] [readonly] |
| EmailAddress | String | The primary email address of the identity | [optional] [readonly] |
Examples
- Prepare the resource
$WorkgroupDtoOwner = Initialize-PSSailpoint.V2024WorkgroupDtoOwner -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support `
-DisplayName Support `
-EmailAddress support@sailpoint.com
- Convert the resource to JSON
$WorkgroupDtoOwner | ConvertTo-JSON