CTFd v2.3.0 published on Thursday, Sep 11, 2025 by CTFer.io
ctfd.getBrackets
Start a Neo task
Explain and create a ctfd.getBrackets resource
Using getBrackets
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 getBrackets(opts?: InvokeOptions): Promise<GetBracketsResult>
function getBracketsOutput(opts?: InvokeOptions): Output<GetBracketsResult>def get_brackets(opts: Optional[InvokeOptions] = None) -> GetBracketsResult
def get_brackets_output(opts: Optional[InvokeOptions] = None) -> Output[GetBracketsResult]func GetBrackets(ctx *Context, opts ...InvokeOption) (*GetBracketsResult, error)
func GetBracketsOutput(ctx *Context, opts ...InvokeOption) GetBracketsResultOutput> Note: This function is named GetBrackets in the Go SDK.
public static class GetBrackets
{
public static Task<GetBracketsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetBracketsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetBracketsResult> getBrackets(InvokeOptions options)
public static Output<GetBracketsResult> getBrackets(InvokeOptions options)
fn::invoke:
function: ctfd:index/getBrackets:getBrackets
arguments:
# arguments dictionarygetBrackets Result
The following output properties are available:
- Id string
- The ID of this resource.
- Users
List<CTFerio.
Ctfd. Outputs. Get Brackets User>
- Id string
- The ID of this resource.
- Users
[]Get
Brackets User
- id String
- The ID of this resource.
- users
List<Get
Brackets User>
- id string
- The ID of this resource.
- users
Get
Brackets User[]
- id str
- The ID of this resource.
- users
Sequence[Get
Brackets User]
- id String
- The ID of this resource.
- users List<Property Map>
Supporting Types
GetBracketsUser
- Description string
- Description that explains the goal of this bracket.
- Id string
- Identifier of the bracket, used internally to handle the CTFd corresponding object.
- Name string
- Name displayed to end-users (e.g. "Students", "Interns", "Engineers").
- Type string
- Type of the bracket, either "users" or "teams".
- Description string
- Description that explains the goal of this bracket.
- Id string
- Identifier of the bracket, used internally to handle the CTFd corresponding object.
- Name string
- Name displayed to end-users (e.g. "Students", "Interns", "Engineers").
- Type string
- Type of the bracket, either "users" or "teams".
- description String
- Description that explains the goal of this bracket.
- id String
- Identifier of the bracket, used internally to handle the CTFd corresponding object.
- name String
- Name displayed to end-users (e.g. "Students", "Interns", "Engineers").
- type String
- Type of the bracket, either "users" or "teams".
- description string
- Description that explains the goal of this bracket.
- id string
- Identifier of the bracket, used internally to handle the CTFd corresponding object.
- name string
- Name displayed to end-users (e.g. "Students", "Interns", "Engineers").
- type string
- Type of the bracket, either "users" or "teams".
- description str
- Description that explains the goal of this bracket.
- id str
- Identifier of the bracket, used internally to handle the CTFd corresponding object.
- name str
- Name displayed to end-users (e.g. "Students", "Interns", "Engineers").
- type str
- Type of the bracket, either "users" or "teams".
- description String
- Description that explains the goal of this bracket.
- id String
- Identifier of the bracket, used internally to handle the CTFd corresponding object.
- name String
- Name displayed to end-users (e.g. "Students", "Interns", "Engineers").
- type String
- Type of the bracket, either "users" or "teams".
Package Details
- Repository
- ctfd ctfer-io/pulumi-ctfd
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ctfdTerraform Provider.
