1. Packages
  2. Turso Provider
  3. API Docs
  4. getGroupToken
turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev

turso.getGroupToken

Explore with Pulumi AI

turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev

Using getGroupToken

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 getGroupToken(args: GetGroupTokenArgs, opts?: InvokeOptions): Promise<GetGroupTokenResult>
function getGroupTokenOutput(args: GetGroupTokenOutputArgs, opts?: InvokeOptions): Output<GetGroupTokenResult>
Copy
def get_group_token(authorization: Optional[str] = None,
                    expiration: Optional[str] = None,
                    id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetGroupTokenResult
def get_group_token_output(authorization: Optional[pulumi.Input[str]] = None,
                    expiration: Optional[pulumi.Input[str]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetGroupTokenResult]
Copy
func GetGroupToken(ctx *Context, args *GetGroupTokenArgs, opts ...InvokeOption) (*GetGroupTokenResult, error)
func GetGroupTokenOutput(ctx *Context, args *GetGroupTokenOutputArgs, opts ...InvokeOption) GetGroupTokenResultOutput
Copy

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

public static class GetGroupToken 
{
    public static Task<GetGroupTokenResult> InvokeAsync(GetGroupTokenArgs args, InvokeOptions? opts = null)
    public static Output<GetGroupTokenResult> Invoke(GetGroupTokenInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGroupTokenResult> getGroupToken(GetGroupTokenArgs args, InvokeOptions options)
public static Output<GetGroupTokenResult> getGroupToken(GetGroupTokenArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: turso:index/getGroupToken:getGroupToken
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The name of the group.
Authorization string
Authorization level for the token (full-access or read-only).
Expiration string
Expiration time for the token (e.g., 2w1d30m).
Id This property is required. string
The name of the group.
Authorization string
Authorization level for the token (full-access or read-only).
Expiration string
Expiration time for the token (e.g., 2w1d30m).
id This property is required. String
The name of the group.
authorization String
Authorization level for the token (full-access or read-only).
expiration String
Expiration time for the token (e.g., 2w1d30m).
id This property is required. string
The name of the group.
authorization string
Authorization level for the token (full-access or read-only).
expiration string
Expiration time for the token (e.g., 2w1d30m).
id This property is required. str
The name of the group.
authorization str
Authorization level for the token (full-access or read-only).
expiration str
Expiration time for the token (e.g., 2w1d30m).
id This property is required. String
The name of the group.
authorization String
Authorization level for the token (full-access or read-only).
expiration String
Expiration time for the token (e.g., 2w1d30m).

getGroupToken Result

The following output properties are available:

Authorization string
Authorization level for the token (full-access or read-only).
Expiration string
Expiration time for the token (e.g., 2w1d30m).
Id string
The name of the group.
Jwt string
The generated authorization token (JWT).
Authorization string
Authorization level for the token (full-access or read-only).
Expiration string
Expiration time for the token (e.g., 2w1d30m).
Id string
The name of the group.
Jwt string
The generated authorization token (JWT).
authorization String
Authorization level for the token (full-access or read-only).
expiration String
Expiration time for the token (e.g., 2w1d30m).
id String
The name of the group.
jwt String
The generated authorization token (JWT).
authorization string
Authorization level for the token (full-access or read-only).
expiration string
Expiration time for the token (e.g., 2w1d30m).
id string
The name of the group.
jwt string
The generated authorization token (JWT).
authorization str
Authorization level for the token (full-access or read-only).
expiration str
Expiration time for the token (e.g., 2w1d30m).
id str
The name of the group.
jwt str
The generated authorization token (JWT).
authorization String
Authorization level for the token (full-access or read-only).
expiration String
Expiration time for the token (e.g., 2w1d30m).
id String
The name of the group.
jwt String
The generated authorization token (JWT).

Package Details

Repository
turso celest-dev/terraform-provider-turso
License
Notes
This Pulumi package is based on the turso Terraform Provider.
turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev