1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getVulnerabilityProtectionSignatures
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

scm.getVulnerabilityProtectionSignatures

Explore with Pulumi AI

Retrieves a config item.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";

const example = scm.getVulnerabilityProtectionSignatures({
    id: "1234-56-789",
});
Copy
import pulumi
import pulumi_scm as scm

example = scm.get_vulnerability_protection_signatures(id="1234-56-789")
Copy
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.LookupVulnerabilityProtectionSignatures(ctx, &scm.LookupVulnerabilityProtectionSignaturesArgs{
			Id: "1234-56-789",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;

return await Deployment.RunAsync(() => 
{
    var example = Scm.GetVulnerabilityProtectionSignatures.Invoke(new()
    {
        Id = "1234-56-789",
    });

});
Copy
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.GetVulnerabilityProtectionSignaturesArgs;
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.getVulnerabilityProtectionSignatures(GetVulnerabilityProtectionSignaturesArgs.builder()
            .id("1234-56-789")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getVulnerabilityProtectionSignatures
      arguments:
        id: 1234-56-789
Copy

Using getVulnerabilityProtectionSignatures

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 getVulnerabilityProtectionSignatures(args: GetVulnerabilityProtectionSignaturesArgs, opts?: InvokeOptions): Promise<GetVulnerabilityProtectionSignaturesResult>
function getVulnerabilityProtectionSignaturesOutput(args: GetVulnerabilityProtectionSignaturesOutputArgs, opts?: InvokeOptions): Output<GetVulnerabilityProtectionSignaturesResult>
Copy
def get_vulnerability_protection_signatures(id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetVulnerabilityProtectionSignaturesResult
def get_vulnerability_protection_signatures_output(id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetVulnerabilityProtectionSignaturesResult]
Copy
func LookupVulnerabilityProtectionSignatures(ctx *Context, args *LookupVulnerabilityProtectionSignaturesArgs, opts ...InvokeOption) (*LookupVulnerabilityProtectionSignaturesResult, error)
func LookupVulnerabilityProtectionSignaturesOutput(ctx *Context, args *LookupVulnerabilityProtectionSignaturesOutputArgs, opts ...InvokeOption) LookupVulnerabilityProtectionSignaturesResultOutput
Copy

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

public static class GetVulnerabilityProtectionSignatures 
{
    public static Task<GetVulnerabilityProtectionSignaturesResult> InvokeAsync(GetVulnerabilityProtectionSignaturesArgs args, InvokeOptions? opts = null)
    public static Output<GetVulnerabilityProtectionSignaturesResult> Invoke(GetVulnerabilityProtectionSignaturesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVulnerabilityProtectionSignaturesResult> getVulnerabilityProtectionSignatures(GetVulnerabilityProtectionSignaturesArgs args, InvokeOptions options)
public static Output<GetVulnerabilityProtectionSignaturesResult> getVulnerabilityProtectionSignatures(GetVulnerabilityProtectionSignaturesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: scm:index/getVulnerabilityProtectionSignatures:getVulnerabilityProtectionSignatures
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The Id param.
Id This property is required. string
The Id param.
id This property is required. String
The Id param.
id This property is required. string
The Id param.
id This property is required. str
The Id param.
id This property is required. String
The Id param.

getVulnerabilityProtectionSignatures Result

The following output properties are available:

AffectedHost GetVulnerabilityProtectionSignaturesAffectedHost
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 GetVulnerabilityProtectionSignaturesDefaultAction
The DefaultAction param.
Direction string
The Direction param. String must be one of these: "client2server", "server2client", "both".
Id string
The Id param.
References List<string>
The References param.
Severity string
The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
Signature GetVulnerabilityProtectionSignaturesSignature
The Signature param.
Tfid string
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 GetVulnerabilityProtectionSignaturesAffectedHost
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 GetVulnerabilityProtectionSignaturesDefaultAction
The DefaultAction param.
Direction string
The Direction param. String must be one of these: "client2server", "server2client", "both".
Id string
The Id param.
References []string
The References param.
Severity string
The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
Signature GetVulnerabilityProtectionSignaturesSignature
The Signature param.
Tfid string
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 GetVulnerabilityProtectionSignaturesAffectedHost
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 GetVulnerabilityProtectionSignaturesDefaultAction
The DefaultAction param.
direction String
The Direction param. String must be one of these: "client2server", "server2client", "both".
id String
The Id param.
references List<String>
The References param.
severity String
The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
signature GetVulnerabilityProtectionSignaturesSignature
The Signature param.
tfid String
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 GetVulnerabilityProtectionSignaturesAffectedHost
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 GetVulnerabilityProtectionSignaturesDefaultAction
The DefaultAction param.
direction string
The Direction param. String must be one of these: "client2server", "server2client", "both".
id string
The Id param.
references string[]
The References param.
severity string
The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
signature GetVulnerabilityProtectionSignaturesSignature
The Signature param.
tfid string
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 GetVulnerabilityProtectionSignaturesAffectedHost
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 GetVulnerabilityProtectionSignaturesDefaultAction
The DefaultAction param.
direction str
The Direction param. String must be one of these: "client2server", "server2client", "both".
id str
The Id param.
references Sequence[str]
The References param.
severity str
The Severity param. String must be one of these: "critical", "low", "high", "medium", "informational".
signature GetVulnerabilityProtectionSignaturesSignature
The Signature param.
tfid str
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
The Id param.
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.
tfid String
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.

Supporting Types

GetVulnerabilityProtectionSignaturesAffectedHost

Client This property is required. bool
The Client param.
Server This property is required. bool
The Server param.
Client This property is required. bool
The Client param.
Server This property is required. bool
The Server param.
client This property is required. Boolean
The Client param.
server This property is required. Boolean
The Server param.
client This property is required. boolean
The Client param.
server This property is required. boolean
The Server param.
client This property is required. bool
The Client param.
server This property is required. bool
The Server param.
client This property is required. Boolean
The Client param.
server This property is required. Boolean
The Server param.

GetVulnerabilityProtectionSignaturesDefaultAction

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

GetVulnerabilityProtectionSignaturesDefaultActionBlockIp

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

GetVulnerabilityProtectionSignaturesSignature

Combination This property is required. GetVulnerabilityProtectionSignaturesSignatureCombination
The Combination param.
Standards This property is required. List<GetVulnerabilityProtectionSignaturesSignatureStandard>
The Standards param.
Combination This property is required. GetVulnerabilityProtectionSignaturesSignatureCombination
The Combination param.
Standards This property is required. []GetVulnerabilityProtectionSignaturesSignatureStandard
The Standards param.
combination This property is required. GetVulnerabilityProtectionSignaturesSignatureCombination
The Combination param.
standards This property is required. List<GetVulnerabilityProtectionSignaturesSignatureStandard>
The Standards param.
combination This property is required. GetVulnerabilityProtectionSignaturesSignatureCombination
The Combination param.
standards This property is required. GetVulnerabilityProtectionSignaturesSignatureStandard[]
The Standards param.
combination This property is required. GetVulnerabilityProtectionSignaturesSignatureCombination
The Combination param.
standards This property is required. Sequence[GetVulnerabilityProtectionSignaturesSignatureStandard]
The Standards param.
combination This property is required. Property Map
The Combination param.
standards This property is required. List<Property Map>
The Standards param.

GetVulnerabilityProtectionSignaturesSignatureCombination

AndConditions This property is required. List<GetVulnerabilityProtectionSignaturesSignatureCombinationAndCondition>
The AndConditions param.
OrderFree This property is required. bool
The OrderFree param. Default: false.
TimeAttribute This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute
The TimeAttribute param.
AndConditions This property is required. []GetVulnerabilityProtectionSignaturesSignatureCombinationAndCondition
The AndConditions param.
OrderFree This property is required. bool
The OrderFree param. Default: false.
TimeAttribute This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute
The TimeAttribute param.
andConditions This property is required. List<GetVulnerabilityProtectionSignaturesSignatureCombinationAndCondition>
The AndConditions param.
orderFree This property is required. Boolean
The OrderFree param. Default: false.
timeAttribute This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute
The TimeAttribute param.
andConditions This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationAndCondition[]
The AndConditions param.
orderFree This property is required. boolean
The OrderFree param. Default: false.
timeAttribute This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute
The TimeAttribute param.
and_conditions This property is required. Sequence[GetVulnerabilityProtectionSignaturesSignatureCombinationAndCondition]
The AndConditions param.
order_free This property is required. bool
The OrderFree param. Default: false.
time_attribute This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute
The TimeAttribute param.
andConditions This property is required. List<Property Map>
The AndConditions param.
orderFree This property is required. Boolean
The OrderFree param. Default: false.
timeAttribute This property is required. Property Map
The TimeAttribute param.

GetVulnerabilityProtectionSignaturesSignatureCombinationAndCondition

Name This property is required. string
The Name param.
OrConditions This property is required. List<GetVulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition>
The OrConditions param.
Name This property is required. string
The Name param.
OrConditions This property is required. []GetVulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition
The OrConditions param.
name This property is required. String
The Name param.
orConditions This property is required. List<GetVulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition>
The OrConditions param.
name This property is required. string
The Name param.
orConditions This property is required. GetVulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition[]
The OrConditions param.
name This property is required. str
The Name param.
or_conditions This property is required. Sequence[GetVulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition]
The OrConditions param.
name This property is required. String
The Name param.
orConditions This property is required. List<Property Map>
The OrConditions param.

GetVulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition

Name This property is required. string
The Name param.
ThreatId This property is required. string
The ThreatId param.
Name This property is required. string
The Name param.
ThreatId This property is required. string
The ThreatId param.
name This property is required. String
The Name param.
threatId This property is required. String
The ThreatId param.
name This property is required. string
The Name param.
threatId This property is required. string
The ThreatId param.
name This property is required. str
The Name param.
threat_id This property is required. str
The ThreatId param.
name This property is required. String
The Name param.
threatId This property is required. String
The ThreatId param.

GetVulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute

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

GetVulnerabilityProtectionSignaturesSignatureStandard

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

GetVulnerabilityProtectionSignaturesSignatureStandardAndCondition

Name This property is required. string
The Name param.
OrConditions This property is required. List<GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition>
The OrConditions param.
Name This property is required. string
The Name param.
OrConditions This property is required. []GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition
The OrConditions param.
name This property is required. String
The Name param.
orConditions This property is required. List<GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition>
The OrConditions param.
name This property is required. string
The Name param.
orConditions This property is required. GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition[]
The OrConditions param.
name This property is required. str
The Name param.
or_conditions This property is required. Sequence[GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition]
The OrConditions param.
name This property is required. String
The Name param.
orConditions This property is required. List<Property Map>
The OrConditions param.

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition

Name This property is required. string
The Name param.
Operator This property is required. GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator
The Operator param.
Name This property is required. string
The Name param.
Operator This property is required. GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator
The Operator param.
name This property is required. String
The Name param.
operator This property is required. GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator
The Operator param.
name This property is required. string
The Name param.
operator This property is required. GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator
The Operator param.
name This property is required. str
The Name param.
operator This property is required. GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator
The Operator param.
name This property is required. String
The Name param.
operator This property is required. Property Map
The Operator param.

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator

equalTo This property is required. Property Map
The EqualTo param.
greaterThan This property is required. Property Map
The GreaterThan param.
lessThan This property is required. Property Map
The LessThan param.
patternMatch This property is required. Property Map
The PatternMatch param.

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorEqualTo

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

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorEqualToQualifier

Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.
name This property is required. string
The Name param.
value This property is required. string
The Value param.
name This property is required. str
The Name param.
value This property is required. str
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorGreaterThan

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

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier

Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.
name This property is required. string
The Name param.
value This property is required. string
The Value param.
name This property is required. str
The Name param.
value This property is required. str
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorLessThan

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

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorLessThanQualifier

Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.
name This property is required. string
The Name param.
value This property is required. string
The Value param.
name This property is required. str
The Name param.
value This property is required. str
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorPatternMatch

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

GetVulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier

Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
Name This property is required. string
The Name param.
Value This property is required. string
The Value param.
name This property is required. String
The Name param.
value This property is required. String
The Value param.
name This property is required. string
The Name param.
value This property is required. string
The Value param.
name This property is required. str
The Name param.
value This property is required. str
The Value param.
name This property is required. String
The Name param.
value This property is required. 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.