turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev
turso.getGroupToken
Explore with Pulumi AI
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>
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]
func GetGroupToken(ctx *Context, args *GetGroupTokenArgs, opts ...InvokeOption) (*GetGroupTokenResult, error)
func GetGroupTokenOutput(ctx *Context, args *GetGroupTokenOutputArgs, opts ...InvokeOption) GetGroupTokenResultOutput
> 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)
}
public static CompletableFuture<GetGroupTokenResult> getGroupToken(GetGroupTokenArgs args, InvokeOptions options)
public static Output<GetGroupTokenResult> getGroupToken(GetGroupTokenArgs args, InvokeOptions options)
fn::invoke:
function: turso:index/getGroupToken:getGroupToken
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The name of the group.
- 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.
- 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.
- 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.
- string
- Authorization level for the token (full-access or read-only).
- expiration string
- Expiration time for the token (e.g., 2w1d30m).
- id str
- The name of the group.
- str
- Authorization level for the token (full-access or read-only).
- expiration str
- Expiration time for the token (e.g., 2w1d30m).
- id String
- The name of the group.
- 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:
- 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).
- 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).
- 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).
- 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).
- 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).
- 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.