1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginXmlThreatProtection
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginXmlThreatProtection

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginXmlThreatProtection

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginXmlThreatProtection(args: GetGatewayPluginXmlThreatProtectionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginXmlThreatProtectionResult>
    function getGatewayPluginXmlThreatProtectionOutput(args: GetGatewayPluginXmlThreatProtectionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginXmlThreatProtectionResult>
    def get_gateway_plugin_xml_threat_protection(control_plane_id: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetGatewayPluginXmlThreatProtectionResult
    def get_gateway_plugin_xml_threat_protection_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginXmlThreatProtectionResult]
    func LookupGatewayPluginXmlThreatProtection(ctx *Context, args *LookupGatewayPluginXmlThreatProtectionArgs, opts ...InvokeOption) (*LookupGatewayPluginXmlThreatProtectionResult, error)
    func LookupGatewayPluginXmlThreatProtectionOutput(ctx *Context, args *LookupGatewayPluginXmlThreatProtectionOutputArgs, opts ...InvokeOption) LookupGatewayPluginXmlThreatProtectionResultOutput

    > Note: This function is named LookupGatewayPluginXmlThreatProtection in the Go SDK.

    public static class GetGatewayPluginXmlThreatProtection 
    {
        public static Task<GetGatewayPluginXmlThreatProtectionResult> InvokeAsync(GetGatewayPluginXmlThreatProtectionArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginXmlThreatProtectionResult> Invoke(GetGatewayPluginXmlThreatProtectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginXmlThreatProtectionResult> getGatewayPluginXmlThreatProtection(GetGatewayPluginXmlThreatProtectionArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginXmlThreatProtectionResult> getGatewayPluginXmlThreatProtection(GetGatewayPluginXmlThreatProtectionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginXmlThreatProtection:getGatewayPluginXmlThreatProtection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginXmlThreatProtection Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginXmlThreatProtectionConfig

    AllowDtd bool
    Indicates whether an XML Document Type Definition (DTD) section is allowed.
    AllowedContentTypes List<string>
    A list of Content-Type values with payloads that are allowed, but aren't validated.
    Attribute double
    Maximum size of the attribute value.
    BlaMaxAmplification double
    Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
    BlaThreshold double
    Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
    Buffer double
    Maximum size of the unparsed buffer (see below).
    CheckedContentTypes List<string>
    A list of Content-Type values with payloads that must be validated.
    Comment double
    Maximum size of comments.
    Document double
    Maximum size of the entire document.
    Entity double
    Maximum size of entity values in EntityDecl.
    Entityname double
    Maximum size of entity names in EntityDecl.
    Entityproperty double
    Maximum size of systemId, publicId, or notationName in EntityDecl.
    Localname double
    Maximum size of the localname. This applies to tags and attributes.
    MaxAttributes double
    Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
    MaxChildren double
    Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
    MaxDepth double
    Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
    MaxNamespaces double
    Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
    NamespaceAware bool
    If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
    Namespaceuri double
    Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
    Pidata double
    Maximum size of processing instruction data.
    Pitarget double
    Maximum size of processing instruction targets.
    Prefix double
    Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
    Text double
    Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
    AllowDtd bool
    Indicates whether an XML Document Type Definition (DTD) section is allowed.
    AllowedContentTypes []string
    A list of Content-Type values with payloads that are allowed, but aren't validated.
    Attribute float64
    Maximum size of the attribute value.
    BlaMaxAmplification float64
    Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
    BlaThreshold float64
    Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
    Buffer float64
    Maximum size of the unparsed buffer (see below).
    CheckedContentTypes []string
    A list of Content-Type values with payloads that must be validated.
    Comment float64
    Maximum size of comments.
    Document float64
    Maximum size of the entire document.
    Entity float64
    Maximum size of entity values in EntityDecl.
    Entityname float64
    Maximum size of entity names in EntityDecl.
    Entityproperty float64
    Maximum size of systemId, publicId, or notationName in EntityDecl.
    Localname float64
    Maximum size of the localname. This applies to tags and attributes.
    MaxAttributes float64
    Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
    MaxChildren float64
    Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
    MaxDepth float64
    Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
    MaxNamespaces float64
    Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
    NamespaceAware bool
    If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
    Namespaceuri float64
    Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
    Pidata float64
    Maximum size of processing instruction data.
    Pitarget float64
    Maximum size of processing instruction targets.
    Prefix float64
    Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
    Text float64
    Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
    allowDtd Boolean
    Indicates whether an XML Document Type Definition (DTD) section is allowed.
    allowedContentTypes List<String>
    A list of Content-Type values with payloads that are allowed, but aren't validated.
    attribute Double
    Maximum size of the attribute value.
    blaMaxAmplification Double
    Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
    blaThreshold Double
    Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
    buffer Double
    Maximum size of the unparsed buffer (see below).
    checkedContentTypes List<String>
    A list of Content-Type values with payloads that must be validated.
    comment Double
    Maximum size of comments.
    document Double
    Maximum size of the entire document.
    entity Double
    Maximum size of entity values in EntityDecl.
    entityname Double
    Maximum size of entity names in EntityDecl.
    entityproperty Double
    Maximum size of systemId, publicId, or notationName in EntityDecl.
    localname Double
    Maximum size of the localname. This applies to tags and attributes.
    maxAttributes Double
    Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
    maxChildren Double
    Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
    maxDepth Double
    Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
    maxNamespaces Double
    Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
    namespaceAware Boolean
    If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
    namespaceuri Double
    Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
    pidata Double
    Maximum size of processing instruction data.
    pitarget Double
    Maximum size of processing instruction targets.
    prefix Double
    Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
    text Double
    Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
    allowDtd boolean
    Indicates whether an XML Document Type Definition (DTD) section is allowed.
    allowedContentTypes string[]
    A list of Content-Type values with payloads that are allowed, but aren't validated.
    attribute number
    Maximum size of the attribute value.
    blaMaxAmplification number
    Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
    blaThreshold number
    Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
    buffer number
    Maximum size of the unparsed buffer (see below).
    checkedContentTypes string[]
    A list of Content-Type values with payloads that must be validated.
    comment number
    Maximum size of comments.
    document number
    Maximum size of the entire document.
    entity number
    Maximum size of entity values in EntityDecl.
    entityname number
    Maximum size of entity names in EntityDecl.
    entityproperty number
    Maximum size of systemId, publicId, or notationName in EntityDecl.
    localname number
    Maximum size of the localname. This applies to tags and attributes.
    maxAttributes number
    Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
    maxChildren number
    Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
    maxDepth number
    Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
    maxNamespaces number
    Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
    namespaceAware boolean
    If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
    namespaceuri number
    Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
    pidata number
    Maximum size of processing instruction data.
    pitarget number
    Maximum size of processing instruction targets.
    prefix number
    Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
    text number
    Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
    allow_dtd bool
    Indicates whether an XML Document Type Definition (DTD) section is allowed.
    allowed_content_types Sequence[str]
    A list of Content-Type values with payloads that are allowed, but aren't validated.
    attribute float
    Maximum size of the attribute value.
    bla_max_amplification float
    Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
    bla_threshold float
    Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
    buffer float
    Maximum size of the unparsed buffer (see below).
    checked_content_types Sequence[str]
    A list of Content-Type values with payloads that must be validated.
    comment float
    Maximum size of comments.
    document float
    Maximum size of the entire document.
    entity float
    Maximum size of entity values in EntityDecl.
    entityname float
    Maximum size of entity names in EntityDecl.
    entityproperty float
    Maximum size of systemId, publicId, or notationName in EntityDecl.
    localname float
    Maximum size of the localname. This applies to tags and attributes.
    max_attributes float
    Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
    max_children float
    Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
    max_depth float
    Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
    max_namespaces float
    Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
    namespace_aware bool
    If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
    namespaceuri float
    Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
    pidata float
    Maximum size of processing instruction data.
    pitarget float
    Maximum size of processing instruction targets.
    prefix float
    Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
    text float
    Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
    allowDtd Boolean
    Indicates whether an XML Document Type Definition (DTD) section is allowed.
    allowedContentTypes List<String>
    A list of Content-Type values with payloads that are allowed, but aren't validated.
    attribute Number
    Maximum size of the attribute value.
    blaMaxAmplification Number
    Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
    blaThreshold Number
    Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
    buffer Number
    Maximum size of the unparsed buffer (see below).
    checkedContentTypes List<String>
    A list of Content-Type values with payloads that must be validated.
    comment Number
    Maximum size of comments.
    document Number
    Maximum size of the entire document.
    entity Number
    Maximum size of entity values in EntityDecl.
    entityname Number
    Maximum size of entity names in EntityDecl.
    entityproperty Number
    Maximum size of systemId, publicId, or notationName in EntityDecl.
    localname Number
    Maximum size of the localname. This applies to tags and attributes.
    maxAttributes Number
    Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
    maxChildren Number
    Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
    maxDepth Number
    Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
    maxNamespaces Number
    Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
    namespaceAware Boolean
    If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
    namespaceuri Number
    Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
    pidata Number
    Maximum size of processing instruction data.
    pitarget Number
    Maximum size of processing instruction targets.
    prefix Number
    Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
    text Number
    Maximum text inside tags (counted over all adjacent text/CDATA elements combined).

    GetGatewayPluginXmlThreatProtectionConsumer

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginXmlThreatProtectionOrdering

    GetGatewayPluginXmlThreatProtectionOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginXmlThreatProtectionOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginXmlThreatProtectionRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginXmlThreatProtectionService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong