IdentityProfileAllOfOwner
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Owner's object type. | [optional] | 
| Id | String | Owner's ID. | [optional] | 
| Name | String | Owner's name. | [optional] | 
Examples
- Prepare the resource
$IdentityProfileAllOfOwner = Initialize-BetaIdentityProfileAllOfOwner  -Type IDENTITY `
 -Id 2c9180835d191a86015d28455b4b232a `
 -Name William Wilson
- Convert the resource to JSON
$IdentityProfileAllOfOwner | ConvertTo-JSON