Typescript SDK Type Docs
    Preparing search index...

    Interface AddAllowedOriginUpdateAction

    interface AddAllowedOriginUpdateAction {
        action: "addAllowedOrigin";
        origin: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addAllowedOrigin"

    Type of update action to be performed on the Application.

    origin: string

    Origin URL to add to the allowed origins list.