1. Packages
  2. Konnect Provider
  3. API Docs
  4. getCentralizedConsumerKey
konnect 2.11.0 published on Friday, Jun 27, 2025 by kong

konnect.getCentralizedConsumerKey

Explore with Pulumi AI

konnect logo
konnect 2.11.0 published on Friday, Jun 27, 2025 by kong

    Using getCentralizedConsumerKey

    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 getCentralizedConsumerKey(args: GetCentralizedConsumerKeyArgs, opts?: InvokeOptions): Promise<GetCentralizedConsumerKeyResult>
    function getCentralizedConsumerKeyOutput(args: GetCentralizedConsumerKeyOutputArgs, opts?: InvokeOptions): Output<GetCentralizedConsumerKeyResult>
    def get_centralized_consumer_key(consumer_id: Optional[str] = None,
                                     realm_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetCentralizedConsumerKeyResult
    def get_centralized_consumer_key_output(consumer_id: Optional[pulumi.Input[str]] = None,
                                     realm_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetCentralizedConsumerKeyResult]
    func LookupCentralizedConsumerKey(ctx *Context, args *LookupCentralizedConsumerKeyArgs, opts ...InvokeOption) (*LookupCentralizedConsumerKeyResult, error)
    func LookupCentralizedConsumerKeyOutput(ctx *Context, args *LookupCentralizedConsumerKeyOutputArgs, opts ...InvokeOption) LookupCentralizedConsumerKeyResultOutput

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

    public static class GetCentralizedConsumerKey 
    {
        public static Task<GetCentralizedConsumerKeyResult> InvokeAsync(GetCentralizedConsumerKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetCentralizedConsumerKeyResult> Invoke(GetCentralizedConsumerKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCentralizedConsumerKeyResult> getCentralizedConsumerKey(GetCentralizedConsumerKeyArgs args, InvokeOptions options)
    public static Output<GetCentralizedConsumerKeyResult> getCentralizedConsumerKey(GetCentralizedConsumerKeyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getCentralizedConsumerKey:getCentralizedConsumerKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConsumerId string
    RealmId string
    ConsumerId string
    RealmId string
    consumerId String
    realmId String
    consumerId string
    realmId string
    consumerId String
    realmId String

    getCentralizedConsumerKey Result

    The following output properties are available:

    ConsumerId string
    CreatedAt string
    Id string
    RealmId string
    Tags List<string>
    Type string
    ConsumerId string
    CreatedAt string
    Id string
    RealmId string
    Tags []string
    Type string
    consumerId String
    createdAt String
    id String
    realmId String
    tags List<String>
    type String
    consumerId string
    createdAt string
    id string
    realmId string
    tags string[]
    type string
    consumer_id str
    created_at str
    id str
    realm_id str
    tags Sequence[str]
    type str
    consumerId String
    createdAt String
    id String
    realmId String
    tags List<String>
    type 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.11.0 published on Friday, Jun 27, 2025 by kong