Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ConnectedObject.md
2025-02-03 22:09:17 +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
beta-connected-object ConnectedObject ConnectedObject ConnectedObject powershellsdk
powershell
PowerShell
sdk
ConnectedObject
BetaConnectedObject
/tools/sdk/powershell/beta/models/connected-object
SDK
Software Development Kit
ConnectedObject
BetaConnectedObject

ConnectedObject

Properties

Name Type Description Notes
Type ConnectedObjectType [optional]
Id String ID of the object to which this reference applies [optional]
Name String Human-readable name of Connected object [optional]
Description String Description of the Connected object. [optional]

Examples

  • Prepare the resource
$ConnectedObject = Initialize-PSSailpoint.BetaConnectedObject  -Type null `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name Employee-database-read-write `
 -Description Collection of entitlements to read/write the employee database.
  • Convert the resource to JSON
$ConnectedObject | ConvertTo-JSON

[Back to top]