Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<ListProfileMappings> |
ProfileMappingApi.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).
|
List<ListProfileMappings> |
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).
|
Modifier and Type | Method and Description |
---|---|
ListProfileMappings |
ListProfileMappings.links(LinksSelf links) |
ListProfileMappings |
ListProfileMappings.source(ProfileMappingSource source) |
ListProfileMappings |
ListProfileMappings.target(ProfileMappingTarget target) |
Copyright © 2017–2023 Okta. All rights reserved.