GradientEdge CDK Utils
    Preparing search index...

    Interface ZeroTrustAccessShortLivedCertificateProps

    interface ZeroTrustAccessShortLivedCertificateProps {
        accountId?: Input<string>;
        appId: Input<string>;
        zoneId?: Input<string>;
    }

    Hierarchy

    • ZeroTrustAccessShortLivedCertificateArgs
      • ZeroTrustAccessShortLivedCertificateProps
    Index

    Properties

    accountId?: Input<string>

    The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

    appId: Input<string>

    UUID.

    zoneId?: Input<string>

    The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.