Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
heroku.team.getTeam
Explore with Pulumi AI
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
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(args: GetTeamArgs, opts?: InvokeOptions): Promise<GetTeamResult>
function getTeamOutput(args: GetTeamOutputArgs, opts?: InvokeOptions): Output<GetTeamResult>def get_team(name: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetTeamResult
def get_team_output(name: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetTeamResult]func GetTeam(ctx *Context, args *GetTeamArgs, opts ...InvokeOption) (*GetTeamResult, error)
func GetTeamOutput(ctx *Context, args *GetTeamOutputArgs, opts ...InvokeOption) GetTeamResultOutput> Note: This function is named GetTeam in the Go SDK.
public static class GetTeam 
{
    public static Task<GetTeamResult> InvokeAsync(GetTeamArgs args, InvokeOptions? opts = null)
    public static Output<GetTeamResult> Invoke(GetTeamInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTeamResult> getTeam(GetTeamArgs args, InvokeOptions options)
public static Output<GetTeamResult> getTeam(GetTeamArgs args, InvokeOptions options)
fn::invoke:
  function: heroku:team/getTeam:getTeam
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
 
- Name string
 
- name String
 
- name string
 
- name str
 
- name String
 
getTeam Result
The following output properties are available:
- Default bool
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Membership
Limit int - Name string
 - Provisioned
Licenses bool - Type string
 
- Default bool
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Membership
Limit int - Name string
 - Provisioned
Licenses bool - Type string
 
- default_ Boolean
 - id String
 - The provider-assigned unique ID for this managed resource.
 - membership
Limit Integer - name String
 - provisioned
Licenses Boolean - type String
 
- default boolean
 - id string
 - The provider-assigned unique ID for this managed resource.
 - membership
Limit number - name string
 - provisioned
Licenses boolean - type string
 
- default bool
 - id str
 - The provider-assigned unique ID for this managed resource.
 - membership_
limit int - name str
 - provisioned_
licenses bool - type str
 
- default Boolean
 - id String
 - The provider-assigned unique ID for this managed resource.
 - membership
Limit Number - name String
 - provisioned
Licenses Boolean - type String
 
Package Details
- Repository
 - heroku pulumiverse/pulumi-heroku
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
herokuTerraform Provider. 
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns