Typescript SDK Type Docs
    Preparing search index...

    Interface RemoveAllowedOriginUpdateAction

    interface RemoveAllowedOriginUpdateAction {
        action: "removeAllowedOrigin";
        origin: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeAllowedOrigin"

    Type of update action to be performed on the Application.

    origin: string

    Origin URL to remove from the allowed origins list.