ProvisioningConfig1ManagedResourceRefsInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "SOURCE" ] | The type of object being referenced | [optional] |
Id | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | ID of the source | [optional] |
Name | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Human-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