PatOwner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "IDENTITY" ] | Personal access token owner's DTO type. | [optional] |
Id | String | Personal access token owner's identity ID. | [optional] |
Name | String | Personal access token owner's human-readable display name. | [optional] |
Examples
- Prepare the resource
$PatOwner = Initialize-PSSailpoint.V2024PatOwner -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support
- Convert the resource to JSON
$PatOwner | ConvertTo-JSON