Skip to content

Latest commit

 

History

History
189 lines (106 loc) · 5.36 KB

File metadata and controls

189 lines (106 loc) · 5.36 KB

ThirdPartyVendorsApi

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

getLinkedVendor

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.

Example

 getLinkedVendor vendorId=value

Parameters

Name Type Description Notes
vendorId string The third party vendor's account ID [default to null]

Return type

array[VendorSummary]

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

getSingleLinkedVendor

Get the third party vendors list

Get details about a third party vendor.

Example

 getSingleLinkedVendor vendorId=value

Parameters

Name Type Description Notes
vendorId string vendor id [default to null]

Return type

LinkedVendor

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

listLinkedVendorDataStores

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.

Example

 listLinkedVendorDataStores vendorId=value  filter=value  sort=value  pageSize=value  nextToken=value

Parameters

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]

Return type

ListLinkedVendorDataStores200Response

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

listLinkedVendors

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).

Example

 listLinkedVendors

Parameters

This endpoint does not need any parameter.

Return type

array[LinkedVendor]

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

listTrustedAssets

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.

Example

 listTrustedAssets  filter=value

Parameters

Name Type Description Notes
filter ListTrusteesFilterParameter [optional] [default to null]

Return type

array[Trustee]

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]