mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-owner-reference-dto | OwnerReferenceDto | OwnerReferenceDto | OwnerReferenceDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/owner-reference-dto |
|
OwnerReferenceDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | The owner id for the entitlement | [optional] |
| Name | Pointer to String | The owner name for the entitlement | [optional] |
| Type | Pointer to Enum [ "IDENTITY" ] | The type of the owner. Initially only type IDENTITY is supported | [optional] |
Examples
- Prepare the resource
$OwnerReferenceDto = Initialize-PSSailpoint.BetaOwnerReferenceDto -Id 2a2fdacca5e345f18bf7970cfbb8fec2 `
-Name identity 1 `
-Type IDENTITY
- Convert the resource to JSON
$OwnerReferenceDto | ConvertTo-JSON