vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface TransactionSecurityPolicyMetadata

    interface TransactionSecurityPolicyMetadata {
        action: TransactionSecurityAction;
        active: boolean;
        apexClass?: string;
        blockMessage?: string;
        customEmailContent?: string;
        description?: string;
        developerName?: string;
        eventName?: TransactionSecurityEventName;
        eventType?: MonitoredEvents;
        executionUser?: string;
        flow?: string;
        fullName?: string;
        masterLabel?: string;
        resourceName?: string;
        type?: TxnSecurityPolicyType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    apexClass?: string
    blockMessage?: string
    customEmailContent?: string
    description?: string
    developerName?: string
    eventType?: MonitoredEvents
    executionUser?: string
    flow?: string
    fullName?: string
    masterLabel?: string
    resourceName?: string