mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.6 KiB
1.6 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-provisioning-config1-managed-resource-refs-inner | ProvisioningConfig1ManagedResourceRefsInner | ProvisioningConfig1ManagedResourceRefsInner | ProvisioningConfig1ManagedResourceRefsInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/provisioning-config1-managed-resource-refs-inner |
|
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