Uses of Class
com.okta.sdk.resource.model.ListProfileMappings
-
Uses of ListProfileMappings in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionProfileMappingApi.listProfileMappings
(String after, Integer limit, String sourceId, String targetId) List all Profile Mappings Lists all profile mappings in your organization with [pagination](https://developer.okta.com/docs/api/#pagination).ProfileMappingApi.listProfileMappings
(String after, Integer limit, String sourceId, String targetId, Map<String, String> additionalHeaders) List all Profile Mappings Lists all profile mappings in your organization with [pagination](https://developer.okta.com/docs/api/#pagination). -
Uses of ListProfileMappings in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionListProfileMappings.source
(ProfileMappingSource source) ListProfileMappings.target
(ProfileMappingTarget target)