Skip to main content
List the resource types of a connected integration.
External DocumentationTo learn more, visit the Vanta documentation.

Parameters

ParameterDescription
Integration IDThe integration’s ID. Can be obtained by the List Connected Integrations action.

Example Output

[
	{
		"integrationId": "asana",
		"resourceKind": "AsanaAccount",
		"isScopable": true,
		"canUpdateDescription": true,
		"canUpdateOwner": true
	}
]

Workflow Library Example

List Integration Resource Types with Vanta and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop