mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-dependant-connections-missing-dto | DependantConnectionsMissingDto | DependantConnectionsMissingDto | DependantConnectionsMissingDto | pythonsdk |
|
/tools/sdk/python/v2025/models/dependant-connections-missing-dto |
|
DependantConnectionsMissingDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| dependency_type | Enum [ 'identityProfiles', 'credentialProfiles', 'mappingProfiles', 'sourceAttributes', 'dependantCustomTransforms', 'dependantApps' ] | The type of dependency type that is missing in the SourceConnections | [optional] |
| reason | str | The reason why this dependency is missing | [optional] |
| } |
Example
from sailpoint.v2025.models.dependant_connections_missing_dto import DependantConnectionsMissingDto
dependant_connections_missing_dto = DependantConnectionsMissingDto(
dependency_type='dependantApps',
reason='If there was an error retrieving any dependencies, it would lbe listed here'
)