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

scm.getAntiSpywareSignatureList

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.getAntiSpywareSignatureList({
        folder: "Shared",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_anti_spyware_signature_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.GetAntiSpywareSignatureList(ctx, &scm.GetAntiSpywareSignatureListArgs{
    			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.GetAntiSpywareSignatureList.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.GetAntiSpywareSignatureListArgs;
    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.getAntiSpywareSignatureList(GetAntiSpywareSignatureListArgs.builder()
                .folder("Shared")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getAntiSpywareSignatureList
          Arguments:
            folder: Shared
    

    Using getAntiSpywareSignatureList

    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 getAntiSpywareSignatureList(args: GetAntiSpywareSignatureListArgs, opts?: InvokeOptions): Promise<GetAntiSpywareSignatureListResult>
    function getAntiSpywareSignatureListOutput(args: GetAntiSpywareSignatureListOutputArgs, opts?: InvokeOptions): Output<GetAntiSpywareSignatureListResult>
    def get_anti_spyware_signature_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) -> GetAntiSpywareSignatureListResult
    def get_anti_spyware_signature_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[GetAntiSpywareSignatureListResult]
    func GetAntiSpywareSignatureList(ctx *Context, args *GetAntiSpywareSignatureListArgs, opts ...InvokeOption) (*GetAntiSpywareSignatureListResult, error)
    func GetAntiSpywareSignatureListOutput(ctx *Context, args *GetAntiSpywareSignatureListOutputArgs, opts ...InvokeOption) GetAntiSpywareSignatureListResultOutput

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

    public static class GetAntiSpywareSignatureList 
    {
        public static Task<GetAntiSpywareSignatureListResult> InvokeAsync(GetAntiSpywareSignatureListArgs args, InvokeOptions? opts = null)
        public static Output<GetAntiSpywareSignatureListResult> Invoke(GetAntiSpywareSignatureListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAntiSpywareSignatureListResult> getAntiSpywareSignatureList(GetAntiSpywareSignatureListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getAntiSpywareSignatureList:getAntiSpywareSignatureList
      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.

    getAntiSpywareSignatureList Result

    The following output properties are available:

    Datas List<GetAntiSpywareSignatureListData>
    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 []GetAntiSpywareSignatureListData
    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<GetAntiSpywareSignatureListData>
    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 GetAntiSpywareSignatureListData[]
    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[GetAntiSpywareSignatureListData]
    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

    GetAntiSpywareSignatureListData

    Bugtraqs List<string>
    The Bugtraqs param.
    Comment string
    The Comment param. String length must not exceed 256 characters.
    Cves List<string>
    The Cves param.
    DefaultAction GetAntiSpywareSignatureListDataDefaultAction
    The DefaultAction param.
    Direction string
    The Direction param. String must be one of these: "client2server", "server2client", "both".
    Id string
    UUID of the resource.
    References List<string>
    The References param.
    Severity string
    The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
    Signature GetAntiSpywareSignatureListDataSignature
    The Signature param.
    ThreatId int
    threat id range \n\n and \n\n. Value must be between 15000 and 70000000.
    Threatname string
    The Threatname param. String length must not exceed 1024 characters.
    Vendors List<string>
    The Vendors param.
    Bugtraqs []string
    The Bugtraqs param.
    Comment string
    The Comment param. String length must not exceed 256 characters.
    Cves []string
    The Cves param.
    DefaultAction GetAntiSpywareSignatureListDataDefaultAction
    The DefaultAction param.
    Direction string
    The Direction param. String must be one of these: "client2server", "server2client", "both".
    Id string
    UUID of the resource.
    References []string
    The References param.
    Severity string
    The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
    Signature GetAntiSpywareSignatureListDataSignature
    The Signature param.
    ThreatId int
    threat id range \n\n and \n\n. Value must be between 15000 and 70000000.
    Threatname string
    The Threatname param. String length must not exceed 1024 characters.
    Vendors []string
    The Vendors param.
    bugtraqs List<String>
    The Bugtraqs param.
    comment String
    The Comment param. String length must not exceed 256 characters.
    cves List<String>
    The Cves param.
    defaultAction GetAntiSpywareSignatureListDataDefaultAction
    The DefaultAction param.
    direction String
    The Direction param. String must be one of these: "client2server", "server2client", "both".
    id String
    UUID of the resource.
    references List<String>
    The References param.
    severity String
    The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
    signature GetAntiSpywareSignatureListDataSignature
    The Signature param.
    threatId Integer
    threat id range \n\n and \n\n. Value must be between 15000 and 70000000.
    threatname String
    The Threatname param. String length must not exceed 1024 characters.
    vendors List<String>
    The Vendors param.
    bugtraqs string[]
    The Bugtraqs param.
    comment string
    The Comment param. String length must not exceed 256 characters.
    cves string[]
    The Cves param.
    defaultAction GetAntiSpywareSignatureListDataDefaultAction
    The DefaultAction param.
    direction string
    The Direction param. String must be one of these: "client2server", "server2client", "both".
    id string
    UUID of the resource.
    references string[]
    The References param.
    severity string
    The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
    signature GetAntiSpywareSignatureListDataSignature
    The Signature param.
    threatId number
    threat id range \n\n and \n\n. Value must be between 15000 and 70000000.
    threatname string
    The Threatname param. String length must not exceed 1024 characters.
    vendors string[]
    The Vendors param.
    bugtraqs Sequence[str]
    The Bugtraqs param.
    comment str
    The Comment param. String length must not exceed 256 characters.
    cves Sequence[str]
    The Cves param.
    default_action GetAntiSpywareSignatureListDataDefaultAction
    The DefaultAction param.
    direction str
    The Direction param. String must be one of these: "client2server", "server2client", "both".
    id str
    UUID of the resource.
    references Sequence[str]
    The References param.
    severity str
    The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
    signature GetAntiSpywareSignatureListDataSignature
    The Signature param.
    threat_id int
    threat id range \n\n and \n\n. Value must be between 15000 and 70000000.
    threatname str
    The Threatname param. String length must not exceed 1024 characters.
    vendors Sequence[str]
    The Vendors param.
    bugtraqs List<String>
    The Bugtraqs param.
    comment String
    The Comment param. String length must not exceed 256 characters.
    cves List<String>
    The Cves param.
    defaultAction Property Map
    The DefaultAction param.
    direction String
    The Direction param. String must be one of these: "client2server", "server2client", "both".
    id String
    UUID of the resource.
    references List<String>
    The References param.
    severity String
    The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
    signature Property Map
    The Signature param.
    threatId Number
    threat id range \n\n and \n\n. Value must be between 15000 and 70000000.
    threatname String
    The Threatname param. String length must not exceed 1024 characters.
    vendors List<String>
    The Vendors param.

    GetAntiSpywareSignatureListDataDefaultAction

    Alert bool
    The Alert param.
    Allow bool
    The Allow param.
    BlockIp GetAntiSpywareSignatureListDataDefaultActionBlockIp
    The BlockIp param.
    Drop bool
    The Drop param.
    ResetBoth bool
    The ResetBoth param.
    ResetClient bool
    The ResetClient param.
    ResetServer bool
    The ResetServer param.
    Alert bool
    The Alert param.
    Allow bool
    The Allow param.
    BlockIp GetAntiSpywareSignatureListDataDefaultActionBlockIp
    The BlockIp param.
    Drop bool
    The Drop param.
    ResetBoth bool
    The ResetBoth param.
    ResetClient bool
    The ResetClient param.
    ResetServer bool
    The ResetServer param.
    alert Boolean
    The Alert param.
    allow Boolean
    The Allow param.
    blockIp GetAntiSpywareSignatureListDataDefaultActionBlockIp
    The BlockIp param.
    drop Boolean
    The Drop param.
    resetBoth Boolean
    The ResetBoth param.
    resetClient Boolean
    The ResetClient param.
    resetServer Boolean
    The ResetServer param.
    alert boolean
    The Alert param.
    allow boolean
    The Allow param.
    blockIp GetAntiSpywareSignatureListDataDefaultActionBlockIp
    The BlockIp param.
    drop boolean
    The Drop param.
    resetBoth boolean
    The ResetBoth param.
    resetClient boolean
    The ResetClient param.
    resetServer boolean
    The ResetServer param.
    alert bool
    The Alert param.
    allow bool
    The Allow param.
    block_ip GetAntiSpywareSignatureListDataDefaultActionBlockIp
    The BlockIp param.
    drop bool
    The Drop param.
    reset_both bool
    The ResetBoth param.
    reset_client bool
    The ResetClient param.
    reset_server bool
    The ResetServer param.
    alert Boolean
    The Alert param.
    allow Boolean
    The Allow param.
    blockIp Property Map
    The BlockIp param.
    drop Boolean
    The Drop param.
    resetBoth Boolean
    The ResetBoth param.
    resetClient Boolean
    The ResetClient param.
    resetServer Boolean
    The ResetServer param.

    GetAntiSpywareSignatureListDataDefaultActionBlockIp

    Duration int
    The Duration param. Value must be between 1 and 3600.
    TrackBy string
    The TrackBy param. String must be one of these: "source-and-destination", "source".
    Duration int
    The Duration param. Value must be between 1 and 3600.
    TrackBy string
    The TrackBy param. String must be one of these: "source-and-destination", "source".
    duration Integer
    The Duration param. Value must be between 1 and 3600.
    trackBy String
    The TrackBy param. String must be one of these: "source-and-destination", "source".
    duration number
    The Duration param. Value must be between 1 and 3600.
    trackBy string
    The TrackBy param. String must be one of these: "source-and-destination", "source".
    duration int
    The Duration param. Value must be between 1 and 3600.
    track_by str
    The TrackBy param. String must be one of these: "source-and-destination", "source".
    duration Number
    The Duration param. Value must be between 1 and 3600.
    trackBy String
    The TrackBy param. String must be one of these: "source-and-destination", "source".

    GetAntiSpywareSignatureListDataSignature

    combination Property Map
    The Combination param.
    standards List<Property Map>
    The Standards param.

    GetAntiSpywareSignatureListDataSignatureCombination

    andConditions List<Property Map>
    The AndConditions param.
    orderFree Boolean
    The OrderFree param. Default: false.
    timeAttribute Property Map
    The TimeAttribute param.

    GetAntiSpywareSignatureListDataSignatureCombinationAndCondition

    name String
    The Name param.
    orConditions List<Property Map>
    The OrConditions param.

    GetAntiSpywareSignatureListDataSignatureCombinationAndConditionOrCondition

    Name string
    The Name param.
    ThreatId string
    The ThreatId param.
    Name string
    The Name param.
    ThreatId string
    The ThreatId param.
    name String
    The Name param.
    threatId String
    The ThreatId param.
    name string
    The Name param.
    threatId string
    The ThreatId param.
    name str
    The Name param.
    threat_id str
    The ThreatId param.
    name String
    The Name param.
    threatId String
    The ThreatId param.

    GetAntiSpywareSignatureListDataSignatureCombinationTimeAttribute

    Interval int
    The Interval param. Value must be between 1 and 3600.
    Threshold int
    The Threshold param. Value must be between 1 and 255.
    TrackBy string
    The TrackBy param. String must be one of these: "source-and-destination", "source", "destination".
    Interval int
    The Interval param. Value must be between 1 and 3600.
    Threshold int
    The Threshold param. Value must be between 1 and 255.
    TrackBy string
    The TrackBy param. String must be one of these: "source-and-destination", "source", "destination".
    interval Integer
    The Interval param. Value must be between 1 and 3600.
    threshold Integer
    The Threshold param. Value must be between 1 and 255.
    trackBy String
    The TrackBy param. String must be one of these: "source-and-destination", "source", "destination".
    interval number
    The Interval param. Value must be between 1 and 3600.
    threshold number
    The Threshold param. Value must be between 1 and 255.
    trackBy string
    The TrackBy param. String must be one of these: "source-and-destination", "source", "destination".
    interval int
    The Interval param. Value must be between 1 and 3600.
    threshold int
    The Threshold param. Value must be between 1 and 255.
    track_by str
    The TrackBy param. String must be one of these: "source-and-destination", "source", "destination".
    interval Number
    The Interval param. Value must be between 1 and 3600.
    threshold Number
    The Threshold param. Value must be between 1 and 255.
    trackBy String
    The TrackBy param. String must be one of these: "source-and-destination", "source", "destination".

    GetAntiSpywareSignatureListDataSignatureStandard

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

    GetAntiSpywareSignatureListDataSignatureStandardAndCondition

    name String
    The Name param.
    orConditions List<Property Map>
    The OrConditions param.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrCondition

    name String
    The Name param.
    operator Property Map
    The Operator param.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperator

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

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualTo

    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Qualifiers List<GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier>
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Qualifiers []GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param.
    negate Boolean
    The Negate param. Default: false.
    qualifiers List<GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier>
    The Qualifiers param.
    value Integer
    The Value param. Value must be between 0 and 4294967295.
    context string
    The Context param.
    negate boolean
    The Negate param. Default: false.
    qualifiers GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier[]
    The Qualifiers param.
    value number
    The Value param. Value must be between 0 and 4294967295.
    context str
    The Context param.
    negate bool
    The Negate param. Default: false.
    qualifiers Sequence[GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier]
    The Qualifiers param.
    value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param.
    negate Boolean
    The Negate param. Default: false.
    qualifiers List<Property Map>
    The Qualifiers param.
    value Number
    The Value param. Value must be between 0 and 4294967295.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier

    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.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorGreaterThan

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

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier

    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.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorLessThan

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

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier

    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.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatch

    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Pattern string
    The Pattern param.
    Qualifiers List<GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier>
    The Qualifiers param.
    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Pattern string
    The Pattern param.
    Qualifiers []GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier
    The Qualifiers param.
    context String
    The Context param.
    negate Boolean
    The Negate param. Default: false.
    pattern String
    The Pattern param.
    qualifiers List<GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier>
    The Qualifiers param.
    context string
    The Context param.
    negate boolean
    The Negate param. Default: false.
    pattern string
    The Pattern param.
    qualifiers GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier[]
    The Qualifiers param.
    context str
    The Context param.
    negate bool
    The Negate param. Default: false.
    pattern str
    The Pattern param.
    qualifiers Sequence[GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier]
    The Qualifiers param.
    context String
    The Context param.
    negate Boolean
    The Negate param. Default: false.
    pattern String
    The Pattern param.
    qualifiers List<Property Map>
    The Qualifiers param.

    GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier

    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.

    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