GradientEdge CDK Utils
    Preparing search index...

    Interface ZeroTrustAccessCustomPageProps

    Properties for creating a Zero Trust Access Custom Page

    interface ZeroTrustAccessCustomPageProps {
        accountId: Input<string>;
        contractVersion?: Input<number | undefined>;
        customHtml: Input<string>;
        name: Input<string>;
        type: Input<string>;
    }

    Hierarchy

    • ZeroTrustAccessCustomPageArgs
      • ZeroTrustAccessCustomPageProps
    Index
    accountId: Input<string>

    Identifier.

    contractVersion?: Input<number | undefined>

    Contract version of the page's Liquid template. Present (>= 1) marks a sanitized template; absent or 0 marks a legacy page served verbatim.

    customHtml: Input<string>

    Custom page HTML.

    name: Input<string>

    Custom page name.

    type: Input<string>

    Custom page type. Available values: "identityDenied", "forbidden", "login", "interstitial".