GradientEdge CDK Utils
    Preparing search index...

    Properties for creating a Zero Trust Access Custom Page

    interface ZeroTrustAccessCustomPageProps {
        accountId?: Input<string>;
        customHtml: Input<string>;
        name: Input<string>;
        type: Input<string>;
    }

    Hierarchy

    • ZeroTrustAccessCustomPageArgs
      • ZeroTrustAccessCustomPageProps
    Index

    Properties

    accountId?: Input<string>

    Identifier.

    customHtml: Input<string>

    Custom page HTML.

    name: Input<string>

    Custom page name.

    type: Input<string>

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