AccessAppsOwner
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
$AccessAppsOwner = Initialize-PSSailpoint.V2024AccessAppsOwner -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name John Doe `
-Email john.doe@sailpoint.com
- Convert the resource to JSON
$AccessAppsOwner | ConvertTo-JSON