1. Packages
  2. CTFd Provider
  3. API Docs
  4. getBrackets
CTFd v2.2.0 published on Sunday, May 4, 2025 by CTFer.io

ctfd.getBrackets

Explore with Pulumi AI

ctfd logo
CTFd v2.2.0 published on Sunday, May 4, 2025 by CTFer.io

    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 dictionary

    getBrackets Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Users []GetBracketsUser
    id String
    The ID of this resource.
    users List<GetBracketsUser>
    id string
    The ID of this resource.
    users GetBracketsUser[]
    id str
    The ID of this resource.
    users Sequence[GetBracketsUser]
    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 ctfd Terraform Provider.
    ctfd logo
    CTFd v2.2.0 published on Sunday, May 4, 2025 by CTFer.io