fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran
fivetran.getUser
Explore with Pulumi AI
This data source returns a user object.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const myUser = fivetran.getUser({
id: "anonymous_mystery",
});
import pulumi
import pulumi_fivetran as fivetran
my_user = fivetran.get_user(id="anonymous_mystery")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fivetran/fivetran"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fivetran.LookupUser(ctx, &fivetran.LookupUserArgs{
Id: "anonymous_mystery",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fivetran = Pulumi.Fivetran;
return await Deployment.RunAsync(() =>
{
var myUser = Fivetran.GetUser.Invoke(new()
{
Id = "anonymous_mystery",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fivetran.FivetranFunctions;
import com.pulumi.fivetran.inputs.GetUserArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var myUser = FivetranFunctions.getUser(GetUserArgs.builder()
.id("anonymous_mystery")
.build());
}
}
variables:
myUser:
fn::invoke:
function: fivetran:getUser
arguments:
id: anonymous_mystery
Using getUser
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 getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOptions): Output<GetUserResult>
def get_user(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]
func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)
func LookupUserOutput(ctx *Context, args *LookupUserOutputArgs, opts ...InvokeOption) LookupUserResultOutput
> Note: This function is named LookupUser
in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getUser:getUser
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique identifier for the user within the Fivetran system.
- Id string
- The unique identifier for the user within the Fivetran system.
- id String
- The unique identifier for the user within the Fivetran system.
- id string
- The unique identifier for the user within the Fivetran system.
- id str
- The unique identifier for the user within the Fivetran system.
- id String
- The unique identifier for the user within the Fivetran system.
getUser Result
The following output properties are available:
- Created
At string - The timestamp that the user created their Fivetran account.
- Email string
- The email address that the user has associated with their user profile.
- Family
Name string - The last name of the user.
- Given
Name string - The first name of the user.
- Id string
- The unique identifier for the user within the Fivetran system.
- Invited bool
- The field indicates whether the user has been invited to your account.
- Logged
In stringAt - The last time that the user has logged into their Fivetran account.
- Phone string
- The phone number of the user.
- Picture string
- The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
- Role string
- The role that you would like to assign to the user.
- Verified bool
- The field indicates whether the user has verified their email address in the account creation process.
- Created
At string - The timestamp that the user created their Fivetran account.
- Email string
- The email address that the user has associated with their user profile.
- Family
Name string - The last name of the user.
- Given
Name string - The first name of the user.
- Id string
- The unique identifier for the user within the Fivetran system.
- Invited bool
- The field indicates whether the user has been invited to your account.
- Logged
In stringAt - The last time that the user has logged into their Fivetran account.
- Phone string
- The phone number of the user.
- Picture string
- The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
- Role string
- The role that you would like to assign to the user.
- Verified bool
- The field indicates whether the user has verified their email address in the account creation process.
- created
At String - The timestamp that the user created their Fivetran account.
- email String
- The email address that the user has associated with their user profile.
- family
Name String - The last name of the user.
- given
Name String - The first name of the user.
- id String
- The unique identifier for the user within the Fivetran system.
- invited Boolean
- The field indicates whether the user has been invited to your account.
- logged
In StringAt - The last time that the user has logged into their Fivetran account.
- phone String
- The phone number of the user.
- picture String
- The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
- role String
- The role that you would like to assign to the user.
- verified Boolean
- The field indicates whether the user has verified their email address in the account creation process.
- created
At string - The timestamp that the user created their Fivetran account.
- email string
- The email address that the user has associated with their user profile.
- family
Name string - The last name of the user.
- given
Name string - The first name of the user.
- id string
- The unique identifier for the user within the Fivetran system.
- invited boolean
- The field indicates whether the user has been invited to your account.
- logged
In stringAt - The last time that the user has logged into their Fivetran account.
- phone string
- The phone number of the user.
- picture string
- The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
- role string
- The role that you would like to assign to the user.
- verified boolean
- The field indicates whether the user has verified their email address in the account creation process.
- created_
at str - The timestamp that the user created their Fivetran account.
- email str
- The email address that the user has associated with their user profile.
- family_
name str - The last name of the user.
- given_
name str - The first name of the user.
- id str
- The unique identifier for the user within the Fivetran system.
- invited bool
- The field indicates whether the user has been invited to your account.
- logged_
in_ strat - The last time that the user has logged into their Fivetran account.
- phone str
- The phone number of the user.
- picture str
- The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
- role str
- The role that you would like to assign to the user.
- verified bool
- The field indicates whether the user has verified their email address in the account creation process.
- created
At String - The timestamp that the user created their Fivetran account.
- email String
- The email address that the user has associated with their user profile.
- family
Name String - The last name of the user.
- given
Name String - The first name of the user.
- id String
- The unique identifier for the user within the Fivetran system.
- invited Boolean
- The field indicates whether the user has been invited to your account.
- logged
In StringAt - The last time that the user has logged into their Fivetran account.
- phone String
- The phone number of the user.
- picture String
- The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
- role String
- The role that you would like to assign to the user.
- verified Boolean
- The field indicates whether the user has verified their email address in the account creation process.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.