GradientEdge CDK Utils
    Preparing search index...
    interface ZeroTrustAccessMtlsCertificateProps {
        accountId?: Input<string>;
        associatedHostnames?: Input<Input<string>[]>;
        certificate: Input<string>;
        name: Input<string>;
        zoneId?: Input<string>;
    }

    Hierarchy

    • ZeroTrustAccessMtlsCertificateArgs
      • ZeroTrustAccessMtlsCertificateProps
    Index

    Properties

    accountId?: Input<string>

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

    associatedHostnames?: Input<Input<string>[]>

    The hostnames of the applications that will use this certificate.

    certificate: Input<string>

    The certificate content.

    name: Input<string>

    The name of the certificate.

    zoneId?: Input<string>

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