1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. getApplicationList
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.getApplicationList

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    Retrieves a listing of config items.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const example = scm.getApplicationList({
        folder: "Shared",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_application_list(folder="Shared")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := scm.GetApplicationList(ctx, &scm.GetApplicationListArgs{
    			Folder: pulumi.StringRef("Shared"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Scm.GetApplicationList.Invoke(new()
        {
            Folder = "Shared",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetApplicationListArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = ScmFunctions.getApplicationList(GetApplicationListArgs.builder()
                .folder("Shared")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getApplicationList
          Arguments:
            folder: Shared
    

    Using getApplicationList

    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 getApplicationList(args: GetApplicationListArgs, opts?: InvokeOptions): Promise<GetApplicationListResult>
    function getApplicationListOutput(args: GetApplicationListOutputArgs, opts?: InvokeOptions): Output<GetApplicationListResult>
    def get_application_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) -> GetApplicationListResult
    def get_application_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[GetApplicationListResult]
    func GetApplicationList(ctx *Context, args *GetApplicationListArgs, opts ...InvokeOption) (*GetApplicationListResult, error)
    func GetApplicationListOutput(ctx *Context, args *GetApplicationListOutputArgs, opts ...InvokeOption) GetApplicationListResultOutput

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

    public static class GetApplicationList 
    {
        public static Task<GetApplicationListResult> InvokeAsync(GetApplicationListArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationListResult> Invoke(GetApplicationListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationListResult> getApplicationList(GetApplicationListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getApplicationList:getApplicationList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The Device param.
    Folder string
    The Folder param.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Name string
    The Name param.
    Offset int
    The Offset param. Default: 0.
    Snippet string
    The Snippet param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Name string
    The Name param.
    Offset int
    The Offset param. Default: 0.
    Snippet string
    The Snippet param.
    device String
    The Device param.
    folder String
    The Folder param.
    limit Integer
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name String
    The Name param.
    offset Integer
    The Offset param. Default: 0.
    snippet String
    The Snippet param.
    device string
    The Device param.
    folder string
    The Folder param.
    limit number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name string
    The Name param.
    offset number
    The Offset param. Default: 0.
    snippet string
    The Snippet param.
    device str
    The Device param.
    folder str
    The Folder param.
    limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name str
    The Name param.
    offset int
    The Offset param. Default: 0.
    snippet str
    The Snippet param.
    device String
    The Device param.
    folder String
    The Folder param.
    limit Number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name String
    The Name param.
    offset Number
    The Offset param. Default: 0.
    snippet String
    The Snippet param.

    getApplicationList Result

    The following output properties are available:

    Datas List<GetApplicationListData>
    The Data param.
    Id string
    The provider-assigned unique ID for this managed resource.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Offset int
    The Offset param. Default: 0.
    Tfid string
    Total int
    The Total param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Name string
    The Name param.
    Snippet string
    The Snippet param.
    Datas []GetApplicationListData
    The Data param.
    Id string
    The provider-assigned unique ID for this managed resource.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Offset int
    The Offset param. Default: 0.
    Tfid string
    Total int
    The Total param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Name string
    The Name param.
    Snippet string
    The Snippet param.
    datas List<GetApplicationListData>
    The Data param.
    id String
    The provider-assigned unique ID for this managed resource.
    limit Integer
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    offset Integer
    The Offset param. Default: 0.
    tfid String
    total Integer
    The Total param.
    device String
    The Device param.
    folder String
    The Folder param.
    name String
    The Name param.
    snippet String
    The Snippet param.
    datas GetApplicationListData[]
    The Data param.
    id string
    The provider-assigned unique ID for this managed resource.
    limit number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    offset number
    The Offset param. Default: 0.
    tfid string
    total number
    The Total param.
    device string
    The Device param.
    folder string
    The Folder param.
    name string
    The Name param.
    snippet string
    The Snippet param.
    datas Sequence[GetApplicationListData]
    The Data param.
    id str
    The provider-assigned unique ID for this managed resource.
    limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    offset int
    The Offset param. Default: 0.
    tfid str
    total int
    The Total param.
    device str
    The Device param.
    folder str
    The Folder param.
    name str
    The Name param.
    snippet str
    The Snippet param.
    datas List<Property Map>
    The Data param.
    id String
    The provider-assigned unique ID for this managed resource.
    limit Number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    offset Number
    The Offset param. Default: 0.
    tfid String
    total Number
    The Total param.
    device String
    The Device param.
    folder String
    The Folder param.
    name String
    The Name param.
    snippet String
    The Snippet param.

    Supporting Types

    GetApplicationListData

    AbleToTransferFile bool
    The AbleToTransferFile param.
    AlgDisableCapability string
    The AlgDisableCapability param. String length must not exceed 127 characters.
    Category string
    The Category param.
    ConsumeBigBandwidth bool
    The ConsumeBigBandwidth param.
    DataIdent bool
    The DataIdent param.
    Default GetApplicationListDataDefault
    The Default param.
    Description string
    The Description param. String length must not exceed 1023 characters.
    EvasiveBehavior bool
    The EvasiveBehavior param.
    FileTypeIdent bool
    The FileTypeIdent param.
    HasKnownVulnerability bool
    The HasKnownVulnerability param.
    Id string
    UUID of the resource.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    NoAppidCaching bool
    The NoAppidCaching param.
    ParentApp string
    The ParentApp param. String length must not exceed 127 characters.
    PervasiveUse bool
    The PervasiveUse param.
    ProneToMisuse bool
    The ProneToMisuse param.
    Risk int
    The Risk param. Value must be between 1 and 5.
    Signatures List<GetApplicationListDataSignature>
    The Signatures param.
    Subcategory string
    The Subcategory param. String length must not exceed 63 characters.
    TcpHalfClosedTimeout int
    timeout for half-close session in seconds. Value must be between 1 and 604800.
    TcpTimeWaitTimeout int
    timeout for session in time_wait state in seconds. Value must be between 1 and 600.
    TcpTimeout int
    timeout in seconds. Value must be between 0 and 604800.
    Technology string
    The Technology param. String length must not exceed 63 characters.
    Timeout int
    timeout in seconds. Value must be between 0 and 604800.
    TunnelApplications bool
    The TunnelApplications param.
    TunnelOtherApplication bool
    The TunnelOtherApplication param.
    UdpTimeout int
    timeout in seconds. Value must be between 0 and 604800.
    UsedByMalware bool
    The UsedByMalware param.
    VirusIdent bool
    The VirusIdent param.
    AbleToTransferFile bool
    The AbleToTransferFile param.
    AlgDisableCapability string
    The AlgDisableCapability param. String length must not exceed 127 characters.
    Category string
    The Category param.
    ConsumeBigBandwidth bool
    The ConsumeBigBandwidth param.
    DataIdent bool
    The DataIdent param.
    Default GetApplicationListDataDefault
    The Default param.
    Description string
    The Description param. String length must not exceed 1023 characters.
    EvasiveBehavior bool
    The EvasiveBehavior param.
    FileTypeIdent bool
    The FileTypeIdent param.
    HasKnownVulnerability bool
    The HasKnownVulnerability param.
    Id string
    UUID of the resource.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    NoAppidCaching bool
    The NoAppidCaching param.
    ParentApp string
    The ParentApp param. String length must not exceed 127 characters.
    PervasiveUse bool
    The PervasiveUse param.
    ProneToMisuse bool
    The ProneToMisuse param.
    Risk int
    The Risk param. Value must be between 1 and 5.
    Signatures []GetApplicationListDataSignature
    The Signatures param.
    Subcategory string
    The Subcategory param. String length must not exceed 63 characters.
    TcpHalfClosedTimeout int
    timeout for half-close session in seconds. Value must be between 1 and 604800.
    TcpTimeWaitTimeout int
    timeout for session in time_wait state in seconds. Value must be between 1 and 600.
    TcpTimeout int
    timeout in seconds. Value must be between 0 and 604800.
    Technology string
    The Technology param. String length must not exceed 63 characters.
    Timeout int
    timeout in seconds. Value must be between 0 and 604800.
    TunnelApplications bool
    The TunnelApplications param.
    TunnelOtherApplication bool
    The TunnelOtherApplication param.
    UdpTimeout int
    timeout in seconds. Value must be between 0 and 604800.
    UsedByMalware bool
    The UsedByMalware param.
    VirusIdent bool
    The VirusIdent param.
    ableToTransferFile Boolean
    The AbleToTransferFile param.
    algDisableCapability String
    The AlgDisableCapability param. String length must not exceed 127 characters.
    category String
    The Category param.
    consumeBigBandwidth Boolean
    The ConsumeBigBandwidth param.
    dataIdent Boolean
    The DataIdent param.
    default_ GetApplicationListDataDefault
    The Default param.
    description String
    The Description param. String length must not exceed 1023 characters.
    evasiveBehavior Boolean
    The EvasiveBehavior param.
    fileTypeIdent Boolean
    The FileTypeIdent param.
    hasKnownVulnerability Boolean
    The HasKnownVulnerability param.
    id String
    UUID of the resource.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    noAppidCaching Boolean
    The NoAppidCaching param.
    parentApp String
    The ParentApp param. String length must not exceed 127 characters.
    pervasiveUse Boolean
    The PervasiveUse param.
    proneToMisuse Boolean
    The ProneToMisuse param.
    risk Integer
    The Risk param. Value must be between 1 and 5.
    signatures List<GetApplicationListDataSignature>
    The Signatures param.
    subcategory String
    The Subcategory param. String length must not exceed 63 characters.
    tcpHalfClosedTimeout Integer
    timeout for half-close session in seconds. Value must be between 1 and 604800.
    tcpTimeWaitTimeout Integer
    timeout for session in time_wait state in seconds. Value must be between 1 and 600.
    tcpTimeout Integer
    timeout in seconds. Value must be between 0 and 604800.
    technology String
    The Technology param. String length must not exceed 63 characters.
    timeout Integer
    timeout in seconds. Value must be between 0 and 604800.
    tunnelApplications Boolean
    The TunnelApplications param.
    tunnelOtherApplication Boolean
    The TunnelOtherApplication param.
    udpTimeout Integer
    timeout in seconds. Value must be between 0 and 604800.
    usedByMalware Boolean
    The UsedByMalware param.
    virusIdent Boolean
    The VirusIdent param.
    ableToTransferFile boolean
    The AbleToTransferFile param.
    algDisableCapability string
    The AlgDisableCapability param. String length must not exceed 127 characters.
    category string
    The Category param.
    consumeBigBandwidth boolean
    The ConsumeBigBandwidth param.
    dataIdent boolean
    The DataIdent param.
    default GetApplicationListDataDefault
    The Default param.
    description string
    The Description param. String length must not exceed 1023 characters.
    evasiveBehavior boolean
    The EvasiveBehavior param.
    fileTypeIdent boolean
    The FileTypeIdent param.
    hasKnownVulnerability boolean
    The HasKnownVulnerability param.
    id string
    UUID of the resource.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    noAppidCaching boolean
    The NoAppidCaching param.
    parentApp string
    The ParentApp param. String length must not exceed 127 characters.
    pervasiveUse boolean
    The PervasiveUse param.
    proneToMisuse boolean
    The ProneToMisuse param.
    risk number
    The Risk param. Value must be between 1 and 5.
    signatures GetApplicationListDataSignature[]
    The Signatures param.
    subcategory string
    The Subcategory param. String length must not exceed 63 characters.
    tcpHalfClosedTimeout number
    timeout for half-close session in seconds. Value must be between 1 and 604800.
    tcpTimeWaitTimeout number
    timeout for session in time_wait state in seconds. Value must be between 1 and 600.
    tcpTimeout number
    timeout in seconds. Value must be between 0 and 604800.
    technology string
    The Technology param. String length must not exceed 63 characters.
    timeout number
    timeout in seconds. Value must be between 0 and 604800.
    tunnelApplications boolean
    The TunnelApplications param.
    tunnelOtherApplication boolean
    The TunnelOtherApplication param.
    udpTimeout number
    timeout in seconds. Value must be between 0 and 604800.
    usedByMalware boolean
    The UsedByMalware param.
    virusIdent boolean
    The VirusIdent param.
    able_to_transfer_file bool
    The AbleToTransferFile param.
    alg_disable_capability str
    The AlgDisableCapability param. String length must not exceed 127 characters.
    category str
    The Category param.
    consume_big_bandwidth bool
    The ConsumeBigBandwidth param.
    data_ident bool
    The DataIdent param.
    default GetApplicationListDataDefault
    The Default param.
    description str
    The Description param. String length must not exceed 1023 characters.
    evasive_behavior bool
    The EvasiveBehavior param.
    file_type_ident bool
    The FileTypeIdent param.
    has_known_vulnerability bool
    The HasKnownVulnerability param.
    id str
    UUID of the resource.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    no_appid_caching bool
    The NoAppidCaching param.
    parent_app str
    The ParentApp param. String length must not exceed 127 characters.
    pervasive_use bool
    The PervasiveUse param.
    prone_to_misuse bool
    The ProneToMisuse param.
    risk int
    The Risk param. Value must be between 1 and 5.
    signatures Sequence[GetApplicationListDataSignature]
    The Signatures param.
    subcategory str
    The Subcategory param. String length must not exceed 63 characters.
    tcp_half_closed_timeout int
    timeout for half-close session in seconds. Value must be between 1 and 604800.
    tcp_time_wait_timeout int
    timeout for session in time_wait state in seconds. Value must be between 1 and 600.
    tcp_timeout int
    timeout in seconds. Value must be between 0 and 604800.
    technology str
    The Technology param. String length must not exceed 63 characters.
    timeout int
    timeout in seconds. Value must be between 0 and 604800.
    tunnel_applications bool
    The TunnelApplications param.
    tunnel_other_application bool
    The TunnelOtherApplication param.
    udp_timeout int
    timeout in seconds. Value must be between 0 and 604800.
    used_by_malware bool
    The UsedByMalware param.
    virus_ident bool
    The VirusIdent param.
    ableToTransferFile Boolean
    The AbleToTransferFile param.
    algDisableCapability String
    The AlgDisableCapability param. String length must not exceed 127 characters.
    category String
    The Category param.
    consumeBigBandwidth Boolean
    The ConsumeBigBandwidth param.
    dataIdent Boolean
    The DataIdent param.
    default Property Map
    The Default param.
    description String
    The Description param. String length must not exceed 1023 characters.
    evasiveBehavior Boolean
    The EvasiveBehavior param.
    fileTypeIdent Boolean
    The FileTypeIdent param.
    hasKnownVulnerability Boolean
    The HasKnownVulnerability param.
    id String
    UUID of the resource.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    noAppidCaching Boolean
    The NoAppidCaching param.
    parentApp String
    The ParentApp param. String length must not exceed 127 characters.
    pervasiveUse Boolean
    The PervasiveUse param.
    proneToMisuse Boolean
    The ProneToMisuse param.
    risk Number
    The Risk param. Value must be between 1 and 5.
    signatures List<Property Map>
    The Signatures param.
    subcategory String
    The Subcategory param. String length must not exceed 63 characters.
    tcpHalfClosedTimeout Number
    timeout for half-close session in seconds. Value must be between 1 and 604800.
    tcpTimeWaitTimeout Number
    timeout for session in time_wait state in seconds. Value must be between 1 and 600.
    tcpTimeout Number
    timeout in seconds. Value must be between 0 and 604800.
    technology String
    The Technology param. String length must not exceed 63 characters.
    timeout Number
    timeout in seconds. Value must be between 0 and 604800.
    tunnelApplications Boolean
    The TunnelApplications param.
    tunnelOtherApplication Boolean
    The TunnelOtherApplication param.
    udpTimeout Number
    timeout in seconds. Value must be between 0 and 604800.
    usedByMalware Boolean
    The UsedByMalware param.
    virusIdent Boolean
    The VirusIdent param.

    GetApplicationListDataDefault

    IdentByIcmp6Type GetApplicationListDataDefaultIdentByIcmp6Type
    The IdentByIcmp6Type param.
    IdentByIcmpType GetApplicationListDataDefaultIdentByIcmpType
    The IdentByIcmpType param.
    IdentByIpProtocol string
    The IdentByIpProtocol param.
    Ports List<string>
    The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters.
    IdentByIcmp6Type GetApplicationListDataDefaultIdentByIcmp6Type
    The IdentByIcmp6Type param.
    IdentByIcmpType GetApplicationListDataDefaultIdentByIcmpType
    The IdentByIcmpType param.
    IdentByIpProtocol string
    The IdentByIpProtocol param.
    Ports []string
    The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters.
    identByIcmp6Type GetApplicationListDataDefaultIdentByIcmp6Type
    The IdentByIcmp6Type param.
    identByIcmpType GetApplicationListDataDefaultIdentByIcmpType
    The IdentByIcmpType param.
    identByIpProtocol String
    The IdentByIpProtocol param.
    ports List<String>
    The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters.
    identByIcmp6Type GetApplicationListDataDefaultIdentByIcmp6Type
    The IdentByIcmp6Type param.
    identByIcmpType GetApplicationListDataDefaultIdentByIcmpType
    The IdentByIcmpType param.
    identByIpProtocol string
    The IdentByIpProtocol param.
    ports string[]
    The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters.
    ident_by_icmp6_type GetApplicationListDataDefaultIdentByIcmp6Type
    The IdentByIcmp6Type param.
    ident_by_icmp_type GetApplicationListDataDefaultIdentByIcmpType
    The IdentByIcmpType param.
    ident_by_ip_protocol str
    The IdentByIpProtocol param.
    ports Sequence[str]
    The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters.
    identByIcmp6Type Property Map
    The IdentByIcmp6Type param.
    identByIcmpType Property Map
    The IdentByIcmpType param.
    identByIpProtocol String
    The IdentByIpProtocol param.
    ports List<String>
    The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters.

    GetApplicationListDataDefaultIdentByIcmp6Type

    Code string
    The Code param.
    Type string
    The Type param.
    Code string
    The Code param.
    Type string
    The Type param.
    code String
    The Code param.
    type String
    The Type param.
    code string
    The Code param.
    type string
    The Type param.
    code str
    The Code param.
    type str
    The Type param.
    code String
    The Code param.
    type String
    The Type param.

    GetApplicationListDataDefaultIdentByIcmpType

    Code string
    The Code param.
    Type string
    The Type param.
    Code string
    The Code param.
    Type string
    The Type param.
    code String
    The Code param.
    type String
    The Type param.
    code string
    The Code param.
    type string
    The Type param.
    code str
    The Code param.
    type str
    The Type param.
    code String
    The Code param.
    type String
    The Type param.

    GetApplicationListDataSignature

    AndConditions List<GetApplicationListDataSignatureAndCondition>
    The AndConditions param.
    Comment string
    The Comment param. String length must not exceed 256 characters.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    OrderFree bool
    The OrderFree param. Default: false.
    Scope string
    The Scope param. String must be one of these: "protocol-data-unit", "session". Default: "protocol-data-unit".
    AndConditions []GetApplicationListDataSignatureAndCondition
    The AndConditions param.
    Comment string
    The Comment param. String length must not exceed 256 characters.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    OrderFree bool
    The OrderFree param. Default: false.
    Scope string
    The Scope param. String must be one of these: "protocol-data-unit", "session". Default: "protocol-data-unit".
    andConditions List<GetApplicationListDataSignatureAndCondition>
    The AndConditions param.
    comment String
    The Comment param. String length must not exceed 256 characters.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    orderFree Boolean
    The OrderFree param. Default: false.
    scope String
    The Scope param. String must be one of these: "protocol-data-unit", "session". Default: "protocol-data-unit".
    andConditions GetApplicationListDataSignatureAndCondition[]
    The AndConditions param.
    comment string
    The Comment param. String length must not exceed 256 characters.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    orderFree boolean
    The OrderFree param. Default: false.
    scope string
    The Scope param. String must be one of these: "protocol-data-unit", "session". Default: "protocol-data-unit".
    and_conditions Sequence[GetApplicationListDataSignatureAndCondition]
    The AndConditions param.
    comment str
    The Comment param. String length must not exceed 256 characters.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    order_free bool
    The OrderFree param. Default: false.
    scope str
    The Scope param. String must be one of these: "protocol-data-unit", "session". Default: "protocol-data-unit".
    andConditions List<Property Map>
    The AndConditions param.
    comment String
    The Comment param. String length must not exceed 256 characters.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    orderFree Boolean
    The OrderFree param. Default: false.
    scope String
    The Scope param. String must be one of these: "protocol-data-unit", "session". Default: "protocol-data-unit".

    GetApplicationListDataSignatureAndCondition

    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    OrConditions List<GetApplicationListDataSignatureAndConditionOrCondition>
    The OrConditions param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    OrConditions []GetApplicationListDataSignatureAndConditionOrCondition
    The OrConditions param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    orConditions List<GetApplicationListDataSignatureAndConditionOrCondition>
    The OrConditions param.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    orConditions GetApplicationListDataSignatureAndConditionOrCondition[]
    The OrConditions param.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    or_conditions Sequence[GetApplicationListDataSignatureAndConditionOrCondition]
    The OrConditions param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    orConditions List<Property Map>
    The OrConditions param.

    GetApplicationListDataSignatureAndConditionOrCondition

    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    Operator GetApplicationListDataSignatureAndConditionOrConditionOperator
    The Operator param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    Operator GetApplicationListDataSignatureAndConditionOrConditionOperator
    The Operator param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    operator GetApplicationListDataSignatureAndConditionOrConditionOperator
    The Operator param.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    operator GetApplicationListDataSignatureAndConditionOrConditionOperator
    The Operator param.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    operator GetApplicationListDataSignatureAndConditionOrConditionOperator
    The Operator param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    operator Property Map
    The Operator param.

    GetApplicationListDataSignatureAndConditionOrConditionOperator

    equalTo Property Map
    The EqualTo param.
    greaterThan Property Map
    The GreaterThan param.
    lessThan Property Map
    The LessThan param.
    patternMatch Property Map
    The PatternMatch param.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorEqualTo

    Context string
    The Context param.
    Mask string
    4-byte hex value. String length must not exceed 10 characters. String validation regex: ^[0][xX][0-9A-Fa-f]{8}$.
    Position string
    The Position param. String length must not exceed 127 characters.
    Value string
    The Value param. String length must not exceed 10 characters.
    Context string
    The Context param.
    Mask string
    4-byte hex value. String length must not exceed 10 characters. String validation regex: ^[0][xX][0-9A-Fa-f]{8}$.
    Position string
    The Position param. String length must not exceed 127 characters.
    Value string
    The Value param. String length must not exceed 10 characters.
    context String
    The Context param.
    mask String
    4-byte hex value. String length must not exceed 10 characters. String validation regex: ^[0][xX][0-9A-Fa-f]{8}$.
    position String
    The Position param. String length must not exceed 127 characters.
    value String
    The Value param. String length must not exceed 10 characters.
    context string
    The Context param.
    mask string
    4-byte hex value. String length must not exceed 10 characters. String validation regex: ^[0][xX][0-9A-Fa-f]{8}$.
    position string
    The Position param. String length must not exceed 127 characters.
    value string
    The Value param. String length must not exceed 10 characters.
    context str
    The Context param.
    mask str
    4-byte hex value. String length must not exceed 10 characters. String validation regex: ^[0][xX][0-9A-Fa-f]{8}$.
    position str
    The Position param. String length must not exceed 127 characters.
    value str
    The Value param. String length must not exceed 10 characters.
    context String
    The Context param.
    mask String
    4-byte hex value. String length must not exceed 10 characters. String validation regex: ^[0][xX][0-9A-Fa-f]{8}$.
    position String
    The Position param. String length must not exceed 127 characters.
    value String
    The Value param. String length must not exceed 10 characters.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThan

    Context string
    The Context param. String length must not exceed 127 characters.
    Qualifiers List<GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThanQualifier>
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    Context string
    The Context param. String length must not exceed 127 characters.
    Qualifiers []GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThanQualifier
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param. String length must not exceed 127 characters.
    qualifiers List<GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThanQualifier>
    The Qualifiers param.
    value Integer
    The Value param. Value must be between 0 and 4294967295.
    context string
    The Context param. String length must not exceed 127 characters.
    qualifiers GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThanQualifier[]
    The Qualifiers param.
    value number
    The Value param. Value must be between 0 and 4294967295.
    context str
    The Context param. String length must not exceed 127 characters.
    qualifiers Sequence[GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThanQualifier]
    The Qualifiers param.
    value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param. String length must not exceed 127 characters.
    qualifiers List<Property Map>
    The Qualifiers param.
    value Number
    The Value param. Value must be between 0 and 4294967295.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorGreaterThanQualifier

    Name string
    The Name param.
    Value string
    The Value param.
    Name string
    The Name param.
    Value string
    The Value param.
    name String
    The Name param.
    value String
    The Value param.
    name string
    The Name param.
    value string
    The Value param.
    name str
    The Name param.
    value str
    The Value param.
    name String
    The Name param.
    value String
    The Value param.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThan

    Context string
    The Context param. String length must not exceed 127 characters.
    Qualifiers List<GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThanQualifier>
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    Context string
    The Context param. String length must not exceed 127 characters.
    Qualifiers []GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThanQualifier
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param. String length must not exceed 127 characters.
    qualifiers List<GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThanQualifier>
    The Qualifiers param.
    value Integer
    The Value param. Value must be between 0 and 4294967295.
    context string
    The Context param. String length must not exceed 127 characters.
    qualifiers GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThanQualifier[]
    The Qualifiers param.
    value number
    The Value param. Value must be between 0 and 4294967295.
    context str
    The Context param. String length must not exceed 127 characters.
    qualifiers Sequence[GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThanQualifier]
    The Qualifiers param.
    value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param. String length must not exceed 127 characters.
    qualifiers List<Property Map>
    The Qualifiers param.
    value Number
    The Value param. Value must be between 0 and 4294967295.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorLessThanQualifier

    Name string
    The Name param.
    Value string
    The Value param.
    Name string
    The Name param.
    Value string
    The Value param.
    name String
    The Name param.
    value String
    The Value param.
    name string
    The Name param.
    value string
    The Value param.
    name str
    The Name param.
    value str
    The Value param.
    name String
    The Name param.
    value String
    The Value param.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatch

    Context string
    The Context param. String length must not exceed 127 characters.
    Pattern string
    The Pattern param. String length must not exceed 127 characters.
    Qualifiers List<GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatchQualifier>
    The Qualifiers param.
    Context string
    The Context param. String length must not exceed 127 characters.
    Pattern string
    The Pattern param. String length must not exceed 127 characters.
    Qualifiers []GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatchQualifier
    The Qualifiers param.
    context String
    The Context param. String length must not exceed 127 characters.
    pattern String
    The Pattern param. String length must not exceed 127 characters.
    qualifiers List<GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatchQualifier>
    The Qualifiers param.
    context string
    The Context param. String length must not exceed 127 characters.
    pattern string
    The Pattern param. String length must not exceed 127 characters.
    qualifiers GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatchQualifier[]
    The Qualifiers param.
    context str
    The Context param. String length must not exceed 127 characters.
    pattern str
    The Pattern param. String length must not exceed 127 characters.
    qualifiers Sequence[GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatchQualifier]
    The Qualifiers param.
    context String
    The Context param. String length must not exceed 127 characters.
    pattern String
    The Pattern param. String length must not exceed 127 characters.
    qualifiers List<Property Map>
    The Qualifiers param.

    GetApplicationListDataSignatureAndConditionOrConditionOperatorPatternMatchQualifier

    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    Value string
    The Value param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    Value string
    The Value param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    value String
    The Value param.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    value string
    The Value param.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    value str
    The Value param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    value String
    The Value param.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi