Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ReviewableEntitlementAccountOwner.md
2025-02-03 22:09:17 +00:00

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
v2024-reviewable-entitlement-account-owner ReviewableEntitlementAccountOwner ReviewableEntitlementAccountOwner ReviewableEntitlementAccountOwner powershellsdk
powershell
PowerShell
sdk
ReviewableEntitlementAccountOwner
V2024ReviewableEntitlementAccountOwner
/tools/sdk/powershell/v2024/models/reviewable-entitlement-account-owner
SDK
Software Development Kit
ReviewableEntitlementAccountOwner
V2024ReviewableEntitlementAccountOwner

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-PSSailpoint.V2024ReviewableEntitlementAccountOwner  -Id 2c9180857182305e0171993737eb29e8 `
 -Type IDENTITY `
 -DisplayName Alison Ferguson
  • Convert the resource to JSON
$ReviewableEntitlementAccountOwner | ConvertTo-JSON

[Back to top]