Skip to main content

SearchScheduleRecipientsInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]The type of object being referenced[required]
IdStringThe ID of the referenced object[required]

Examples

  • Prepare the resource
$SearchScheduleRecipientsInner = Initialize-PSSailpoint.V2024SearchScheduleRecipientsInner  -Type IDENTITY `
-Id 2c9180867624cbd7017642d8c8c81f67
  • Convert the resource to JSON
$SearchScheduleRecipientsInner | ConvertTo-JSON

[Back to top]