Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccessItemRequestedForDto1.md
2025-05-07 14:37:48 +00:00

1.2 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-requested-for-dto1 AccessItemRequestedForDto1 AccessItemRequestedForDto1 AccessItemRequestedForDto1 powershellsdk
powershell
PowerShell
sdk
AccessItemRequestedForDto1
BetaAccessItemRequestedForDto1
/tools/sdk/powershell/beta/models/access-item-requested-for-dto1
SDK
Software Development Kit
AccessItemRequestedForDto1
BetaAccessItemRequestedForDto1

AccessItemRequestedForDto1

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] DTO type of the identity whom the access item is requested for. [optional]
Id String ID of the identity whom the access item is requested for. [optional]
Name String Name of the identity whom the access item is requested for. [optional]

Examples

  • Prepare the resource
$AccessItemRequestedForDto1 = Initialize-BetaAccessItemRequestedForDto1  -Type IDENTITY `
 -Id 2c4180a46faadee4016fb4e018c20626 `
 -Name Robert Robinson
  • Convert the resource to JSON
$AccessItemRequestedForDto1 | ConvertTo-JSON

[Back to top]