Anchorage API reference
    Preparing search index...

    Type Alias TrustedAutomationPrincipal

    TrustedAutomationPrincipal: AutomatedExecutionPrincipal & {
        "[TRUSTED_AUTOMATION]": true;
    }

    An automated principal that trusted platform code vouched for. The only kind accepted by ApprovalService.createAsPrincipal and supersedeStaleAsPrincipal.