OwnerDto
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] | 
Examples
- Prepare the resource
$OwnerDto = Initialize-BetaOwnerDto  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Support
- Convert the resource to JSON
$OwnerDto | ConvertTo-JSON