List by Action Type

Find lifecycle management datasources that support specific action types and entity relationships

Endpoint

GET /api/v1/providers/datasources/lifecycle_managers:by_action_type

Description

Returns Lifecycle Management datasources filtered by their supported action types, entity types, and relationship types. This endpoint helps you find datasources that can perform specific lifecycle management operations.

API Reference

get
Authorizations
AuthorizationstringRequired

Veza API key for authentication. Generate keys in Administration > API Keys.

Query parameters
action_typeinteger · enumOptional
entity_typestringOptional
relationship_typestringOptional
Responses
chevron-right
200

OK

application/json
get
/api/v1/providers/datasources/lifecycle_managers:by_action_type

Query Parameters

Parameter
Type
Required?
Description

action_type

integer

Optional

Filter by specific LCM action type. See Action Type Values below. See OpenAPI schemaarrow-up-right for details.

entity_type

string

Optional

Filter by entity type that the datasource can work with

relationship_type

string

Optional

Filter by relationship type that the datasource can manage

Action Type Values

Value
Name

0

NONE

1

SYNC_IDENTITIES

2

MANAGE_RELATIONSHIPS

3

CREATE_EMAIL

4

DEPROVISION_IDENTITY

5

ACCESS_PLAN

6

WRITE_BACK_EMAIL

7

PAUSE

8

SEND_NOTIFICATION

9

CUSTOM_ACTION

10

CREATE_ENTITLEMENT

11

CREATE_ACCESS_REVIEW

12

RESET_PASSWORD

13

DELETE_IDENTITY

Request Examples

Response Examples

Standard Response:

Last updated

Was this helpful?