Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
// Fetch a list of all anti-spyware profiles
const allAntiSpywareSignatures = scm.getAntiSpywareSignatureList({
folder: "All",
});
export const scmAntiSpywareSignatureList = allAntiSpywareSignatures.then(allAntiSpywareSignatures => allAntiSpywareSignatures.datas);
import pulumi
import pulumi_scm as scm
# Fetch a list of all anti-spyware profiles
all_anti_spyware_signatures = scm.get_anti_spyware_signature_list(folder="All")
pulumi.export("scmAntiSpywareSignatureList", all_anti_spyware_signatures.datas)
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 {
// Fetch a list of all anti-spyware profiles
allAntiSpywareSignatures, err := scm.GetAntiSpywareSignatureList(ctx, &scm.GetAntiSpywareSignatureListArgs{
Folder: pulumi.StringRef("All"),
}, nil)
if err != nil {
return err
}
ctx.Export("scmAntiSpywareSignatureList", allAntiSpywareSignatures.Datas)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
// Fetch a list of all anti-spyware profiles
var allAntiSpywareSignatures = Scm.GetAntiSpywareSignatureList.Invoke(new()
{
Folder = "All",
});
return new Dictionary<string, object?>
{
["scmAntiSpywareSignatureList"] = allAntiSpywareSignatures.Apply(getAntiSpywareSignatureListResult => getAntiSpywareSignatureListResult.Datas),
};
});
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) {
// Fetch a list of all anti-spyware profiles
final var allAntiSpywareSignatures = ScmFunctions.getAntiSpywareSignatureList(GetAntiSpywareSignatureListArgs.builder()
.folder("All")
.build());
ctx.export("scmAntiSpywareSignatureList", allAntiSpywareSignatures.datas());
}
}
variables:
# Fetch a list of all anti-spyware profiles
allAntiSpywareSignatures:
fn::invoke:
function: scm:getAntiSpywareSignatureList
arguments:
folder: All
outputs:
# Output the raw list of all anti-spyware profiles
scmAntiSpywareSignatureList: ${allAntiSpywareSignatures.datas}
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<Get
Anti Spyware Signature List Data> - The data.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- Total int
- The total number of items.
- Device string
- The device of the item.
- Folder string
- The folder of the item. Default: Shared.
- Limit int
- The max number of items to return. Default: 200.
- Name string
- The name of the item.
- Offset int
- The offset of the first item to return.
- Snippet string
- The snippet of the item.
- Datas
[]Get
Anti Spyware Signature List Data - The data.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- Total int
- The total number of items.
- Device string
- The device of the item.
- Folder string
- The folder of the item. Default: Shared.
- Limit int
- The max number of items to return. Default: 200.
- Name string
- The name of the item.
- Offset int
- The offset of the first item to return.
- Snippet string
- The snippet of the item.
- datas
List<Get
Anti Spyware Signature List Data> - The data.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
- total Integer
- The total number of items.
- device String
- The device of the item.
- folder String
- The folder of the item. Default: Shared.
- limit Integer
- The max number of items to return. Default: 200.
- name String
- The name of the item.
- offset Integer
- The offset of the first item to return.
- snippet String
- The snippet of the item.
- datas
Get
Anti Spyware Signature List Data[] - The data.
- id string
- The provider-assigned unique ID for this managed resource.
- tfid string
- total number
- The total number of items.
- device string
- The device of the item.
- folder string
- The folder of the item. Default: Shared.
- limit number
- The max number of items to return. Default: 200.
- name string
- The name of the item.
- offset number
- The offset of the first item to return.
- snippet string
- The snippet of the item.
- datas
Sequence[Get
Anti Spyware Signature List Data] - The data.
- id str
- The provider-assigned unique ID for this managed resource.
- tfid str
- total int
- The total number of items.
- device str
- The device of the item.
- folder str
- The folder of the item. Default: Shared.
- limit int
- The max number of items to return. Default: 200.
- name str
- The name of the item.
- offset int
- The offset of the first item to return.
- snippet str
- The snippet of the item.
- datas List<Property Map>
- The data.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
- total Number
- The total number of items.
- device String
- The device of the item.
- folder String
- The folder of the item. Default: Shared.
- limit Number
- The max number of items to return. Default: 200.
- name String
- The name of the item.
- offset Number
- The offset of the first item to return.
- snippet String
- The snippet of the item.
Supporting Types
GetAntiSpywareSignatureListData
- Bugtraqs List<string>
- Bugtraq
- Comment string
- Comment
- Cves List<string>
- Cve
- Default
Action GetAnti Spyware Signature List Data Default Action - anti spyware signature default action
- Device string
- The device in which the resource is defined
- Direction string
- Direction
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- References List<string>
- Reference
- Severity string
- Severity
- Signature
Get
Anti Spyware Signature List Data Signature - anti spyware signature
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Threat
Id string - threat id range \n\n and \n\n
- Threatname string
- Threatname
- Vendors List<string>
- Vendor
- Bugtraqs []string
- Bugtraq
- Comment string
- Comment
- Cves []string
- Cve
- Default
Action GetAnti Spyware Signature List Data Default Action - anti spyware signature default action
- Device string
- The device in which the resource is defined
- Direction string
- Direction
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- References []string
- Reference
- Severity string
- Severity
- Signature
Get
Anti Spyware Signature List Data Signature - anti spyware signature
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Threat
Id string - threat id range \n\n and \n\n
- Threatname string
- Threatname
- Vendors []string
- Vendor
- bugtraqs List<String>
- Bugtraq
- comment String
- Comment
- cves List<String>
- Cve
- default
Action GetAnti Spyware Signature List Data Default Action - anti spyware signature default action
- device String
- The device in which the resource is defined
- direction String
- Direction
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- references List<String>
- Reference
- severity String
- Severity
- signature
Get
Anti Spyware Signature List Data Signature - anti spyware signature
- snippet String
- The snippet in which the resource is defined
- tfid String
- threat
Id String - threat id range \n\n and \n\n
- threatname String
- Threatname
- vendors List<String>
- Vendor
- bugtraqs string[]
- Bugtraq
- comment string
- Comment
- cves string[]
- Cve
- default
Action GetAnti Spyware Signature List Data Default Action - anti spyware signature default action
- device string
- The device in which the resource is defined
- direction string
- Direction
- folder string
- The folder in which the resource is defined
- id string
- UUID of the resource
- references string[]
- Reference
- severity string
- Severity
- signature
Get
Anti Spyware Signature List Data Signature - anti spyware signature
- snippet string
- The snippet in which the resource is defined
- tfid string
- threat
Id string - threat id range \n\n and \n\n
- threatname string
- Threatname
- vendors string[]
- Vendor
- bugtraqs Sequence[str]
- Bugtraq
- comment str
- Comment
- cves Sequence[str]
- Cve
- default_
action GetAnti Spyware Signature List Data Default Action - anti spyware signature default action
- device str
- The device in which the resource is defined
- direction str
- Direction
- folder str
- The folder in which the resource is defined
- id str
- UUID of the resource
- references Sequence[str]
- Reference
- severity str
- Severity
- signature
Get
Anti Spyware Signature List Data Signature - anti spyware signature
- snippet str
- The snippet in which the resource is defined
- tfid str
- threat_
id str - threat id range \n\n and \n\n
- threatname str
- Threatname
- vendors Sequence[str]
- Vendor
- bugtraqs List<String>
- Bugtraq
- comment String
- Comment
- cves List<String>
- Cve
- default
Action Property Map - anti spyware signature default action
- device String
- The device in which the resource is defined
- direction String
- Direction
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- references List<String>
- Reference
- severity String
- Severity
- signature Property Map
- anti spyware signature
- snippet String
- The snippet in which the resource is defined
- tfid String
- threat
Id String - threat id range \n\n and \n\n
- threatname String
- Threatname
- vendors List<String>
- Vendor
GetAntiSpywareSignatureListDataDefaultAction
- Alert
Get
Anti Spyware Signature List Data Default Action Alert - Alert
- Allow
Get
Anti Spyware Signature List Data Default Action Allow - Allow
- Block
Ip GetAnti Spyware Signature List Data Default Action Block Ip - anti spyware signature block ip
- Drop
Get
Anti Spyware Signature List Data Default Action Drop - Drop
- Reset
Both GetAnti Spyware Signature List Data Default Action Reset Both - Reset both
- Reset
Client GetAnti Spyware Signature List Data Default Action Reset Client - Reset client
- Reset
Server GetAnti Spyware Signature List Data Default Action Reset Server - Reset server
- Alert
Get
Anti Spyware Signature List Data Default Action Alert - Alert
- Allow
Get
Anti Spyware Signature List Data Default Action Allow - Allow
- Block
Ip GetAnti Spyware Signature List Data Default Action Block Ip - anti spyware signature block ip
- Drop
Get
Anti Spyware Signature List Data Default Action Drop - Drop
- Reset
Both GetAnti Spyware Signature List Data Default Action Reset Both - Reset both
- Reset
Client GetAnti Spyware Signature List Data Default Action Reset Client - Reset client
- Reset
Server GetAnti Spyware Signature List Data Default Action Reset Server - Reset server
- alert
Get
Anti Spyware Signature List Data Default Action Alert - Alert
- allow
Get
Anti Spyware Signature List Data Default Action Allow - Allow
- block
Ip GetAnti Spyware Signature List Data Default Action Block Ip - anti spyware signature block ip
- drop
Get
Anti Spyware Signature List Data Default Action Drop - Drop
- reset
Both GetAnti Spyware Signature List Data Default Action Reset Both - Reset both
- reset
Client GetAnti Spyware Signature List Data Default Action Reset Client - Reset client
- reset
Server GetAnti Spyware Signature List Data Default Action Reset Server - Reset server
- alert
Get
Anti Spyware Signature List Data Default Action Alert - Alert
- allow
Get
Anti Spyware Signature List Data Default Action Allow - Allow
- block
Ip GetAnti Spyware Signature List Data Default Action Block Ip - anti spyware signature block ip
- drop
Get
Anti Spyware Signature List Data Default Action Drop - Drop
- reset
Both GetAnti Spyware Signature List Data Default Action Reset Both - Reset both
- reset
Client GetAnti Spyware Signature List Data Default Action Reset Client - Reset client
- reset
Server GetAnti Spyware Signature List Data Default Action Reset Server - Reset server
- alert
Get
Anti Spyware Signature List Data Default Action Alert - Alert
- allow
Get
Anti Spyware Signature List Data Default Action Allow - Allow
- block_
ip GetAnti Spyware Signature List Data Default Action Block Ip - anti spyware signature block ip
- drop
Get
Anti Spyware Signature List Data Default Action Drop - Drop
- reset_
both GetAnti Spyware Signature List Data Default Action Reset Both - Reset both
- reset_
client GetAnti Spyware Signature List Data Default Action Reset Client - Reset client
- reset_
server GetAnti Spyware Signature List Data Default Action Reset Server - Reset server
- alert Property Map
- Alert
- allow Property Map
- Allow
- block
Ip Property Map - anti spyware signature block ip
- drop Property Map
- Drop
- reset
Both Property Map - Reset both
- reset
Client Property Map - Reset client
- reset
Server Property Map - Reset server
GetAntiSpywareSignatureListDataDefaultActionBlockIp
GetAntiSpywareSignatureListDataSignature
- Combination
Get
Anti Spyware Signature List Data Signature Combination - anti spyware signature combination
- Standards
List<Get
Anti Spyware Signature List Data Signature Standard> - Standard
- Combination
Get
Anti Spyware Signature List Data Signature Combination - anti spyware signature combination
- Standards
[]Get
Anti Spyware Signature List Data Signature Standard - Standard
- combination
Get
Anti Spyware Signature List Data Signature Combination - anti spyware signature combination
- standards
List<Get
Anti Spyware Signature List Data Signature Standard> - Standard
- combination
Get
Anti Spyware Signature List Data Signature Combination - anti spyware signature combination
- standards
Get
Anti Spyware Signature List Data Signature Standard[] - Standard
- combination
Get
Anti Spyware Signature List Data Signature Combination - anti spyware signature combination
- standards
Sequence[Get
Anti Spyware Signature List Data Signature Standard] - Standard
- combination Property Map
- anti spyware signature combination
- standards List<Property Map>
- Standard
GetAntiSpywareSignatureListDataSignatureCombination
- And
Conditions List<GetAnti Spyware Signature List Data Signature Combination And Condition> - And condition
- Order
Free bool - Order free
- Time
Attribute GetAnti Spyware Signature List Data Signature Combination Time Attribute - anti spyware time attribute
- And
Conditions []GetAnti Spyware Signature List Data Signature Combination And Condition - And condition
- Order
Free bool - Order free
- Time
Attribute GetAnti Spyware Signature List Data Signature Combination Time Attribute - anti spyware time attribute
- and
Conditions List<GetAnti Spyware Signature List Data Signature Combination And Condition> - And condition
- order
Free Boolean - Order free
- time
Attribute GetAnti Spyware Signature List Data Signature Combination Time Attribute - anti spyware time attribute
- and
Conditions GetAnti Spyware Signature List Data Signature Combination And Condition[] - And condition
- order
Free boolean - Order free
- time
Attribute GetAnti Spyware Signature List Data Signature Combination Time Attribute - anti spyware time attribute
- and_
conditions Sequence[GetAnti Spyware Signature List Data Signature Combination And Condition] - And condition
- order_
free bool - Order free
- time_
attribute GetAnti Spyware Signature List Data Signature Combination Time Attribute - anti spyware time attribute
- and
Conditions List<Property Map> - And condition
- order
Free Boolean - Order free
- time
Attribute Property Map - anti spyware time attribute
GetAntiSpywareSignatureListDataSignatureCombinationAndCondition
- Name string
- Name
- Or
Conditions List<GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition> - Or condition
- Name string
- Name
- Or
Conditions []GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition - Or condition
- name String
- Name
- or
Conditions List<GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition> - Or condition
- name string
- Name
- or
Conditions GetAnti Spyware Signature List Data Signature Combination And Condition Or Condition[] - Or condition
- name String
- Name
- or
Conditions List<Property Map> - Or condition
GetAntiSpywareSignatureListDataSignatureCombinationAndConditionOrCondition
GetAntiSpywareSignatureListDataSignatureCombinationTimeAttribute
GetAntiSpywareSignatureListDataSignatureStandard
- And
Conditions List<GetAnti Spyware Signature List Data Signature Standard And Condition> - And condition
- Comment string
- Comment
- Name string
- Name
- Order
Free bool - Order free
- Scope string
- Scope
- And
Conditions []GetAnti Spyware Signature List Data Signature Standard And Condition - And condition
- Comment string
- Comment
- Name string
- Name
- Order
Free bool - Order free
- Scope string
- Scope
- and
Conditions List<GetAnti Spyware Signature List Data Signature Standard And Condition> - And condition
- comment String
- Comment
- name String
- Name
- order
Free Boolean - Order free
- scope String
- Scope
- and
Conditions GetAnti Spyware Signature List Data Signature Standard And Condition[] - And condition
- comment string
- Comment
- name string
- Name
- order
Free boolean - Order free
- scope string
- Scope
- and_
conditions Sequence[GetAnti Spyware Signature List Data Signature Standard And Condition] - And condition
- comment str
- Comment
- name str
- Name
- order_
free bool - Order free
- scope str
- Scope
- and
Conditions List<Property Map> - And condition
- comment String
- Comment
- name String
- Name
- order
Free Boolean - Order free
- scope String
- Scope
GetAntiSpywareSignatureListDataSignatureStandardAndCondition
- Name string
- Name
- Or
Conditions List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition> - Or condition
- Name string
- Name
- Or
Conditions []GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition - Or condition
- name String
- Name
- or
Conditions List<GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition> - Or condition
- name string
- Name
- or
Conditions GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition[] - Or condition
- name String
- Name
- or
Conditions List<Property Map> - Or condition
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrCondition
- name String
- Name
- operator Property Map
- Operator
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperator
- Equal
To GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To - Equal to
- Greater
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than - Greater than
- Less
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than - Less than
- Pattern
Match GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match - Pattern match
- Equal
To GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To - Equal to
- Greater
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than - Greater than
- Less
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than - Less than
- Pattern
Match GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match - Pattern match
- equal
To GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To - Equal to
- greater
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than - Greater than
- less
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than - Less than
- pattern
Match GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match - Pattern match
- equal
To GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To - Equal to
- greater
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than - Greater than
- less
Than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than - Less than
- pattern
Match GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match - Pattern match
- equal_
to GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To - Equal to
- greater_
than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than - Greater than
- less_
than GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than - Less than
- pattern_
match GetAnti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match - Pattern match
- equal
To Property Map - Equal to
- greater
Than Property Map - Greater than
- less
Than Property Map - Less than
- pattern
Match Property Map - Pattern match
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualTo
- Context string
- Context
- Negate bool
- Negate
- Qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier> - Qualifier
- Value int
- Value
- Context string
- Context
- Negate bool
- Negate
- Qualifiers
[]Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier - Qualifier
- Value int
- Value
- context String
- Context
- negate Boolean
- Negate
- qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier> - Qualifier
- value Integer
- Value
- context string
- Context
- negate boolean
- Negate
- qualifiers
Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier[] - Qualifier
- value number
- Value
- context str
- Context
- negate bool
- Negate
- qualifiers
Sequence[Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Equal To Qualifier] - Qualifier
- value int
- Value
- context String
- Context
- negate Boolean
- Negate
- qualifiers List<Property Map>
- Qualifier
- value Number
- Value
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorGreaterThan
- Context string
- Context
- Qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier> - Qualifier
- Value int
- Value
- Context string
- Context
- Qualifiers
[]Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier - Qualifier
- Value int
- Value
- context String
- Context
- qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier> - Qualifier
- value Integer
- Value
- context string
- Context
- qualifiers
Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Greater Than Qualifier[] - Qualifier
- value number
- Value
- context String
- Context
- qualifiers List<Property Map>
- Qualifier
- value Number
- Value
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorLessThan
- Context string
- Context
- Qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier> - Qualifier
- Value int
- Value
- Context string
- Context
- Qualifiers
[]Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier - Qualifier
- Value int
- Value
- context String
- Context
- qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier> - Qualifier
- value Integer
- Value
- context string
- Context
- qualifiers
Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Less Than Qualifier[] - Qualifier
- value number
- Value
- context String
- Context
- qualifiers List<Property Map>
- Qualifier
- value Number
- Value
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatch
- Context string
- Context
- Negate bool
- Negate
- Pattern string
- Pattern
- Qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier> - Qualifier
- Context string
- Context
- Negate bool
- Negate
- Pattern string
- Pattern
- Qualifiers
[]Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier - Qualifier
- context String
- Context
- negate Boolean
- Negate
- pattern String
- Pattern
- qualifiers
List<Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier> - Qualifier
- context string
- Context
- negate boolean
- Negate
- pattern string
- Pattern
- qualifiers
Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier[] - Qualifier
- context str
- Context
- negate bool
- Negate
- pattern str
- Pattern
- qualifiers
Sequence[Get
Anti Spyware Signature List Data Signature Standard And Condition Or Condition Operator Pattern Match Qualifier] - Qualifier
- context String
- Context
- negate Boolean
- Negate
- pattern String
- Pattern
- qualifiers List<Property Map>
- Qualifier
GetAntiSpywareSignatureListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
