1. Packages
  2. Aiven Provider
  3. API Docs
  4. getAccountTeam
Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi

aiven.getAccountTeam

Explore with Pulumi AI

Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi

The Account Team data source provides information about the existing Account Team.

!> Teams have been deprecated and are being migrated to groups On 30 September 2024 the Account Owners team will transition to super admin. Super admin have full access to the organization. The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions. From 4 November 2024 you won’t be able to create new teams or update existing ones. Existing teams will be migrated to groups after this date. On 2 December 2024 all teams will be deleted and the teams feature will be completely removed. View the migration guide for more information on the changes and migrating to groups.

Important You can’t delete the Account Owners team. Deleting all other teams in your organization will disable the teams feature. You won’t be able to create new teams or access your Account Owners team.

Using getAccountTeam

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 getAccountTeam(args: GetAccountTeamArgs, opts?: InvokeOptions): Promise<GetAccountTeamResult>
function getAccountTeamOutput(args: GetAccountTeamOutputArgs, opts?: InvokeOptions): Output<GetAccountTeamResult>
Copy
def get_account_team(account_id: Optional[str] = None,
                     name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetAccountTeamResult
def get_account_team_output(account_id: Optional[pulumi.Input[str]] = None,
                     name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetAccountTeamResult]
Copy
func LookupAccountTeam(ctx *Context, args *LookupAccountTeamArgs, opts ...InvokeOption) (*LookupAccountTeamResult, error)
func LookupAccountTeamOutput(ctx *Context, args *LookupAccountTeamOutputArgs, opts ...InvokeOption) LookupAccountTeamResultOutput
Copy

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

public static class GetAccountTeam 
{
    public static Task<GetAccountTeamResult> InvokeAsync(GetAccountTeamArgs args, InvokeOptions? opts = null)
    public static Output<GetAccountTeamResult> Invoke(GetAccountTeamInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAccountTeamResult> getAccountTeam(GetAccountTeamArgs args, InvokeOptions options)
public static Output<GetAccountTeamResult> getAccountTeam(GetAccountTeamArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aiven:index/getAccountTeam:getAccountTeam
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId This property is required. string
The unique account id
Name This property is required. string
The account team name
AccountId This property is required. string
The unique account id
Name This property is required. string
The account team name
accountId This property is required. String
The unique account id
name This property is required. String
The account team name
accountId This property is required. string
The unique account id
name This property is required. string
The account team name
account_id This property is required. str
The unique account id
name This property is required. str
The account team name
accountId This property is required. String
The unique account id
name This property is required. String
The account team name

getAccountTeam Result

The following output properties are available:

AccountId string
The unique account id
CreateTime string
Time of creation
Id string
The provider-assigned unique ID for this managed resource.
Name string
The account team name
TeamId string
The auto-generated unique account team id
UpdateTime string
Time of last update
AccountId string
The unique account id
CreateTime string
Time of creation
Id string
The provider-assigned unique ID for this managed resource.
Name string
The account team name
TeamId string
The auto-generated unique account team id
UpdateTime string
Time of last update
accountId String
The unique account id
createTime String
Time of creation
id String
The provider-assigned unique ID for this managed resource.
name String
The account team name
teamId String
The auto-generated unique account team id
updateTime String
Time of last update
accountId string
The unique account id
createTime string
Time of creation
id string
The provider-assigned unique ID for this managed resource.
name string
The account team name
teamId string
The auto-generated unique account team id
updateTime string
Time of last update
account_id str
The unique account id
create_time str
Time of creation
id str
The provider-assigned unique ID for this managed resource.
name str
The account team name
team_id str
The auto-generated unique account team id
update_time str
Time of last update
accountId String
The unique account id
createTime String
Time of creation
id String
The provider-assigned unique ID for this managed resource.
name String
The account team name
teamId String
The auto-generated unique account team id
updateTime String
Time of last update

Package Details

Repository
Aiven pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.
Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi