mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-access-item-owner-dto | AccessItemOwnerDto | AccessItemOwnerDto | AccessItemOwnerDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-item-owner-dto |
|
AccessItemOwnerDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "IDENTITY" ] | Access item owner's DTO type. | [optional] |
| Id | Pointer to String | Access item owner's identity ID. | [optional] |
| Name | Pointer to String | Access item owner's human-readable display name. | [optional] |
Examples
- Prepare the resource
$AccessItemOwnerDto = Initialize-PSSailpoint.BetaAccessItemOwnerDto -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support
- Convert the resource to JSON
$AccessItemOwnerDto | ConvertTo-JSON