Skip to main content

WorkgroupDtoOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Owner's DTO type.[optional]
IdStringOwner's identity ID.[optional]
NameStringOwner's name.[optional]
DisplayNameStringThe display name of the identity[optional] [readonly]
EmailAddressStringThe primary email address of the identity[optional] [readonly]

Examples

  • Prepare the resource
$WorkgroupDtoOwner = Initialize-PSSailpoint.BetaWorkgroupDtoOwner  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support `
-DisplayName Support `
-EmailAddress support@sailpoint.com
  • Convert the resource to JSON
$WorkgroupDtoOwner | ConvertTo-JSON

[Back to top]