Type alias TransactionSecurityPolicy
TransactionSecurityPolicy: Metadata & { action: TransactionSecurityAction; active: boolean; apexClass?: string | null; description?: string | null; developerName?: string | null; eventName?: string | null; eventType?: string | null; executionUser?: string | null; flow?: string | null; masterLabel?: string | null; resourceName?: string | null; type?: string | null; } Type declaration
active: boolean
Optional apexClass?: string | null
Optional description?: string | null
Optional developerName?: string | null
Optional eventName?: string | null
Optional eventType?: string | null
Optional executionUser?: string | null
Optional flow?: string | null
Optional masterLabel?: string | null
Optional resourceName?: string | null
Optional type?: string | null