mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-non-employee-identity-reference-with-id | NonEmployeeIdentityReferenceWithId | NonEmployeeIdentityReferenceWithId | NonEmployeeIdentityReferenceWithId | powershellsdk |
|
/tools/sdk/powershell/v2024/models/non-employee-identity-reference-with-id |
|
NonEmployeeIdentityReferenceWithId
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | NonEmployeeIdentityDtoType | [optional] | |
| Id | String | Identity id | [optional] |
Examples
- Prepare the resource
$NonEmployeeIdentityReferenceWithId = Initialize-V2024NonEmployeeIdentityReferenceWithId -Type null `
-Id 5168015d32f890ca15812c9180835d2e
- Convert the resource to JSON
$NonEmployeeIdentityReferenceWithId | ConvertTo-JSON