Uses of Class
com.okta.sdk.resource.model.ProfileMappingRequest
Packages that use ProfileMappingRequest
- 
Uses of ProfileMappingRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type ProfileMappingRequestModifier and TypeMethodDescriptionProfileMappingApi.updateProfileMapping(String mappingId, ProfileMappingRequest profileMapping) Update a Profile Mapping Updates an existing profile mapping by adding, updating, or removing one or many property mappingsProfileMappingApi.updateProfileMapping(String mappingId, ProfileMappingRequest profileMapping, Map<String, String> additionalHeaders) Update a Profile Mapping Updates an existing profile mapping by adding, updating, or removing one or many property mappings - 
Uses of ProfileMappingRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ProfileMappingRequestModifier and TypeMethodDescriptionProfileMappingRequest.properties(Map<String, ProfileMappingProperty> properties) ProfileMappingRequest.putpropertiesItem(String key, ProfileMappingProperty propertiesItem)