Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ApprovalIdentityOwnerOfInner.md
2025-07-30 20:42:10 +00:00

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
v2025-approval-identity-owner-of-inner ApprovalIdentityOwnerOfInner ApprovalIdentityOwnerOfInner ApprovalIdentityOwnerOfInner powershellsdk
powershell
PowerShell
sdk
ApprovalIdentityOwnerOfInner
V2025ApprovalIdentityOwnerOfInner
/tools/sdk/powershell/v2025/models/approval-identity-owner-of-inner
SDK
Software Development Kit
ApprovalIdentityOwnerOfInner
V2025ApprovalIdentityOwnerOfInner

ApprovalIdentityOwnerOfInner

Properties

Name Type Description Notes
Id String ID of the object that is owned. [optional]
Name String Name of the object that is owned. [optional]
Type String Type of the object that is owned. [optional]

Examples

  • Prepare the resource
$ApprovalIdentityOwnerOfInner = Initialize-V2025ApprovalIdentityOwnerOfInner  -Id string `
 -Name Access Request App `
 -Type APPLICATION
  • Convert the resource to JSON
$ApprovalIdentityOwnerOfInner | ConvertTo-JSON

[Back to top]