1. Packages
  2. CockroachDB Cloud
  3. API Docs
  4. getPersonUser
CockroachDB v0.2.3 published on Monday, May 27, 2024 by pulumiverse

cockroach.getPersonUser

Explore with Pulumi AI

cockroach logo
CockroachDB v0.2.3 published on Monday, May 27, 2024 by pulumiverse

    Information about an individual user.

    Using getPersonUser

    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 getPersonUser(args: GetPersonUserArgs, opts?: InvokeOptions): Promise<GetPersonUserResult>
    function getPersonUserOutput(args: GetPersonUserOutputArgs, opts?: InvokeOptions): Output<GetPersonUserResult>
    def get_person_user(email: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetPersonUserResult
    def get_person_user_output(email: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetPersonUserResult]
    func GetPersonUser(ctx *Context, args *GetPersonUserArgs, opts ...InvokeOption) (*GetPersonUserResult, error)
    func GetPersonUserOutput(ctx *Context, args *GetPersonUserOutputArgs, opts ...InvokeOption) GetPersonUserResultOutput

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

    public static class GetPersonUser 
    {
        public static Task<GetPersonUserResult> InvokeAsync(GetPersonUserArgs args, InvokeOptions? opts = null)
        public static Output<GetPersonUserResult> Invoke(GetPersonUserInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPersonUserResult> getPersonUser(GetPersonUserArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: cockroach:index/getPersonUser:getPersonUser
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Email string
    Email address used to find the User ID.
    Email string
    Email address used to find the User ID.
    email String
    Email address used to find the User ID.
    email string
    Email address used to find the User ID.
    email str
    Email address used to find the User ID.
    email String
    Email address used to find the User ID.

    getPersonUser Result

    The following output properties are available:

    Email string
    Email address used to find the User ID.
    Id string
    User ID.
    Email string
    Email address used to find the User ID.
    Id string
    User ID.
    email String
    Email address used to find the User ID.
    id String
    User ID.
    email string
    Email address used to find the User ID.
    id string
    User ID.
    email str
    Email address used to find the User ID.
    id str
    User ID.
    email String
    Email address used to find the User ID.
    id String
    User ID.

    Package Details

    Repository
    cockroach pulumiverse/pulumi-cockroach
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cockroach Terraform Provider.
    cockroach logo
    CockroachDB v0.2.3 published on Monday, May 27, 2024 by pulumiverse