Skip to main content

ProvisioningConfig1ManagedResourceRefsInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]The type of object being referenced[optional]
Id[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0ID of the source[optional]
Name[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Human-readable display name of the source[optional]

Examples

  • Prepare the resource
$ProvisioningConfig1ManagedResourceRefsInner = Initialize-PSSailpoint.V2024ProvisioningConfig1ManagedResourceRefsInner  -Type SOURCE `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name My Source
  • Convert the resource to JSON
$ProvisioningConfig1ManagedResourceRefsInner | ConvertTo-JSON

[Back to top]