mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
type: object
|
|
title: Object Mapping Response
|
|
properties:
|
|
objectMappingId:
|
|
type: string
|
|
description: Id of the object mapping
|
|
example: 3d6e0144-963f-4bd6-8d8d-d77b4e507ce4
|
|
objectType:
|
|
type: string
|
|
description: Type of the object the mapping value applies to
|
|
example: IDENTITY
|
|
enum:
|
|
- ACCESS_PROFILE
|
|
- ACCESS_REQUEST_CONFIG
|
|
- ATTR_SYNC_SOURCE_CONFIG
|
|
- AUTH_ORG
|
|
- CAMPAIGN_FILTER
|
|
- ENTITLEMENT
|
|
- FORM_DEFINITION
|
|
- GOVERNANCE_GROUP
|
|
- IDENTITY
|
|
- IDENTITY_OBJECT_CONFIG
|
|
- IDENTITY_PROFILE
|
|
- LIFECYCLE_STATE
|
|
- NOTIFICATION_TEMPLATE
|
|
- PASSWORD_POLICY
|
|
- PASSWORD_SYNC_GROUP
|
|
- PUBLIC_IDENTITIES_CONFIG
|
|
- ROLE
|
|
- RULE
|
|
- SEGMENT
|
|
- SERVICE_DESK_INTEGRATION
|
|
- SOD_POLICY
|
|
- SOURCE
|
|
- TAG
|
|
- TRANSFORM
|
|
- TRIGGER_SUBSCRIPTION
|
|
- WORKFLOW
|
|
jsonPath:
|
|
type: string
|
|
description: JSONPath expression denoting the path within the object where the mapping value should be applied
|
|
example: $.name
|
|
sourceValue:
|
|
type: string
|
|
description: Original value at the jsonPath location within the object
|
|
example: My Governance Group Name
|
|
targetValue:
|
|
type: string
|
|
description: Value to be assigned at the jsonPath location within the object
|
|
example: My New Governance Group Name
|
|
enabled:
|
|
type: boolean
|
|
description: Whether or not this object mapping is enabled
|
|
default: false
|
|
example: false
|
|
created:
|
|
type: string
|
|
description: Object mapping creation timestamp
|
|
example: 2024-03-19T23:18:53.732Z
|
|
modified:
|
|
type: string
|
|
description: Object mapping latest update timestamp
|
|
example: 2024-03-19T23:18:53.732Z |