Typescript SDK Type Docs
    Preparing search index...

    Interface SetAllowedOriginsUpdateAction

    interface SetAllowedOriginsUpdateAction {
        action: "setAllowedOrigins";
        allowedOrigins: AllowedOrigins;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAllowedOrigins"

    Type of update action to be performed on the Application.

    allowedOrigins: AllowedOrigins

    New allowed origins configuration.