1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getGlobalprotectMatchListList
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
scm logo
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi

    Retrieves a listing of config items.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // List all globalprotect match lists in the ngfw-shared folder
    const example = scm.getGlobalprotectMatchListList({
        folder: "ngfw-shared",
    });
    export const globalprotectMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
        name: item.name,
        folder: item.folder,
    } })));
    
    import pulumi
    import pulumi_scm as scm
    
    # List all globalprotect match lists in the ngfw-shared folder
    example = scm.get_globalprotect_match_list_list(folder="ngfw-shared")
    pulumi.export("globalprotectMatchListListResults", {item.id: {
        "name": item.name,
        "folder": item.folder,
    } for item in example.datas})
    
    Example coming soon!
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // List all globalprotect match lists in the ngfw-shared folder
        var example = Scm.GetGlobalprotectMatchListList.Invoke(new()
        {
            Folder = "ngfw-shared",
        });
    
        return new Dictionary<string, object?>
        {
            ["globalprotectMatchListListResults"] = .ToDictionary(item => {
                var item = item.Value;
                return item.Id;
            }, item => {
                var item = item.Value;
                return 
                {
                    { "name", item.Name },
                    { "folder", item.Folder },
                };
            }),
        };
    });
    
    Example coming soon!
    
    Example coming soon!
    

    Using getGlobalprotectMatchListList

    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 getGlobalprotectMatchListList(args: GetGlobalprotectMatchListListArgs, opts?: InvokeOptions): Promise<GetGlobalprotectMatchListListResult>
    function getGlobalprotectMatchListListOutput(args: GetGlobalprotectMatchListListOutputArgs, opts?: InvokeOptions): Output<GetGlobalprotectMatchListListResult>
    def get_globalprotect_match_list_list(device: Optional[str] = None,
                                          folder: Optional[str] = None,
                                          limit: Optional[int] = None,
                                          name: Optional[str] = None,
                                          offset: Optional[int] = None,
                                          snippet: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetGlobalprotectMatchListListResult
    def get_globalprotect_match_list_list_output(device: Optional[pulumi.Input[str]] = None,
                                          folder: Optional[pulumi.Input[str]] = None,
                                          limit: Optional[pulumi.Input[int]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          offset: Optional[pulumi.Input[int]] = None,
                                          snippet: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetGlobalprotectMatchListListResult]
    func GetGlobalprotectMatchListList(ctx *Context, args *GetGlobalprotectMatchListListArgs, opts ...InvokeOption) (*GetGlobalprotectMatchListListResult, error)
    func GetGlobalprotectMatchListListOutput(ctx *Context, args *GetGlobalprotectMatchListListOutputArgs, opts ...InvokeOption) GetGlobalprotectMatchListListResultOutput

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

    public static class GetGlobalprotectMatchListList 
    {
        public static Task<GetGlobalprotectMatchListListResult> InvokeAsync(GetGlobalprotectMatchListListArgs args, InvokeOptions? opts = null)
        public static Output<GetGlobalprotectMatchListListResult> Invoke(GetGlobalprotectMatchListListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGlobalprotectMatchListListResult> getGlobalprotectMatchListList(GetGlobalprotectMatchListListArgs args, InvokeOptions options)
    public static Output<GetGlobalprotectMatchListListResult> getGlobalprotectMatchListList(GetGlobalprotectMatchListListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getGlobalprotectMatchListList:getGlobalprotectMatchListList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getGlobalprotectMatchListList Result

    The following output properties are available:

    Datas List<GetGlobalprotectMatchListListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    The Terraform ID.
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetGlobalprotectMatchListListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    The Terraform ID.
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetGlobalprotectMatchListListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    The Terraform ID.
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetGlobalprotectMatchListListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    The Terraform ID.
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetGlobalprotectMatchListListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    The Terraform ID.
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    The Terraform ID.
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetGlobalprotectMatchListListData

    Description string
    Description of the globalprotect match list entry
    Device string
    The device in which the resource is defined
    Filter string
    Filter of the globalprotect match list entry
    Folder string
    The folder of the item. Default: Shared.
    Id string
    UUID of the resource
    Name string
    The name of the item.
    Quarantine bool
    Quarantine Flag of the globalprotect match list entry
    SendEmails List<string>
    Send Email List of the globalprotect match list entry
    SendHttps List<string>
    Send HTTP List of the globalprotect match list entry
    SendSnmptraps List<string>
    Send SNMP Trap List of the globalprotect match list entry
    SendSyslogs List<string>
    Send Sys log List of the globalprotect match list entry
    SendToPanorama bool
    Send to Panorama Flag of the globalprotect match list entry
    Snippet string
    The snippet of the item.
    Tfid string
    The Terraform ID.
    Description string
    Description of the globalprotect match list entry
    Device string
    The device in which the resource is defined
    Filter string
    Filter of the globalprotect match list entry
    Folder string
    The folder of the item. Default: Shared.
    Id string
    UUID of the resource
    Name string
    The name of the item.
    Quarantine bool
    Quarantine Flag of the globalprotect match list entry
    SendEmails []string
    Send Email List of the globalprotect match list entry
    SendHttps []string
    Send HTTP List of the globalprotect match list entry
    SendSnmptraps []string
    Send SNMP Trap List of the globalprotect match list entry
    SendSyslogs []string
    Send Sys log List of the globalprotect match list entry
    SendToPanorama bool
    Send to Panorama Flag of the globalprotect match list entry
    Snippet string
    The snippet of the item.
    Tfid string
    The Terraform ID.
    description String
    Description of the globalprotect match list entry
    device String
    The device in which the resource is defined
    filter String
    Filter of the globalprotect match list entry
    folder String
    The folder of the item. Default: Shared.
    id String
    UUID of the resource
    name String
    The name of the item.
    quarantine Boolean
    Quarantine Flag of the globalprotect match list entry
    sendEmails List<String>
    Send Email List of the globalprotect match list entry
    sendHttps List<String>
    Send HTTP List of the globalprotect match list entry
    sendSnmptraps List<String>
    Send SNMP Trap List of the globalprotect match list entry
    sendSyslogs List<String>
    Send Sys log List of the globalprotect match list entry
    sendToPanorama Boolean
    Send to Panorama Flag of the globalprotect match list entry
    snippet String
    The snippet of the item.
    tfid String
    The Terraform ID.
    description string
    Description of the globalprotect match list entry
    device string
    The device in which the resource is defined
    filter string
    Filter of the globalprotect match list entry
    folder string
    The folder of the item. Default: Shared.
    id string
    UUID of the resource
    name string
    The name of the item.
    quarantine boolean
    Quarantine Flag of the globalprotect match list entry
    sendEmails string[]
    Send Email List of the globalprotect match list entry
    sendHttps string[]
    Send HTTP List of the globalprotect match list entry
    sendSnmptraps string[]
    Send SNMP Trap List of the globalprotect match list entry
    sendSyslogs string[]
    Send Sys log List of the globalprotect match list entry
    sendToPanorama boolean
    Send to Panorama Flag of the globalprotect match list entry
    snippet string
    The snippet of the item.
    tfid string
    The Terraform ID.
    description str
    Description of the globalprotect match list entry
    device str
    The device in which the resource is defined
    filter str
    Filter of the globalprotect match list entry
    folder str
    The folder of the item. Default: Shared.
    id str
    UUID of the resource
    name str
    The name of the item.
    quarantine bool
    Quarantine Flag of the globalprotect match list entry
    send_emails Sequence[str]
    Send Email List of the globalprotect match list entry
    send_https Sequence[str]
    Send HTTP List of the globalprotect match list entry
    send_snmptraps Sequence[str]
    Send SNMP Trap List of the globalprotect match list entry
    send_syslogs Sequence[str]
    Send Sys log List of the globalprotect match list entry
    send_to_panorama bool
    Send to Panorama Flag of the globalprotect match list entry
    snippet str
    The snippet of the item.
    tfid str
    The Terraform ID.
    description String
    Description of the globalprotect match list entry
    device String
    The device in which the resource is defined
    filter String
    Filter of the globalprotect match list entry
    folder String
    The folder of the item. Default: Shared.
    id String
    UUID of the resource
    name String
    The name of the item.
    quarantine Boolean
    Quarantine Flag of the globalprotect match list entry
    sendEmails List<String>
    Send Email List of the globalprotect match list entry
    sendHttps List<String>
    Send HTTP List of the globalprotect match list entry
    sendSnmptraps List<String>
    Send SNMP Trap List of the globalprotect match list entry
    sendSyslogs List<String>
    Send Sys log List of the globalprotect match list entry
    sendToPanorama Boolean
    Send to Panorama Flag of the globalprotect match list entry
    snippet String
    The snippet of the item.
    tfid String
    The Terraform ID.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Viewing docs for Strata Cloud Manager v1.0.5
    published on Saturday, Mar 21, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.