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

konnect.getGatewayPluginAcl

Explore with Pulumi AI

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

    Using getGatewayPluginAcl

    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 getGatewayPluginAcl(args: GetGatewayPluginAclArgs, opts?: InvokeOptions): Promise<GetGatewayPluginAclResult>
    function getGatewayPluginAclOutput(args: GetGatewayPluginAclOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginAclResult>
    def get_gateway_plugin_acl(control_plane_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetGatewayPluginAclResult
    def get_gateway_plugin_acl_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginAclResult]
    func LookupGatewayPluginAcl(ctx *Context, args *LookupGatewayPluginAclArgs, opts ...InvokeOption) (*LookupGatewayPluginAclResult, error)
    func LookupGatewayPluginAclOutput(ctx *Context, args *LookupGatewayPluginAclOutputArgs, opts ...InvokeOption) LookupGatewayPluginAclResultOutput

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

    public static class GetGatewayPluginAcl 
    {
        public static Task<GetGatewayPluginAclResult> InvokeAsync(GetGatewayPluginAclArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginAclResult> Invoke(GetGatewayPluginAclInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginAclResult> getGatewayPluginAcl(GetGatewayPluginAclArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginAclResult> getGatewayPluginAcl(GetGatewayPluginAclArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginAcl:getGatewayPluginAcl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginAcl Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginAclConfig

    Allows List<string>
    Arbitrary group names that are allowed to consume the service or route. One of config.allow or config.deny must be specified.
    AlwaysUseAuthenticatedGroups bool
    If enabled (true), the authenticated groups will always be used even when an authenticated consumer already exists. If the authenticated groups don't exist, it will fallback to use the groups associated with the consumer. By default the authenticated groups will only be used when there is no consumer or the consumer is anonymous.
    Denies List<string>
    Arbitrary group names that are not allowed to consume the service or route. One of config.allow or config.deny must be specified.
    HideGroupsHeader bool
    If enabled (true), prevents the X-Consumer-Groups header from being sent in the request to the upstream service.
    IncludeConsumerGroups bool
    If enabled (true), allows the consumer-groups to be used in the allow|deny fields
    Allows []string
    Arbitrary group names that are allowed to consume the service or route. One of config.allow or config.deny must be specified.
    AlwaysUseAuthenticatedGroups bool
    If enabled (true), the authenticated groups will always be used even when an authenticated consumer already exists. If the authenticated groups don't exist, it will fallback to use the groups associated with the consumer. By default the authenticated groups will only be used when there is no consumer or the consumer is anonymous.
    Denies []string
    Arbitrary group names that are not allowed to consume the service or route. One of config.allow or config.deny must be specified.
    HideGroupsHeader bool
    If enabled (true), prevents the X-Consumer-Groups header from being sent in the request to the upstream service.
    IncludeConsumerGroups bool
    If enabled (true), allows the consumer-groups to be used in the allow|deny fields
    allows List<String>
    Arbitrary group names that are allowed to consume the service or route. One of config.allow or config.deny must be specified.
    alwaysUseAuthenticatedGroups Boolean
    If enabled (true), the authenticated groups will always be used even when an authenticated consumer already exists. If the authenticated groups don't exist, it will fallback to use the groups associated with the consumer. By default the authenticated groups will only be used when there is no consumer or the consumer is anonymous.
    denies List<String>
    Arbitrary group names that are not allowed to consume the service or route. One of config.allow or config.deny must be specified.
    hideGroupsHeader Boolean
    If enabled (true), prevents the X-Consumer-Groups header from being sent in the request to the upstream service.
    includeConsumerGroups Boolean
    If enabled (true), allows the consumer-groups to be used in the allow|deny fields
    allows string[]
    Arbitrary group names that are allowed to consume the service or route. One of config.allow or config.deny must be specified.
    alwaysUseAuthenticatedGroups boolean
    If enabled (true), the authenticated groups will always be used even when an authenticated consumer already exists. If the authenticated groups don't exist, it will fallback to use the groups associated with the consumer. By default the authenticated groups will only be used when there is no consumer or the consumer is anonymous.
    denies string[]
    Arbitrary group names that are not allowed to consume the service or route. One of config.allow or config.deny must be specified.
    hideGroupsHeader boolean
    If enabled (true), prevents the X-Consumer-Groups header from being sent in the request to the upstream service.
    includeConsumerGroups boolean
    If enabled (true), allows the consumer-groups to be used in the allow|deny fields
    allows Sequence[str]
    Arbitrary group names that are allowed to consume the service or route. One of config.allow or config.deny must be specified.
    always_use_authenticated_groups bool
    If enabled (true), the authenticated groups will always be used even when an authenticated consumer already exists. If the authenticated groups don't exist, it will fallback to use the groups associated with the consumer. By default the authenticated groups will only be used when there is no consumer or the consumer is anonymous.
    denies Sequence[str]
    Arbitrary group names that are not allowed to consume the service or route. One of config.allow or config.deny must be specified.
    hide_groups_header bool
    If enabled (true), prevents the X-Consumer-Groups header from being sent in the request to the upstream service.
    include_consumer_groups bool
    If enabled (true), allows the consumer-groups to be used in the allow|deny fields
    allows List<String>
    Arbitrary group names that are allowed to consume the service or route. One of config.allow or config.deny must be specified.
    alwaysUseAuthenticatedGroups Boolean
    If enabled (true), the authenticated groups will always be used even when an authenticated consumer already exists. If the authenticated groups don't exist, it will fallback to use the groups associated with the consumer. By default the authenticated groups will only be used when there is no consumer or the consumer is anonymous.
    denies List<String>
    Arbitrary group names that are not allowed to consume the service or route. One of config.allow or config.deny must be specified.
    hideGroupsHeader Boolean
    If enabled (true), prevents the X-Consumer-Groups header from being sent in the request to the upstream service.
    includeConsumerGroups Boolean
    If enabled (true), allows the consumer-groups to be used in the allow|deny fields

    GetGatewayPluginAclOrdering

    GetGatewayPluginAclOrderingAfter

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

    GetGatewayPluginAclOrderingBefore

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

    GetGatewayPluginAclRoute

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

    GetGatewayPluginAclService

    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