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

scm.getVulnerabilityProtectionSignaturesList

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

    Using getVulnerabilityProtectionSignaturesList

    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 getVulnerabilityProtectionSignaturesList(args: GetVulnerabilityProtectionSignaturesListArgs, opts?: InvokeOptions): Promise<GetVulnerabilityProtectionSignaturesListResult>
    function getVulnerabilityProtectionSignaturesListOutput(args: GetVulnerabilityProtectionSignaturesListOutputArgs, opts?: InvokeOptions): Output<GetVulnerabilityProtectionSignaturesListResult>
    def get_vulnerability_protection_signatures_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) -> GetVulnerabilityProtectionSignaturesListResult
    def get_vulnerability_protection_signatures_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[GetVulnerabilityProtectionSignaturesListResult]
    func GetVulnerabilityProtectionSignaturesList(ctx *Context, args *GetVulnerabilityProtectionSignaturesListArgs, opts ...InvokeOption) (*GetVulnerabilityProtectionSignaturesListResult, error)
    func GetVulnerabilityProtectionSignaturesListOutput(ctx *Context, args *GetVulnerabilityProtectionSignaturesListOutputArgs, opts ...InvokeOption) GetVulnerabilityProtectionSignaturesListResultOutput

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

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

    getVulnerabilityProtectionSignaturesList Result

    The following output properties are available:

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

    GetVulnerabilityProtectionSignaturesListData

    AffectedHost GetVulnerabilityProtectionSignaturesListDataAffectedHost
    The AffectedHost 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 GetVulnerabilityProtectionSignaturesListDataDefaultAction
    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 GetVulnerabilityProtectionSignaturesListDataSignature
    The Signature param.
    ThreatId int
    threat id range \n\n and \n\n. Value must be between 41000 and 6900000.
    Threatname string
    The Threatname param. String length must not exceed 1024 characters.
    Vendors List<string>
    The Vendors param.
    AffectedHost GetVulnerabilityProtectionSignaturesListDataAffectedHost
    The AffectedHost param.
    Bugtraqs []string
    The Bugtraqs param.
    Comment string
    The Comment param. String length must not exceed 256 characters.
    Cves []string
    The Cves param.
    DefaultAction GetVulnerabilityProtectionSignaturesListDataDefaultAction
    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 GetVulnerabilityProtectionSignaturesListDataSignature
    The Signature param.
    ThreatId int
    threat id range \n\n and \n\n. Value must be between 41000 and 6900000.
    Threatname string
    The Threatname param. String length must not exceed 1024 characters.
    Vendors []string
    The Vendors param.
    affectedHost GetVulnerabilityProtectionSignaturesListDataAffectedHost
    The AffectedHost 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 GetVulnerabilityProtectionSignaturesListDataDefaultAction
    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 GetVulnerabilityProtectionSignaturesListDataSignature
    The Signature param.
    threatId Integer
    threat id range \n\n and \n\n. Value must be between 41000 and 6900000.
    threatname String
    The Threatname param. String length must not exceed 1024 characters.
    vendors List<String>
    The Vendors param.
    affectedHost GetVulnerabilityProtectionSignaturesListDataAffectedHost
    The AffectedHost param.
    bugtraqs string[]
    The Bugtraqs param.
    comment string
    The Comment param. String length must not exceed 256 characters.
    cves string[]
    The Cves param.
    defaultAction GetVulnerabilityProtectionSignaturesListDataDefaultAction
    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 GetVulnerabilityProtectionSignaturesListDataSignature
    The Signature param.
    threatId number
    threat id range \n\n and \n\n. Value must be between 41000 and 6900000.
    threatname string
    The Threatname param. String length must not exceed 1024 characters.
    vendors string[]
    The Vendors param.
    affected_host GetVulnerabilityProtectionSignaturesListDataAffectedHost
    The AffectedHost 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 GetVulnerabilityProtectionSignaturesListDataDefaultAction
    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 GetVulnerabilityProtectionSignaturesListDataSignature
    The Signature param.
    threat_id int
    threat id range \n\n and \n\n. Value must be between 41000 and 6900000.
    threatname str
    The Threatname param. String length must not exceed 1024 characters.
    vendors Sequence[str]
    The Vendors param.
    affectedHost Property Map
    The AffectedHost 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 41000 and 6900000.
    threatname String
    The Threatname param. String length must not exceed 1024 characters.
    vendors List<String>
    The Vendors param.

    GetVulnerabilityProtectionSignaturesListDataAffectedHost

    Client bool
    The Client param.
    Server bool
    The Server param.
    Client bool
    The Client param.
    Server bool
    The Server param.
    client Boolean
    The Client param.
    server Boolean
    The Server param.
    client boolean
    The Client param.
    server boolean
    The Server param.
    client bool
    The Client param.
    server bool
    The Server param.
    client Boolean
    The Client param.
    server Boolean
    The Server param.

    GetVulnerabilityProtectionSignaturesListDataDefaultAction

    Alert bool
    The Alert param.
    Allow bool
    The Allow param.
    BlockIp GetVulnerabilityProtectionSignaturesListDataDefaultActionBlockIp
    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 GetVulnerabilityProtectionSignaturesListDataDefaultActionBlockIp
    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 GetVulnerabilityProtectionSignaturesListDataDefaultActionBlockIp
    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 GetVulnerabilityProtectionSignaturesListDataDefaultActionBlockIp
    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 GetVulnerabilityProtectionSignaturesListDataDefaultActionBlockIp
    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.

    GetVulnerabilityProtectionSignaturesListDataDefaultActionBlockIp

    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".

    GetVulnerabilityProtectionSignaturesListDataSignature

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

    GetVulnerabilityProtectionSignaturesListDataSignatureCombination

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

    GetVulnerabilityProtectionSignaturesListDataSignatureCombinationAndCondition

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

    GetVulnerabilityProtectionSignaturesListDataSignatureCombinationAndConditionOrCondition

    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureCombinationTimeAttribute

    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".

    GetVulnerabilityProtectionSignaturesListDataSignatureStandard

    AndConditions List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndCondition>
    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 []GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndCondition
    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<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndCondition>
    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 GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndCondition[]
    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[GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndCondition]
    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".

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndCondition

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

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrCondition

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

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperator

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

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualTo

    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier>
    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 []GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier
    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<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier>
    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 GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier[]
    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[GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier]
    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorEqualToQualifier

    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThan

    Context string
    The Context param.
    Qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier>
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    Context string
    The Context param.
    Qualifiers []GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param.
    qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier>
    The Qualifiers param.
    value Integer
    The Value param. Value must be between 0 and 4294967295.
    context string
    The Context param.
    qualifiers GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier[]
    The Qualifiers param.
    value number
    The Value param. Value must be between 0 and 4294967295.
    context str
    The Context param.
    qualifiers Sequence[GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier]
    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier

    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThan

    Context string
    The Context param.
    Qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier>
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    Context string
    The Context param.
    Qualifiers []GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier
    The Qualifiers param.
    Value int
    The Value param. Value must be between 0 and 4294967295.
    context String
    The Context param.
    qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier>
    The Qualifiers param.
    value Integer
    The Value param. Value must be between 0 and 4294967295.
    context string
    The Context param.
    qualifiers GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier[]
    The Qualifiers param.
    value number
    The Value param. Value must be between 0 and 4294967295.
    context str
    The Context param.
    qualifiers Sequence[GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier]
    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorLessThanQualifier

    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatch

    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Pattern string
    The Pattern param.
    Qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier>
    The Qualifiers param.
    Context string
    The Context param.
    Negate bool
    The Negate param. Default: false.
    Pattern string
    The Pattern param.
    Qualifiers []GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier
    The Qualifiers param.
    context String
    The Context param.
    negate Boolean
    The Negate param. Default: false.
    pattern String
    The Pattern param.
    qualifiers List<GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier>
    The Qualifiers param.
    context string
    The Context param.
    negate boolean
    The Negate param. Default: false.
    pattern string
    The Pattern param.
    qualifiers GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier[]
    The Qualifiers param.
    context str
    The Context param.
    negate bool
    The Negate param. Default: false.
    pattern str
    The Pattern param.
    qualifiers Sequence[GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier]
    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.

    GetVulnerabilityProtectionSignaturesListDataSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier

    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