1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getGaiaShowUsers
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 getGaiaShowUsers

    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 getGaiaShowUsers(args: GetGaiaShowUsersArgs, opts?: InvokeOptions): Promise<GetGaiaShowUsersResult>
    function getGaiaShowUsersOutput(args: GetGaiaShowUsersOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowUsersResult>
    def get_gaia_show_users(debug: Optional[bool] = None,
                            id: Optional[str] = None,
                            member_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetGaiaShowUsersResult
    def get_gaia_show_users_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[GetGaiaShowUsersResult]
    func GetGaiaShowUsers(ctx *Context, args *GetGaiaShowUsersArgs, opts ...InvokeOption) (*GetGaiaShowUsersResult, error)
    func GetGaiaShowUsersOutput(ctx *Context, args *GetGaiaShowUsersOutputArgs, opts ...InvokeOption) GetGaiaShowUsersResultOutput

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

    public static class GetGaiaShowUsers 
    {
        public static Task<GetGaiaShowUsersResult> InvokeAsync(GetGaiaShowUsersArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowUsersResult> Invoke(GetGaiaShowUsersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowUsersResult> getGaiaShowUsers(GetGaiaShowUsersArgs args, InvokeOptions options)
    public static Output<GetGaiaShowUsersResult> getGaiaShowUsers(GetGaiaShowUsersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowUsers:getGaiaShowUsers
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowusers" "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

    getGaiaShowUsers Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowUsersObject

    AllowAccessUsings List<string>
    Homedir string
    Locked bool
    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
    MustChangePassword bool
    Name string
    PrimarySystemGroupId double
    RealName string
    RequiresTwoFactorAuthentication bool
    Roles List<string>
    SecondarySystemGroups List<GetGaiaShowUsersObjectSecondarySystemGroup>
    Shell string
    Uid double
    AllowAccessUsings []string
    Homedir string
    Locked bool
    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
    MustChangePassword bool
    Name string
    PrimarySystemGroupId float64
    RealName string
    RequiresTwoFactorAuthentication bool
    Roles []string
    SecondarySystemGroups []GetGaiaShowUsersObjectSecondarySystemGroup
    Shell string
    Uid float64
    allow_access_usings list(string)
    homedir string
    locked bool
    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
    must_change_password bool
    name string
    primary_system_group_id number
    real_name string
    requires_two_factor_authentication bool
    roles list(string)
    secondary_system_groups list(object)
    shell string
    uid number
    allowAccessUsings List<String>
    homedir String
    locked Boolean
    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
    mustChangePassword Boolean
    name String
    primarySystemGroupId Double
    realName String
    requiresTwoFactorAuthentication Boolean
    roles List<String>
    secondarySystemGroups List<GetGaiaShowUsersObjectSecondarySystemGroup>
    shell String
    uid Double
    allowAccessUsings string[]
    homedir string
    locked boolean
    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
    mustChangePassword boolean
    name string
    primarySystemGroupId number
    realName string
    requiresTwoFactorAuthentication boolean
    roles string[]
    secondarySystemGroups GetGaiaShowUsersObjectSecondarySystemGroup[]
    shell string
    uid number
    allow_access_usings Sequence[str]
    homedir str
    locked bool
    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
    must_change_password bool
    name str
    primary_system_group_id float
    real_name str
    requires_two_factor_authentication bool
    roles Sequence[str]
    secondary_system_groups Sequence[GetGaiaShowUsersObjectSecondarySystemGroup]
    shell str
    uid float
    allowAccessUsings List<String>
    homedir String
    locked Boolean
    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
    mustChangePassword Boolean
    name String
    primarySystemGroupId Number
    realName String
    requiresTwoFactorAuthentication Boolean
    roles List<String>
    secondarySystemGroups List<Property Map>
    shell String
    uid Number

    GetGaiaShowUsersObjectSecondarySystemGroup

    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