mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
989 B
989 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-with-id | IdentityReferenceWithId | IdentityReferenceWithId | IdentityReferenceWithId | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-reference-with-id |
|
IdentityReferenceWithId
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | DtoType | [optional] | |
| Id | String | Identity id | [optional] |
Examples
- Prepare the resource
$IdentityReferenceWithId = Initialize-BetaIdentityReferenceWithId -Type null `
-Id 5168015d32f890ca15812c9180835d2e
- Convert the resource to JSON
$IdentityReferenceWithId | ConvertTo-JSON