GenericRequestApprovalConfig
Import this model from the entry point of its package:
import { GenericRequestApprovalConfig } from '@sailpoint/angular-sdk/generic_request_approval_config';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Stable identifier for this scope. Use this value on PATCH. Created on first GET if the scope was never configured. | [default to undefined] |
| targetType | GenericRequestTargetType | [default to undefined] | |
| targetId | string | Connector resource id for RESOURCE (for example aws:bedrock-agent-alias-version). Derived tenant id for GLOBAL. Not patchable. | [default to undefined] |
| approvalConfig | Map keyed by action name. RESOURCE and GLOBAL emit ACTIVATE and DEACTIVATE. DELETE_AT_SOURCE is not returned and cannot be patched. | [default to undefined] |