Databricks SDK for JavaScript
    Preparing search index...

    Interface IngressNetworkPolicy_PublicIngressRule

    An ingress rule is enforced when a request satisfies all specified attributes — including request origin, destination, and authentication.

    interface IngressNetworkPolicy_PublicIngressRule {
        authentication?: IngressNetworkPolicy_Authentication;
        destination?: IngressNetworkPolicy_RequestDestination;
        label?: string;
        origin?: IngressNetworkPolicy_PublicRequestOrigin;
    }
    Index

    Properties

    label?: string

    The label for this ingress rule.