Strata Cloud Manager v0.4.0 published on Thursday, May 15, 2025 by Pulumi
scm.getAntiSpywareSignatureList
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)
public static Output<GetAntiSpywareSignatureListResult> getAntiSpywareSignatureList(GetAntiSpywareSignatureListArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getAntiSpywareSignatureList:getAntiSpywareSignatureList
  arguments:
    # arguments dictionaryThe following arguments are supported:
getAntiSpywareSignatureList Result
The following output properties are available:
- Datas
List<GetAnti Spyware Signature List Data> 
- 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
[]GetAnti Spyware Signature List Data 
- 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<GetAnti Spyware Signature List Data> 
- 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
GetAnti Spyware Signature List Data[] 
- 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[GetAnti Spyware Signature List Data] 
- 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 GetAnti Spyware Signature List Data Default Action 
- 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
GetAnti Spyware Signature List Data Signature 
- 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 GetAnti Spyware Signature List Data Default Action 
- 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
GetAnti Spyware Signature List Data Signature 
- 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 GetAnti Spyware Signature List Data Default Action 
- 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
GetAnti Spyware Signature List Data Signature 
- 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 GetAnti Spyware Signature List Data Default Action 
- 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
GetAnti Spyware Signature List Data Signature 
- 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 GetAnti Spyware Signature List Data Default Action 
- 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
GetAnti Spyware Signature List Data Signature 
- 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 GetAnti Spyware Signature List Data Default Action Block Ip 
- 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 GetAnti Spyware Signature List Data Default Action Block Ip 
- 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 GetAnti Spyware Signature List Data Default Action Block Ip 
- 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 GetAnti Spyware Signature List Data Default Action Block Ip 
- 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 GetAnti Spyware Signature List Data Default Action Block Ip 
- 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         
GetAntiSpywareSignatureListDataSignature      
- Combination
GetAnti Spyware Signature List Data Signature Combination 
- The Combination param.
- Standards
List<GetAnti Spyware Signature List Data Signature Standard> 
- The Standards param.
- Combination
GetAnti Spyware Signature List Data Signature Combination 
- The Combination param.
- Standards
[]GetAnti Spyware Signature List Data Signature Standard 
- The Standards param.
- combination
GetAnti Spyware Signature List Data Signature Combination 
- The Combination param.
- standards
List<GetAnti Spyware Signature List Data Signature Standard> 
- The Standards param.
- combination
GetAnti Spyware Signature List Data Signature Combination 
- The Combination param.
- standards
GetAnti Spyware Signature List Data Signature Standard[] 
- The Standards param.
- combination
GetAnti Spyware Signature List Data Signature Combination 
- The Combination param.
- standards
Sequence[GetAnti Spyware Signature List Data Signature Standard] 
- The Standards param.
- combination Property Map
- The Combination param.
- standards List<Property Map>
- The Standards param.
GetAntiSpywareSignatureListDataSignatureCombination       
- AndConditions List<GetAnti Spyware Signature List Data Signature Combination And Condition> 
- The AndConditions param.
- OrderFree bool
- The OrderFree param. Default: false.
- TimeAttribute GetAnti Spyware Signature List Data Signature Combination Time Attribute 
- The TimeAttribute param.
- AndConditions []GetAnti Spyware Signature List Data Signature Combination And Condition 
- The AndConditions param.
- OrderFree bool
- The OrderFree param. Default: false.
- TimeAttribute GetAnti Spyware Signature List Data Signature Combination Time Attribute 
- The TimeAttribute param.
- andConditions List<GetAnti Spyware Signature List Data Signature Combination And Condition> 
- The AndConditions param.
- orderFree Boolean
- The OrderFree param. Default: false.
- timeAttribute GetAnti Spyware Signature List Data Signature Combination Time Attribute 
- The TimeAttribute param.
- andConditions GetAnti Spyware Signature List Data Signature Combination And Condition[] 
- The AndConditions param.
- orderFree boolean
- The OrderFree param. Default: false.
- timeAttribute GetAnti Spyware Signature List Data Signature Combination Time Attribute 
- The TimeAttribute param.
- and_conditions Sequence[GetAnti Spyware Signature List Data Signature Combination And Condition] 
- The AndConditions param.
- order_free bool
- The OrderFree param. Default: false.
- time_attribute GetAnti Spyware Signature List Data Signature Combination Time Attribute 
- The TimeAttribute param.
- 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<GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition> 
- The OrConditions param.
- Name string
- The Name param.
- OrConditions []GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition 
- The OrConditions param.
- name String
- The Name param.
- orConditions List<GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition> 
- The OrConditions param.
- name string
- The Name param.
- orConditions GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition[] 
- The OrConditions param.
- name str
- The Name param.
- or_conditions Sequence[GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition] 
- The OrConditions param.
- name String
- The Name param.
- orConditions List<Property Map>
- The OrConditions param.
GetAntiSpywareSignatureListDataSignatureCombinationAndConditionOrCondition           
GetAntiSpywareSignatureListDataSignatureCombinationTimeAttribute         
GetAntiSpywareSignatureListDataSignatureStandard       
- AndConditions List<GetAnti Spyware Signature List Data Signature Standard And Condition> 
- 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 []GetAnti Spyware Signature List Data Signature Standard And Condition 
- 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<GetAnti Spyware Signature List Data Signature Standard And Condition> 
- 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 GetAnti Spyware Signature List Data Signature Standard And Condition[] 
- 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[GetAnti Spyware Signature List Data Signature Standard And Condition] 
- 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<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition> 
- The OrConditions param.
- Name string
- The Name param.
- OrConditions []GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition 
- The OrConditions param.
- name String
- The Name param.
- orConditions List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition> 
- The OrConditions param.
- name string
- The Name param.
- orConditions GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition[] 
- The OrConditions param.
- name str
- The Name param.
- or_conditions Sequence[GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition] 
- The OrConditions param.
- name String
- The Name param.
- orConditions List<Property Map>
- The OrConditions param.
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrCondition           
- Name string
- The Name param.
- Operator
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator 
- The Operator param.
- Name string
- The Name param.
- Operator
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator 
- The Operator param.
- name String
- The Name param.
- operator
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator 
- The Operator param.
- name string
- The Name param.
- operator
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator 
- The Operator param.
- name str
- The Name param.
- operator
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator 
- The Operator param.
- name String
- The Name param.
- operator Property Map
- The Operator param.
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperator            
- EqualTo GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To 
- The EqualTo param.
- GreaterThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than 
- The GreaterThan param.
- LessThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than 
- The LessThan param.
- PatternMatch GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match 
- The PatternMatch param.
- EqualTo GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To 
- The EqualTo param.
- GreaterThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than 
- The GreaterThan param.
- LessThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than 
- The LessThan param.
- PatternMatch GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match 
- The PatternMatch param.
- equalTo GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To 
- The EqualTo param.
- greaterThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than 
- The GreaterThan param.
- lessThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than 
- The LessThan param.
- patternMatch GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match 
- The PatternMatch param.
- equalTo GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To 
- The EqualTo param.
- greaterThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than 
- The GreaterThan param.
- lessThan GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than 
- The LessThan param.
- patternMatch GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match 
- The PatternMatch param.
- equal_to GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To 
- The EqualTo param.
- greater_than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than 
- The GreaterThan param.
- less_than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than 
- The LessThan param.
- pattern_match GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match 
- The PatternMatch param.
- 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<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier> 
- 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
[]GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier 
- 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<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier> 
- 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
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier[] 
- 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[GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier] 
- 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               
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorGreaterThan              
- Context string
- The Context param.
- Qualifiers
List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier> 
- The Qualifiers param.
- Value int
- The Value param. Value must be between 0 and 4294967295.
- Context string
- The Context param.
- Qualifiers
[]GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier 
- The Qualifiers param.
- Value int
- The Value param. Value must be between 0 and 4294967295.
- context String
- The Context param.
- qualifiers
List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier> 
- The Qualifiers param.
- value Integer
- The Value param. Value must be between 0 and 4294967295.
- context string
- The Context param.
- qualifiers
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier[] 
- The Qualifiers param.
- value number
- The Value param. Value must be between 0 and 4294967295.
- context str
- The Context param.
- qualifiers
Sequence[GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier] 
- 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               
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorLessThan              
- Context string
- The Context param.
- Qualifiers
List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier> 
- The Qualifiers param.
- Value int
- The Value param. Value must be between 0 and 4294967295.
- Context string
- The Context param.
- Qualifiers
[]GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier 
- The Qualifiers param.
- Value int
- The Value param. Value must be between 0 and 4294967295.
- context String
- The Context param.
- qualifiers
List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier> 
- The Qualifiers param.
- value Integer
- The Value param. Value must be between 0 and 4294967295.
- context string
- The Context param.
- qualifiers
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier[] 
- The Qualifiers param.
- value number
- The Value param. Value must be between 0 and 4294967295.
- context str
- The Context param.
- qualifiers
Sequence[GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier] 
- 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               
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatch              
- Context string
- The Context param.
- Negate bool
- The Negate param. Default: false.
- Pattern string
- The Pattern param.
- Qualifiers
List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier> 
- The Qualifiers param.
- Context string
- The Context param.
- Negate bool
- The Negate param. Default: false.
- Pattern string
- The Pattern param.
- Qualifiers
[]GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier 
- The Qualifiers param.
- context String
- The Context param.
- negate Boolean
- The Negate param. Default: false.
- pattern String
- The Pattern param.
- qualifiers
List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier> 
- The Qualifiers param.
- context string
- The Context param.
- negate boolean
- The Negate param. Default: false.
- pattern string
- The Pattern param.
- qualifiers
GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier[] 
- The Qualifiers param.
- context str
- The Context param.
- negate bool
- The Negate param. Default: false.
- pattern str
- The Pattern param.
- qualifiers
Sequence[GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier] 
- 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               
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
 
