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

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
v2024-identity-manager-ref IdentityManagerRef IdentityManagerRef IdentityManagerRef powershellsdk
powershell
PowerShell
sdk
IdentityManagerRef
V2024IdentityManagerRef
/tools/sdk/powershell/v2024/models/identity-manager-ref
SDK
Software Development Kit
IdentityManagerRef
V2024IdentityManagerRef

IdentityManagerRef

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] DTO type of identity's manager [optional]
Id String ID of identity's manager [optional]
Name String Human-readable display name of identity's manager [optional]

Examples

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

[Back to top]