Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,11 +16,11 @@ tags: ['SDK', 'Software Development Kit', 'ObjectMappingRequest', 'ObjectMapping
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ObjectType** | **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" ] | Type of the object the mapping value applies to, must be one from enum | [required]
**JsonPath** | **String** | JSONPath expression denoting the path within the object where the mapping value should be applied | [required]
**SourceValue** | **String** | Original value at the jsonPath location within the object | [required]
**TargetValue** | **String** | Value to be assigned at the jsonPath location within the object | [required]
**Enabled** | Pointer to **Boolean** | Whether or not this object mapping is enabled | [optional] [default to $false]
**ObjectType** | **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" ] | Type of the object the mapping value applies to, must be one from enum | [required]
**JsonPath** | **String** | JSONPath expression denoting the path within the object where the mapping value should be applied | [required]
**SourceValue** | **String** | Original value at the jsonPath location within the object | [required]
**TargetValue** | **String** | Value to be assigned at the jsonPath location within the object | [required]
**Enabled** | **Boolean** | Whether or not this object mapping is enabled | [optional] [default to $false]
## Examples