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

    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 getGaiaShowMaestroSecurityGroups(args: GetGaiaShowMaestroSecurityGroupsArgs, opts?: InvokeOptions): Promise<GetGaiaShowMaestroSecurityGroupsResult>
    function getGaiaShowMaestroSecurityGroupsOutput(args: GetGaiaShowMaestroSecurityGroupsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowMaestroSecurityGroupsResult>
    def get_gaia_show_maestro_security_groups(debug: Optional[bool] = None,
                                              id: Optional[str] = None,
                                              include_pending_changes: Optional[bool] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetGaiaShowMaestroSecurityGroupsResult
    def get_gaia_show_maestro_security_groups_output(debug: pulumi.Input[Optional[bool]] = None,
                                              id: pulumi.Input[Optional[str]] = None,
                                              include_pending_changes: pulumi.Input[Optional[bool]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowMaestroSecurityGroupsResult]
    func GetGaiaShowMaestroSecurityGroups(ctx *Context, args *GetGaiaShowMaestroSecurityGroupsArgs, opts ...InvokeOption) (*GetGaiaShowMaestroSecurityGroupsResult, error)
    func GetGaiaShowMaestroSecurityGroupsOutput(ctx *Context, args *GetGaiaShowMaestroSecurityGroupsOutputArgs, opts ...InvokeOption) GetGaiaShowMaestroSecurityGroupsResultOutput

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

    public static class GetGaiaShowMaestroSecurityGroups 
    {
        public static Task<GetGaiaShowMaestroSecurityGroupsResult> InvokeAsync(GetGaiaShowMaestroSecurityGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowMaestroSecurityGroupsResult> Invoke(GetGaiaShowMaestroSecurityGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowMaestroSecurityGroupsResult> getGaiaShowMaestroSecurityGroups(GetGaiaShowMaestroSecurityGroupsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowMaestroSecurityGroupsResult> getGaiaShowMaestroSecurityGroups(GetGaiaShowMaestroSecurityGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowMaestroSecurityGroups:getGaiaShowMaestroSecurityGroups
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowmaestrosecuritygroups" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    IncludePendingChanges bool
    If true, show pending Security Groups changes. If false, show deployed topology
    Debug bool
    Id string
    IncludePendingChanges bool
    If true, show pending Security Groups changes. If false, show deployed topology
    debug bool
    id string
    include_pending_changes bool
    If true, show pending Security Groups changes. If false, show deployed topology
    debug Boolean
    id String
    includePendingChanges Boolean
    If true, show pending Security Groups changes. If false, show deployed topology
    debug boolean
    id string
    includePendingChanges boolean
    If true, show pending Security Groups changes. If false, show deployed topology
    debug bool
    id str
    include_pending_changes bool
    If true, show pending Security Groups changes. If false, show deployed topology
    debug Boolean
    id String
    includePendingChanges Boolean
    If true, show pending Security Groups changes. If false, show deployed topology

    getGaiaShowMaestroSecurityGroups Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowMaestroSecurityGroupsSecurityGroup

    GetGaiaShowMaestroSecurityGroupsSecurityGroupFtwConfiguration

    adminPassword String
    hostname String
    isVsx Boolean
    oneTimePassword String
    adminPassword string
    hostname string
    isVsx boolean
    oneTimePassword string
    adminPassword String
    hostname String
    isVsx Boolean
    oneTimePassword String

    GetGaiaShowMaestroSecurityGroupsSecurityGroupGateway

    GetGaiaShowMaestroSecurityGroupsSecurityGroupGatewayDownlinkPort

    OrchestratorId string
    Port string
    OrchestratorId string
    Port string
    orchestrator_id string
    port string
    orchestratorId String
    port String
    orchestratorId string
    port string
    orchestratorId String
    port String

    GetGaiaShowMaestroSecurityGroupsSecurityGroupGatewayVersion

    Major string
    Major string
    major string
    major String
    major string
    major str
    major String

    GetGaiaShowMaestroSecurityGroupsSecurityGroupInterface

    Description string
    Name string
    ResourceId string
    Vlans List<string>
    Description string
    Name string
    ResourceId string
    Vlans []string
    description string
    name string
    resource_id string
    vlans list(string)
    description String
    name String
    resourceId String
    vlans List<String>
    description string
    name string
    resourceId string
    vlans string[]
    description str
    name str
    resource_id str
    vlans Sequence[str]
    description String
    name String
    resourceId String
    vlans List<String>

    GetGaiaShowMaestroSecurityGroupsSecurityGroupMgmtConnectivity

    GetGaiaShowMaestroSecurityGroupsSecurityGroupMgmtInterfaceSetting

    GetGaiaShowMaestroSecurityGroupsSecurityGroupSite

    Description string
    ResourceId double
    Description string
    ResourceId float64
    description String
    resourceId Double
    description string
    resourceId number
    description String
    resourceId Number

    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