All URIs are relative to **
| Method | HTTP request | Description |
|---|---|---|
| getLinkedVendor | GET /api/v2/dspm/linkedVendors/{vendorId}/cloudAccounts | Get additional details of a specific third party vendor |
| getSingleLinkedVendor | GET /api/v2/dspm/linkedVendors/{vendorId} | Get the third party vendors list |
| listLinkedVendorDataStores | GET /api/v2/dspm/linkedVendors/{vendorId}/dataStores | Get the data stores associated with a third party vendor |
| listLinkedVendors | GET /api/v2/dspm/linkedVendors | Get the summary of a third party vendor |
| listTrustedAssets | GET /api/v2/dspm/linkedVendors/trustedAssets | Get a list of all the actual trusted assets |
Get additional details of a specific third party vendor
Get additional details of a specific third party vendor, such as, customer account details, sensitivities summary, and so on.
getLinkedVendor vendorId=value| Name | Type | Description | Notes |
|---|---|---|---|
| vendorId | string | The third party vendor's account ID | [default to null] |
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get the third party vendors list
Get details about a third party vendor.
getSingleLinkedVendor vendorId=value| Name | Type | Description | Notes |
|---|---|---|---|
| vendorId | string | vendor id | [default to null] |
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get the data stores associated with a third party vendor
Get a list of all the data stores that a third party vendor can access. Find out whether the data stores have sensitivities and which role can access the data stores.
listLinkedVendorDataStores vendorId=value filter=value sort=value pageSize=value nextToken=value| Name | Type | Description | Notes |
|---|---|---|---|
| vendorId | string | The third party vendor's account ID | [default to null] |
| filter | ListVendorDataStoresFilterParameter | [optional] [default to null] | |
| sort | ListLinkedVendorDataStoresSortParameter | [optional] [default to null] | |
| pageSize | integer | [optional] [default to null] | |
| nextToken | string | [optional] [default to null] |
ListLinkedVendorDataStores200Response
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get the summary of a third party vendor
Get a list of all third party vendors associated to your cloud environments (relevant for the cloud environments connected to Guardium DSPM only).
listLinkedVendorsThis endpoint does not need any parameter.
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get a list of all the actual trusted assets
Get a list of roles, buckets or service principles, and their entitled permissions associated to your cloud environments connected to Guardium DSPM.
listTrustedAssets filter=value| Name | Type | Description | Notes |
|---|---|---|---|
| filter | ListTrusteesFilterParameter | [optional] [default to null] |
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]