Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SodPolicyOwnerRef.md
2025-05-07 14:37:48 +00:00

1020 B

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-sod-policy-owner-ref SodPolicyOwnerRef SodPolicyOwnerRef SodPolicyOwnerRef powershellsdk
powershell
PowerShell
sdk
SodPolicyOwnerRef
BetaSodPolicyOwnerRef
/tools/sdk/powershell/beta/models/sod-policy-owner-ref
SDK
Software Development Kit
SodPolicyOwnerRef
BetaSodPolicyOwnerRef

SodPolicyOwnerRef

Properties

Name Type Description Notes
Type Enum [ "IDENTITY", "GOVERNANCE_GROUP" ] Owner type. [optional]
Id String Owner's ID. [optional]
Name String Owner's name. [optional]

Examples

  • Prepare the resource
$SodPolicyOwnerRef = Initialize-BetaSodPolicyOwnerRef  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Support
  • Convert the resource to JSON
$SodPolicyOwnerRef | ConvertTo-JSON

[Back to top]