konnect 2.11.0 published on Friday, Jun 27, 2025 by kong
konnect.getCentralizedConsumerKey
Explore with Pulumi AI
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:
- Consumer
Id string - Realm
Id string
- Consumer
Id string - Realm
Id string
- consumer
Id String - realm
Id String
- consumer
Id string - realm
Id string
- consumer_
id str - realm_
id str
- consumer
Id String - realm
Id String
getCentralizedConsumerKey Result
The following output properties are available:
- Consumer
Id string - Created
At string - Id string
- Realm
Id string - List<string>
- Type string
- Consumer
Id string - Created
At string - Id string
- Realm
Id string - []string
- Type string
- consumer
Id String - created
At String - id String
- realm
Id String - List<String>
- type String
- consumer
Id string - created
At string - id string
- realm
Id string - string[]
- type string
- consumer_
id str - created_
at str - id str
- realm_
id str - Sequence[str]
- type str
- consumer
Id String - created
At String - id String
- realm
Id String - List<String>
- type String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.