1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getGaiaShowSystemGroups
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw

    Using getGaiaShowSystemGroups

    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 getGaiaShowSystemGroups(args: GetGaiaShowSystemGroupsArgs, opts?: InvokeOptions): Promise<GetGaiaShowSystemGroupsResult>
    function getGaiaShowSystemGroupsOutput(args: GetGaiaShowSystemGroupsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowSystemGroupsResult>
    def get_gaia_show_system_groups(debug: Optional[bool] = None,
                                    id: Optional[str] = None,
                                    member_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetGaiaShowSystemGroupsResult
    def get_gaia_show_system_groups_output(debug: pulumi.Input[Optional[bool]] = None,
                                    id: pulumi.Input[Optional[str]] = None,
                                    member_id: pulumi.Input[Optional[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowSystemGroupsResult]
    func GetGaiaShowSystemGroups(ctx *Context, args *GetGaiaShowSystemGroupsArgs, opts ...InvokeOption) (*GetGaiaShowSystemGroupsResult, error)
    func GetGaiaShowSystemGroupsOutput(ctx *Context, args *GetGaiaShowSystemGroupsOutputArgs, opts ...InvokeOption) GetGaiaShowSystemGroupsResultOutput

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

    public static class GetGaiaShowSystemGroups 
    {
        public static Task<GetGaiaShowSystemGroupsResult> InvokeAsync(GetGaiaShowSystemGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowSystemGroupsResult> Invoke(GetGaiaShowSystemGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowSystemGroupsResult> getGaiaShowSystemGroups(GetGaiaShowSystemGroupsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowSystemGroupsResult> getGaiaShowSystemGroups(GetGaiaShowSystemGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowSystemGroups:getGaiaShowSystemGroups
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowsystemgroups" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    Debug bool
    Id string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    debug bool
    id string
    member_id string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    debug Boolean
    id String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    debug boolean
    id string
    memberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    debug bool
    id str
    member_id str
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    debug Boolean
    id String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members

    getGaiaShowSystemGroups Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowSystemGroupsObject

    Gid double
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    Name string
    Users List<string>
    Gid float64
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    Name string
    Users []string
    gid number
    member_id string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    name string
    users list(string)
    gid Double
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    name String
    users List<String>
    gid number
    memberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    name string
    users string[]
    gid float
    member_id str
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    name str
    users Sequence[str]
    gid Number
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    name String
    users List<String>

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial