mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-identity-manager-ref | IdentityManagerRef | IdentityManagerRef | IdentityManagerRef | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-manager-ref |
|
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