mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-reviewable-entitlement-account-owner | ReviewableEntitlementAccountOwner | ReviewableEntitlementAccountOwner | ReviewableEntitlementAccountOwner | powershellsdk |
|
/tools/sdk/powershell/v2025/models/reviewable-entitlement-account-owner |
|
ReviewableEntitlementAccountOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The id associated with the machine account owner | [optional] |
| Type | Enum [ "IDENTITY" ] | An enumeration of the types of Owner supported within the IdentityNow infrastructure. | [optional] |
| DisplayName | String | The machine account owner's display name | [optional] |
Examples
- Prepare the resource
$ReviewableEntitlementAccountOwner = Initialize-V2025ReviewableEntitlementAccountOwner -Id 2c9180857182305e0171993737eb29e8 `
-Type IDENTITY `
-DisplayName Alison Ferguson
- Convert the resource to JSON
$ReviewableEntitlementAccountOwner | ConvertTo-JSON