getAccountTeamMember
# Account Team Member Data Source
The Account Team Member data source provides information about the existing Aiven Account Team Member.
Using getAccountTeamMember
function getAccountTeamMember(args: GetAccountTeamMemberArgs, opts?: InvokeOptions): Promise<GetAccountTeamMemberResult>
def get_account_team_member(accepted: Optional[bool] = None, account_id: Optional[str] = None, create_time: Optional[str] = None, invited_by_user_email: Optional[str] = None, team_id: Optional[str] = None, user_email: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetAccountTeamMemberResult
func LookupAccountTeamMember(ctx *Context, args *LookupAccountTeamMemberArgs, opts ...InvokeOption) (*LookupAccountTeamMemberResult, error)
Note: This function is named
LookupAccountTeamMember
in the Go SDK.
public static class GetAccountTeamMember {
public static Task<GetAccountTeamMemberResult> InvokeAsync(GetAccountTeamMemberArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- Account
Id string is a unique account id.
- Team
Id string is an account team id.
- 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.
- 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 is now a member of an account team.- Create
Time string time of creation.
- Invited
By stringUser Email team invited by user email.
- Account
Id string is a unique account id.
- Team
Id string is an account team id.
- 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.
- 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 is now a member of an account team.- Create
Time string time of creation.
- Invited
By stringUser Email team invited by user email.
- account
Id string is a unique account id.
- team
Id string is an account team id.
- 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.
- 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 is now a member of an account team.- create
Time string time of creation.
- invited
By stringUser Email team invited by user email.
- account_
id str is a unique account id.
- team_
id str is an account team id.
- 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.
- 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 is now a member of an account team.- create_
time str time of creation.
- invited_
by_ struser_ email team invited by user email.
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 is now a member of an account team.- Account
Id string - Create
Time string time of creation.
- Id string
The provider-assigned unique ID for this managed resource.
- Invited
By stringUser Email team invited by user email.
- Team
Id string - User
Email string
- 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 is now a member of an account team.- Account
Id string - Create
Time string time of creation.
- Id string
The provider-assigned unique ID for this managed resource.
- Invited
By stringUser Email team invited by user email.
- Team
Id string - User
Email string
- 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 is now a member of an account team.- account
Id string - create
Time string time of creation.
- id string
The provider-assigned unique ID for this managed resource.
- invited
By stringUser Email team invited by user email.
- team
Id string - user
Email string
- 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 is now a member of an account team.- account_
id str - create_
time str time of creation.
- id str
The provider-assigned unique ID for this managed resource.
- invited_
by_ struser_ email team invited by user email.
- team_
id str - user_
email str
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.