BaseAccessOwner
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Owner's DTO type. | [optional] | 
| Id | String | Owner's identity ID. | [optional] | 
| Name | String | Owner's display name. | [optional] | 
| String | Owner's email. | [optional] | 
Examples
- Prepare the resource
$BaseAccessOwner = Initialize-V2025BaseAccessOwner  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Support `
 -Email cloud-support@sailpoint.com
- Convert the resource to JSON
$BaseAccessOwner | ConvertTo-JSON