Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnection ¶ added in v0.8.0
func GetConnection( ctx context.Context, client *tenant.Client, connectionID string, ) (*connection.GetConnectionResponse, error)
Types ¶
type GetCmd ¶
type GetCmd struct { AccessToken bool `xor:"group" help:"access token" group:"properties"` TenantID bool `xor:"group" help:"tenant ID" group:"properties"` AuthorizerAPIKey bool `xor:"group" help:"authorizer API key" group:"properties"` DecisionLogsKey bool `xor:"group" help:"decision logs key" group:"properties"` Token bool `xor:"group" help:"token" hidden:"" group:"properties"` }
Click to show internal directories.
Click to hide internal directories.