Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
SCIMResponse |
SCIMRequest.retrieveResourceType(String type)
Retrieve Single SCIM Resource Type
Retrieve a single SCIM resource type. |
SCIMResponse |
SCIMRequest.retrieveResourceTypes()
Retrieve All SCIM Resource Types
Retrieve the types of SCIM resources available. |
SCIMResponse |
SCIMRequest.retrieveSchema(String schemaId)
Retrieve Single SCIM Schema Information
Retrieve information about a single SCIM schema specification supported by a Vault SCIM service provider |
SCIMResponse |
SCIMRequest.retrieveSchemaInformation()
Retrieve All SCIM Schema Information
Retrieve information about all SCIM schema specifications supported by a Vault SCIM service provider |
SCIMResponse |
SCIMRequest.retrieveSCIMProvider()
Retrieve SCIM Provider
|
SCIMResponse |
SCIMRequest.retrieveSCIMResources(String type)
Retrieve SCIM Resources
Retrieve a single SCIM resource type. |
SCIMResponse |
SCIMRequest.retrieveSingleSCIMResource(String type,
String id)
Retrieve Single SCIM Resources
Retrieve a single SCIM resource. |
Copyright © 2021. All rights reserved.