mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1009 B
1009 B
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-identity-reference | IdentityReference | IdentityReference | IdentityReference | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-reference |
|
IdentityReference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | DtoType | [optional] | |
| Id | String | Identity id | [optional] |
| Name | String | Human-readable display name of identity. | [optional] |
Examples
- Prepare the resource
$IdentityReference = Initialize-BetaIdentityReference -Type null `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Thomas Edison
- Convert the resource to JSON
$IdentityReference | ConvertTo-JSON