konnect.getPortalList
Explore with Pulumi AI
PortalList DataSource
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as konnect from "@pulumi/konnect";
const myPortallist = konnect.getPortalList({
pageNumber: 1,
pageSize: 10,
sort: "...my_sort...",
});
import pulumi
import pulumi_konnect as konnect
my_portallist = konnect.get_portal_list(page_number=1,
page_size=10,
sort="...my_sort...")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/konnect/v2/konnect"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := konnect.GetPortalList(ctx, &konnect.GetPortalListArgs{
PageNumber: pulumi.Float64Ref(1),
PageSize: pulumi.Float64Ref(10),
Sort: pulumi.StringRef("...my_sort..."),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Konnect = Pulumi.Konnect;
return await Deployment.RunAsync(() =>
{
var myPortallist = Konnect.GetPortalList.Invoke(new()
{
PageNumber = 1,
PageSize = 10,
Sort = "...my_sort...",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.KonnectFunctions;
import com.pulumi.konnect.inputs.GetPortalListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var myPortallist = KonnectFunctions.getPortalList(GetPortalListArgs.builder()
.pageNumber(1)
.pageSize(10)
.sort("...my_sort...")
.build());
}
}
variables:
myPortallist:
fn::invoke:
function: konnect:getPortalList
arguments:
pageNumber: 1
pageSize: 10
sort: '...my_sort...'
Using getPortalList
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 getPortalList(args: GetPortalListArgs, opts?: InvokeOptions): Promise<GetPortalListResult>
function getPortalListOutput(args: GetPortalListOutputArgs, opts?: InvokeOptions): Output<GetPortalListResult>
def get_portal_list(page_number: Optional[float] = None,
page_size: Optional[float] = None,
sort: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPortalListResult
def get_portal_list_output(page_number: Optional[pulumi.Input[float]] = None,
page_size: Optional[pulumi.Input[float]] = None,
sort: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPortalListResult]
func GetPortalList(ctx *Context, args *GetPortalListArgs, opts ...InvokeOption) (*GetPortalListResult, error)
func GetPortalListOutput(ctx *Context, args *GetPortalListOutputArgs, opts ...InvokeOption) GetPortalListResultOutput
> Note: This function is named GetPortalList
in the Go SDK.
public static class GetPortalList
{
public static Task<GetPortalListResult> InvokeAsync(GetPortalListArgs args, InvokeOptions? opts = null)
public static Output<GetPortalListResult> Invoke(GetPortalListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPortalListResult> getPortalList(GetPortalListArgs args, InvokeOptions options)
public static Output<GetPortalListResult> getPortalList(GetPortalListArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getPortalList:getPortalList
arguments:
# arguments dictionary
The following arguments are supported:
- Page
Number double - Page
Size double - Sort string
- Page
Number float64 - Page
Size float64 - Sort string
- page
Number Double - page
Size Double - sort String
- page
Number number - page
Size number - sort string
- page_
number float - page_
size float - sort str
- page
Number Number - page
Size Number - sort String
getPortalList Result
The following output properties are available:
- Datas
List<Get
Portal List Data> - Id string
- The provider-assigned unique ID for this managed resource.
- Meta
Get
Portal List Meta - Page
Number double - Page
Size double - Sort string
- Datas
[]Get
Portal List Data - Id string
- The provider-assigned unique ID for this managed resource.
- Meta
Get
Portal List Meta - Page
Number float64 - Page
Size float64 - Sort string
- datas
List<Get
Portal List Data> - id String
- The provider-assigned unique ID for this managed resource.
- meta
Get
Portal List Meta - page
Number Double - page
Size Double - sort String
- datas
Get
Portal List Data[] - id string
- The provider-assigned unique ID for this managed resource.
- meta
Get
Portal List Meta - page
Number number - page
Size number - sort string
- datas
Sequence[Get
Portal List Data] - id str
- The provider-assigned unique ID for this managed resource.
- meta
Get
Portal List Meta - page_
number float - page_
size float - sort str
- datas List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- meta Property Map
- page
Number Number - page
Size Number - sort String
Supporting Types
GetPortalListData
- Application
Count double - Number of applications created in the portal.
- Auto
Approve boolApplications - Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin.
- Auto
Approve boolDevelopers - Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin.
- Created
At string - An ISO-8601 timestamp representation of entity creation date.
- Custom
Client stringDomain - The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available.
custom_domain
must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. - Custom
Domain string - The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API.
- Default
Application stringAuth Strategy Id - Default strategy ID applied on applications for the portal
- Default
Domain string - The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``.
- Description string
- The description of the portal.
- Developer
Count double - Number of developers using the portal.
- Display
Name string - The display name of the portal. This value will be the portal's
name
in Portal API. - Id string
- Contains a unique identifier used by the API for this resource.
- Is
Public bool - Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public.
- Labels Dictionary<string, string>
Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
- Name string
- The name of the portal, used to distinguish it from other portals. Name must be unique.
- Published
Product doubleCount - Number of api products published to the portal
- Rbac
Enabled bool - Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products.
- Updated
At string - An ISO-8601 timestamp representation of entity update date.
- Application
Count float64 - Number of applications created in the portal.
- Auto
Approve boolApplications - Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin.
- Auto
Approve boolDevelopers - Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin.
- Created
At string - An ISO-8601 timestamp representation of entity creation date.
- Custom
Client stringDomain - The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available.
custom_domain
must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. - Custom
Domain string - The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API.
- Default
Application stringAuth Strategy Id - Default strategy ID applied on applications for the portal
- Default
Domain string - The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``.
- Description string
- The description of the portal.
- Developer
Count float64 - Number of developers using the portal.
- Display
Name string - The display name of the portal. This value will be the portal's
name
in Portal API. - Id string
- Contains a unique identifier used by the API for this resource.
- Is
Public bool - Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public.
- Labels map[string]string
Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
- Name string
- The name of the portal, used to distinguish it from other portals. Name must be unique.
- Published
Product float64Count - Number of api products published to the portal
- Rbac
Enabled bool - Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products.
- Updated
At string - An ISO-8601 timestamp representation of entity update date.
- application
Count Double - Number of applications created in the portal.
- auto
Approve BooleanApplications - Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin.
- auto
Approve BooleanDevelopers - Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin.
- created
At String - An ISO-8601 timestamp representation of entity creation date.
- custom
Client StringDomain - The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available.
custom_domain
must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. - custom
Domain String - The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API.
- default
Application StringAuth Strategy Id - Default strategy ID applied on applications for the portal
- default
Domain String - The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``.
- description String
- The description of the portal.
- developer
Count Double - Number of developers using the portal.
- display
Name String - The display name of the portal. This value will be the portal's
name
in Portal API. - id String
- Contains a unique identifier used by the API for this resource.
- is
Public Boolean - Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public.
- labels Map<String,String>
Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
- name String
- The name of the portal, used to distinguish it from other portals. Name must be unique.
- published
Product DoubleCount - Number of api products published to the portal
- rbac
Enabled Boolean - Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products.
- updated
At String - An ISO-8601 timestamp representation of entity update date.
- application
Count number - Number of applications created in the portal.
- auto
Approve booleanApplications - Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin.
- auto
Approve booleanDevelopers - Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin.
- created
At string - An ISO-8601 timestamp representation of entity creation date.
- custom
Client stringDomain - The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available.
custom_domain
must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. - custom
Domain string - The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API.
- default
Application stringAuth Strategy Id - Default strategy ID applied on applications for the portal
- default
Domain string - The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``.
- description string
- The description of the portal.
- developer
Count number - Number of developers using the portal.
- display
Name string - The display name of the portal. This value will be the portal's
name
in Portal API. - id string
- Contains a unique identifier used by the API for this resource.
- is
Public boolean - Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public.
- labels {[key: string]: string}
Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
- name string
- The name of the portal, used to distinguish it from other portals. Name must be unique.
- published
Product numberCount - Number of api products published to the portal
- rbac
Enabled boolean - Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products.
- updated
At string - An ISO-8601 timestamp representation of entity update date.
- application_
count float - Number of applications created in the portal.
- auto_
approve_ boolapplications - Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin.
- auto_
approve_ booldevelopers - Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin.
- created_
at str - An ISO-8601 timestamp representation of entity creation date.
- custom_
client_ strdomain - The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available.
custom_domain
must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. - custom_
domain str - The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API.
- default_
application_ strauth_ strategy_ id - Default strategy ID applied on applications for the portal
- default_
domain str - The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``.
- description str
- The description of the portal.
- developer_
count float - Number of developers using the portal.
- display_
name str - The display name of the portal. This value will be the portal's
name
in Portal API. - id str
- Contains a unique identifier used by the API for this resource.
- is_
public bool - Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public.
- labels Mapping[str, str]
Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
- name str
- The name of the portal, used to distinguish it from other portals. Name must be unique.
- published_
product_ floatcount - Number of api products published to the portal
- rbac_
enabled bool - Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products.
- updated_
at str - An ISO-8601 timestamp representation of entity update date.
- application
Count Number - Number of applications created in the portal.
- auto
Approve BooleanApplications - Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin.
- auto
Approve BooleanDevelopers - Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin.
- created
At String - An ISO-8601 timestamp representation of entity creation date.
- custom
Client StringDomain - The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available.
custom_domain
must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. - custom
Domain String - The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API.
- default
Application StringAuth Strategy Id - Default strategy ID applied on applications for the portal
- default
Domain String - The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``.
- description String
- The description of the portal.
- developer
Count Number - Number of developers using the portal.
- display
Name String - The display name of the portal. This value will be the portal's
name
in Portal API. - id String
- Contains a unique identifier used by the API for this resource.
- is
Public Boolean - Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public.
- labels Map<String>
Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
- name String
- The name of the portal, used to distinguish it from other portals. Name must be unique.
- published
Product NumberCount - Number of api products published to the portal
- rbac
Enabled Boolean - Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products.
- updated
At String - An ISO-8601 timestamp representation of entity update date.
GetPortalListMeta
- Page
Get
Portal List Meta Page - Contains pagination query parameters and the total number of objects returned.
- Page
Get
Portal List Meta Page - Contains pagination query parameters and the total number of objects returned.
- page
Get
Portal List Meta Page - Contains pagination query parameters and the total number of objects returned.
- page
Get
Portal List Meta Page - Contains pagination query parameters and the total number of objects returned.
- page
Get
Portal List Meta Page - Contains pagination query parameters and the total number of objects returned.
- page Property Map
- Contains pagination query parameters and the total number of objects returned.
GetPortalListMetaPage
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.