GradientEdge CDK Utils
    Preparing search index...
    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".