Aiven v6.25.0 published on Friday, Sep 27, 2024 by Pulumi
aiven.getAccountTeamMember
Explore with Pulumi AI
The Account Team Member data source provides information about the existing Aiven Account Team Member.
Using getAccountTeamMember
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 getAccountTeamMember(args: GetAccountTeamMemberArgs, opts?: InvokeOptions): Promise<GetAccountTeamMemberResult>
function getAccountTeamMemberOutput(args: GetAccountTeamMemberOutputArgs, opts?: InvokeOptions): Output<GetAccountTeamMemberResult>
def get_account_team_member(account_id: Optional[str] = None,
team_id: Optional[str] = None,
user_email: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountTeamMemberResult
def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = None,
team_id: Optional[pulumi.Input[str]] = None,
user_email: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountTeamMemberResult]
func LookupAccountTeamMember(ctx *Context, args *LookupAccountTeamMemberArgs, opts ...InvokeOption) (*LookupAccountTeamMemberResult, error)
func LookupAccountTeamMemberOutput(ctx *Context, args *LookupAccountTeamMemberOutputArgs, opts ...InvokeOption) LookupAccountTeamMemberResultOutput
> Note: This function is named LookupAccountTeamMember
in the Go SDK.
public static class GetAccountTeamMember
{
public static Task<GetAccountTeamMemberResult> InvokeAsync(GetAccountTeamMemberArgs args, InvokeOptions? opts = null)
public static Output<GetAccountTeamMemberResult> Invoke(GetAccountTeamMemberInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountTeamMemberResult> getAccountTeamMember(GetAccountTeamMemberArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aiven:index/getAccountTeamMember:getAccountTeamMember
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - The unique account id. Changing this property forces recreation of the resource.
- Team
Id string - An account team id. Changing this property forces recreation of the resource.
- User
Email string - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- Account
Id string - The unique account id. Changing this property forces recreation of the resource.
- Team
Id string - An account team id. Changing this property forces recreation of the resource.
- User
Email string - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- account
Id String - The unique account id. Changing this property forces recreation of the resource.
- team
Id String - An account team id. Changing this property forces recreation of the resource.
- user
Email String - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- account
Id string - The unique account id. Changing this property forces recreation of the resource.
- team
Id string - An account team id. Changing this property forces recreation of the resource.
- user
Email string - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- account_
id str - The unique account id. Changing this property forces recreation of the resource.
- team_
id str - An account team id. Changing this property forces recreation of the resource.
- user_
email str - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- account
Id String - The unique account id. Changing this property forces recreation of the resource.
- team
Id String - An account team id. Changing this property forces recreation of the resource.
- user
Email String - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
getAccountTeamMember Result
The following output properties are available:
- Accepted bool
- is a boolean flag that determines whether an invitation was accepted or not by the user.
false
value means that the invitation was sent to the user but not yet accepted.true
means that the user accepted the invitation and now a member of an account team. - Account
Id string - The unique account id. Changing this property forces recreation of the resource.
- Create
Time string - Time of creation
- Id string
- The provider-assigned unique ID for this managed resource.
- Invited
By stringUser Email - The email address that invited this user.
- Team
Id string - An account team id. Changing this property forces recreation of the resource.
- User
Email string - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- Accepted bool
- is a boolean flag that determines whether an invitation was accepted or not by the user.
false
value means that the invitation was sent to the user but not yet accepted.true
means that the user accepted the invitation and now a member of an account team. - Account
Id string - The unique account id. Changing this property forces recreation of the resource.
- Create
Time string - Time of creation
- Id string
- The provider-assigned unique ID for this managed resource.
- Invited
By stringUser Email - The email address that invited this user.
- Team
Id string - An account team id. Changing this property forces recreation of the resource.
- User
Email string - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- accepted Boolean
- is a boolean flag that determines whether an invitation was accepted or not by the user.
false
value means that the invitation was sent to the user but not yet accepted.true
means that the user accepted the invitation and now a member of an account team. - account
Id String - The unique account id. Changing this property forces recreation of the resource.
- create
Time String - Time of creation
- id String
- The provider-assigned unique ID for this managed resource.
- invited
By StringUser Email - The email address that invited this user.
- team
Id String - An account team id. Changing this property forces recreation of the resource.
- user
Email String - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- accepted boolean
- is a boolean flag that determines whether an invitation was accepted or not by the user.
false
value means that the invitation was sent to the user but not yet accepted.true
means that the user accepted the invitation and now a member of an account team. - account
Id string - The unique account id. Changing this property forces recreation of the resource.
- create
Time string - Time of creation
- id string
- The provider-assigned unique ID for this managed resource.
- invited
By stringUser Email - The email address that invited this user.
- team
Id string - An account team id. Changing this property forces recreation of the resource.
- user
Email string - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- accepted bool
- is a boolean flag that determines whether an invitation was accepted or not by the user.
false
value means that the invitation was sent to the user but not yet accepted.true
means that the user accepted the invitation and now a member of an account team. - account_
id str - The unique account id. Changing this property forces recreation of the resource.
- create_
time str - Time of creation
- id str
- The provider-assigned unique ID for this managed resource.
- invited_
by_ struser_ email - The email address that invited this user.
- team_
id str - An account team id. Changing this property forces recreation of the resource.
- user_
email str - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
- accepted Boolean
- is a boolean flag that determines whether an invitation was accepted or not by the user.
false
value means that the invitation was sent to the user but not yet accepted.true
means that the user accepted the invitation and now a member of an account team. - account
Id String - The unique account id. Changing this property forces recreation of the resource.
- create
Time String - Time of creation
- id String
- The provider-assigned unique ID for this managed resource.
- invited
By StringUser Email - The email address that invited this user.
- team
Id String - An account team id. Changing this property forces recreation of the resource.
- user
Email String - Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.