mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.3 KiB
1.3 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 | pythonsdk |
|
/tools/sdk/python/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 | object | ID of the source | [optional] |
| name | object | Human-readable display name of the source | [optional] |
| } |
Example
from sailpoint.beta.models.provisioning_config_managed_resource_refs_inner import ProvisioningConfigManagedResourceRefsInner
provisioning_config_managed_resource_refs_inner = ProvisioningConfigManagedResourceRefsInner(
type=SOURCE,
id=2c91808568c529c60168cca6f90c1313,
name=My Source
)