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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-provisioning-config-managed-resource-refs-inner | ProvisioningConfigManagedResourceRefsInner | ProvisioningConfigManagedResourceRefsInner | ProvisioningConfigManagedResourceRefsInner | powershellsdk |
|
/tools/sdk/powershell/beta/models/provisioning-config-managed-resource-refs-inner |
|
ProvisioningConfigManagedResourceRefsInner
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
$ProvisioningConfigManagedResourceRefsInner = Initialize-BetaProvisioningConfigManagedResourceRefsInner -Type SOURCE `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name My Source
- Convert the resource to JSON
$ProvisioningConfigManagedResourceRefsInner | ConvertTo-JSON