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

konnect.getPortalProductVersion

Explore with Pulumi AI

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

    Using getPortalProductVersion

    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 getPortalProductVersion(args: GetPortalProductVersionArgs, opts?: InvokeOptions): Promise<GetPortalProductVersionResult>
    function getPortalProductVersionOutput(args: GetPortalProductVersionOutputArgs, opts?: InvokeOptions): Output<GetPortalProductVersionResult>
    def get_portal_product_version(portal_id: Optional[str] = None,
                                   product_version_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetPortalProductVersionResult
    def get_portal_product_version_output(portal_id: Optional[pulumi.Input[str]] = None,
                                   product_version_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetPortalProductVersionResult]
    func LookupPortalProductVersion(ctx *Context, args *LookupPortalProductVersionArgs, opts ...InvokeOption) (*LookupPortalProductVersionResult, error)
    func LookupPortalProductVersionOutput(ctx *Context, args *LookupPortalProductVersionOutputArgs, opts ...InvokeOption) LookupPortalProductVersionResultOutput

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

    public static class GetPortalProductVersion 
    {
        public static Task<GetPortalProductVersionResult> InvokeAsync(GetPortalProductVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetPortalProductVersionResult> Invoke(GetPortalProductVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPortalProductVersionResult> getPortalProductVersion(GetPortalProductVersionArgs args, InvokeOptions options)
    public static Output<GetPortalProductVersionResult> getPortalProductVersion(GetPortalProductVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getPortalProductVersion:getPortalProductVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getPortalProductVersion Result

    The following output properties are available:

    Supporting Types

    GetPortalProductVersionAuthStrategy

    ClientCredentials GetPortalProductVersionAuthStrategyClientCredentials
    Client Credential Auth strategy that the application uses.
    KeyAuth GetPortalProductVersionAuthStrategyKeyAuth
    KeyAuth Auth strategy that the application uses.
    ClientCredentials GetPortalProductVersionAuthStrategyClientCredentials
    Client Credential Auth strategy that the application uses.
    KeyAuth GetPortalProductVersionAuthStrategyKeyAuth
    KeyAuth Auth strategy that the application uses.
    clientCredentials GetPortalProductVersionAuthStrategyClientCredentials
    Client Credential Auth strategy that the application uses.
    keyAuth GetPortalProductVersionAuthStrategyKeyAuth
    KeyAuth Auth strategy that the application uses.
    clientCredentials GetPortalProductVersionAuthStrategyClientCredentials
    Client Credential Auth strategy that the application uses.
    keyAuth GetPortalProductVersionAuthStrategyKeyAuth
    KeyAuth Auth strategy that the application uses.
    client_credentials GetPortalProductVersionAuthStrategyClientCredentials
    Client Credential Auth strategy that the application uses.
    key_auth GetPortalProductVersionAuthStrategyKeyAuth
    KeyAuth Auth strategy that the application uses.
    clientCredentials Property Map
    Client Credential Auth strategy that the application uses.
    keyAuth Property Map
    KeyAuth Auth strategy that the application uses.

    GetPortalProductVersionAuthStrategyClientCredentials

    AuthMethods List<string>
    AvailableScopes List<string>
    Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.
    CredentialType string
    Id string
    The Application Auth Strategy ID.
    Name string
    AuthMethods []string
    AvailableScopes []string
    Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.
    CredentialType string
    Id string
    The Application Auth Strategy ID.
    Name string
    authMethods List<String>
    availableScopes List<String>
    Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.
    credentialType String
    id String
    The Application Auth Strategy ID.
    name String
    authMethods string[]
    availableScopes string[]
    Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.
    credentialType string
    id string
    The Application Auth Strategy ID.
    name string
    auth_methods Sequence[str]
    available_scopes Sequence[str]
    Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.
    credential_type str
    id str
    The Application Auth Strategy ID.
    name str
    authMethods List<String>
    availableScopes List<String>
    Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.
    credentialType String
    id String
    The Application Auth Strategy ID.
    name String

    GetPortalProductVersionAuthStrategyKeyAuth

    CredentialType string
    Id string
    The Application Auth Strategy ID.
    KeyNames List<string>
    Name string
    CredentialType string
    Id string
    The Application Auth Strategy ID.
    KeyNames []string
    Name string
    credentialType String
    id String
    The Application Auth Strategy ID.
    keyNames List<String>
    name String
    credentialType string
    id string
    The Application Auth Strategy ID.
    keyNames string[]
    name string
    credential_type str
    id str
    The Application Auth Strategy ID.
    key_names Sequence[str]
    name str
    credentialType String
    id String
    The Application Auth Strategy ID.
    keyNames List<String>
    name 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