Skip to main content

ProvisioningConfigManagedResourceRefsInner

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
$ProvisioningConfigManagedResourceRefsInner = Initialize-PSSailpoint.BetaProvisioningConfigManagedResourceRefsInner  -Type SOURCE `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name My Source
  • Convert the resource to JSON
$ProvisioningConfigManagedResourceRefsInner | ConvertTo-JSON

[Back to top]