planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getUser
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A PlanetScale user.
Known limitations:
- Does not work when the provider is configured with a service token.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getUser({});
export const currentUser = example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_user()
pulumi.export("currentUser", example)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/planetscale/planetscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := planetscale.GetUser(ctx, map[string]interface{}{}, nil)
if err != nil {
return err
}
ctx.Export("currentUser", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetUser.Invoke();
return new Dictionary<string, object?>
{
["currentUser"] = example,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.planetscale.PlanetscaleFunctions;
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 example = PlanetscaleFunctions.getUser();
ctx.export("currentUser", example.applyValue(getUserResult -> getUserResult));
}
}
variables:
example:
fn::invoke:
function: planetscale:getUser
arguments: {}
outputs:
currentUser: ${example}
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(opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(opts?: InvokeOptions): Output<GetUserResult>
def get_user(opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]
func GetUser(ctx *Context, opts ...InvokeOption) (*GetUserResult, error)
func GetUserOutput(ctx *Context, opts ...InvokeOption) GetUserResultOutput
> Note: This function is named GetUser
in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserResult> getUser(InvokeOptions options)
public static Output<GetUserResult> getUser(InvokeOptions options)
fn::invoke:
function: planetscale:index/getUser:getUser
arguments:
# arguments dictionary
getUser Result
The following output properties are available:
- Avatar
Url string - The URL source of the user's avatar.
- Created
At string - When the user was created.
- Default
Organization GetUser Default Organization - The default organization for the user.
- Directory
Managed bool - Whether or not the user is managed by a WorkOS directory.
- Display
Name string - The display name of the user.
- Email string
- The email of the user.
- Email
Verified bool - Whether or not the user is verified by email.
- Id string
- The ID of the user.
- Managed bool
- Whether or not the user is managed by an authentication provider.
- Name string
- The name of the user.
- Sso bool
- Whether or not the user is managed by WorkOS.
- Two
Factor boolAuth Configured - Whether or not the user has configured two factor authentication.
- Updated
At string - When the user was last updated.
- Avatar
Url string - The URL source of the user's avatar.
- Created
At string - When the user was created.
- Default
Organization GetUser Default Organization - The default organization for the user.
- Directory
Managed bool - Whether or not the user is managed by a WorkOS directory.
- Display
Name string - The display name of the user.
- Email string
- The email of the user.
- Email
Verified bool - Whether or not the user is verified by email.
- Id string
- The ID of the user.
- Managed bool
- Whether or not the user is managed by an authentication provider.
- Name string
- The name of the user.
- Sso bool
- Whether or not the user is managed by WorkOS.
- Two
Factor boolAuth Configured - Whether or not the user has configured two factor authentication.
- Updated
At string - When the user was last updated.
- avatar
Url String - The URL source of the user's avatar.
- created
At String - When the user was created.
- default
Organization GetUser Default Organization - The default organization for the user.
- directory
Managed Boolean - Whether or not the user is managed by a WorkOS directory.
- display
Name String - The display name of the user.
- email String
- The email of the user.
- email
Verified Boolean - Whether or not the user is verified by email.
- id String
- The ID of the user.
- managed Boolean
- Whether or not the user is managed by an authentication provider.
- name String
- The name of the user.
- sso Boolean
- Whether or not the user is managed by WorkOS.
- two
Factor BooleanAuth Configured - Whether or not the user has configured two factor authentication.
- updated
At String - When the user was last updated.
- avatar
Url string - The URL source of the user's avatar.
- created
At string - When the user was created.
- default
Organization GetUser Default Organization - The default organization for the user.
- directory
Managed boolean - Whether or not the user is managed by a WorkOS directory.
- display
Name string - The display name of the user.
- email string
- The email of the user.
- email
Verified boolean - Whether or not the user is verified by email.
- id string
- The ID of the user.
- managed boolean
- Whether or not the user is managed by an authentication provider.
- name string
- The name of the user.
- sso boolean
- Whether or not the user is managed by WorkOS.
- two
Factor booleanAuth Configured - Whether or not the user has configured two factor authentication.
- updated
At string - When the user was last updated.
- avatar_
url str - The URL source of the user's avatar.
- created_
at str - When the user was created.
- default_
organization GetUser Default Organization - The default organization for the user.
- directory_
managed bool - Whether or not the user is managed by a WorkOS directory.
- display_
name str - The display name of the user.
- email str
- The email of the user.
- email_
verified bool - Whether or not the user is verified by email.
- id str
- The ID of the user.
- managed bool
- Whether or not the user is managed by an authentication provider.
- name str
- The name of the user.
- sso bool
- Whether or not the user is managed by WorkOS.
- two_
factor_ boolauth_ configured - Whether or not the user has configured two factor authentication.
- updated_
at str - When the user was last updated.
- avatar
Url String - The URL source of the user's avatar.
- created
At String - When the user was created.
- default
Organization Property Map - The default organization for the user.
- directory
Managed Boolean - Whether or not the user is managed by a WorkOS directory.
- display
Name String - The display name of the user.
- email String
- The email of the user.
- email
Verified Boolean - Whether or not the user is verified by email.
- id String
- The ID of the user.
- managed Boolean
- Whether or not the user is managed by an authentication provider.
- name String
- The name of the user.
- sso Boolean
- Whether or not the user is managed by WorkOS.
- two
Factor BooleanAuth Configured - Whether or not the user has configured two factor authentication.
- updated
At String - When the user was last updated.
Supporting Types
GetUserDefaultOrganization
- created_
at str - When the organization was created.
- deleted_
at str - When the organization was last deleted.
- id str
- The ID of the organization.
- name str
- The name of the organization.
- updated_
at str - When the organization was last updated.
Package Details
- Repository
- planetscale planetscale/terraform-provider-planetscale
- License
- Notes
- This Pulumi package is based on the
planetscale
Terraform Provider.
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale