konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getTeam
Explore with Pulumi AI
Using getTeam
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 getTeam(opts?: InvokeOptions): Promise<GetTeamResult>
function getTeamOutput(opts?: InvokeOptions): Output<GetTeamResult>
def get_team(opts: Optional[InvokeOptions] = None) -> GetTeamResult
def get_team_output(opts: Optional[InvokeOptions] = None) -> Output[GetTeamResult]
func LookupTeam(ctx *Context, opts ...InvokeOption) (*LookupTeamResult, error)
func LookupTeamOutput(ctx *Context, opts ...InvokeOption) LookupTeamResultOutput
> Note: This function is named LookupTeam
in the Go SDK.
public static class GetTeam
{
public static Task<GetTeamResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetTeamResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetTeamResult> getTeam(InvokeOptions options)
public static Output<GetTeamResult> getTeam(InvokeOptions options)
fn::invoke:
function: konnect:index/getTeam:getTeam
arguments:
# arguments dictionary
getTeam Result
The following output properties are available:
- Created
At string - Description string
- Id string
- Labels Dictionary<string, string>
- Name string
- System
Team bool - Updated
At string
- Created
At string - Description string
- Id string
- Labels map[string]string
- Name string
- System
Team bool - Updated
At string
- created
At String - description String
- id String
- labels Map<String,String>
- name String
- system
Team Boolean - updated
At String
- created
At string - description string
- id string
- labels {[key: string]: string}
- name string
- system
Team boolean - updated
At string
- created_
at str - description str
- id str
- labels Mapping[str, str]
- name str
- system_
team bool - updated_
at str
- created
At String - description String
- id String
- labels Map<String>
- name String
- system
Team Boolean - updated
At String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.