Viewing docs for Strata Cloud Manager v0.4.3 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for Strata Cloud Manager v0.4.3 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
//
// Data source to retrieve a list of SCM Vulnerability Protection Profile objects.
//
// Example 1: Fetch a list of all SCM Vulnerability Protection Profile in the "Shared" folder.
const allShared = scm.getVulnerabilityProtectionProfileList({
folder: "All",
});
export const scmVulnerabilityProtectionProfileListAllShared = allShared.then(allShared => allShared.datas);
import pulumi
import pulumi_scm as scm
#
# Data source to retrieve a list of SCM Vulnerability Protection Profile objects.
#
# Example 1: Fetch a list of all SCM Vulnerability Protection Profile in the "Shared" folder.
all_shared = scm.get_vulnerability_protection_profile_list(folder="All")
pulumi.export("scmVulnerabilityProtectionProfileListAllShared", all_shared.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 {
// Data source to retrieve a list of SCM Vulnerability Protection Profile objects.
//
// Example 1: Fetch a list of all SCM Vulnerability Protection Profile in the "Shared" folder.
allShared, err := scm.GetVulnerabilityProtectionProfileList(ctx, &scm.GetVulnerabilityProtectionProfileListArgs{
Folder: pulumi.StringRef("All"),
}, nil)
if err != nil {
return err
}
ctx.Export("scmVulnerabilityProtectionProfileListAllShared", allShared.Datas)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
//
// Data source to retrieve a list of SCM Vulnerability Protection Profile objects.
//
// Example 1: Fetch a list of all SCM Vulnerability Protection Profile in the "Shared" folder.
var allShared = Scm.GetVulnerabilityProtectionProfileList.Invoke(new()
{
Folder = "All",
});
return new Dictionary<string, object?>
{
["scmVulnerabilityProtectionProfileListAllShared"] = allShared.Apply(getVulnerabilityProtectionProfileListResult => getVulnerabilityProtectionProfileListResult.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.GetVulnerabilityProtectionProfileListArgs;
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) {
//
// Data source to retrieve a list of SCM Vulnerability Protection Profile objects.
//
// Example 1: Fetch a list of all SCM Vulnerability Protection Profile in the "Shared" folder.
final var allShared = ScmFunctions.getVulnerabilityProtectionProfileList(GetVulnerabilityProtectionProfileListArgs.builder()
.folder("All")
.build());
ctx.export("scmVulnerabilityProtectionProfileListAllShared", allShared.datas());
}
}
variables:
#
# Data source to retrieve a list of SCM Vulnerability Protection Profile objects.
#
# Example 1: Fetch a list of all SCM Vulnerability Protection Profile in the "Shared" folder.
allShared:
fn::invoke:
function: scm:getVulnerabilityProtectionProfileList
arguments:
folder: All
outputs:
# Output the list of all SCM Vulnerability Protection Profile objects from the "Shared" folder.
scmVulnerabilityProtectionProfileListAllShared: ${allShared.datas}
Using getVulnerabilityProtectionProfileList
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 getVulnerabilityProtectionProfileList(args: GetVulnerabilityProtectionProfileListArgs, opts?: InvokeOptions): Promise<GetVulnerabilityProtectionProfileListResult>
function getVulnerabilityProtectionProfileListOutput(args: GetVulnerabilityProtectionProfileListOutputArgs, opts?: InvokeOptions): Output<GetVulnerabilityProtectionProfileListResult>def get_vulnerability_protection_profile_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) -> GetVulnerabilityProtectionProfileListResult
def get_vulnerability_protection_profile_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[GetVulnerabilityProtectionProfileListResult]func GetVulnerabilityProtectionProfileList(ctx *Context, args *GetVulnerabilityProtectionProfileListArgs, opts ...InvokeOption) (*GetVulnerabilityProtectionProfileListResult, error)
func GetVulnerabilityProtectionProfileListOutput(ctx *Context, args *GetVulnerabilityProtectionProfileListOutputArgs, opts ...InvokeOption) GetVulnerabilityProtectionProfileListResultOutput> Note: This function is named GetVulnerabilityProtectionProfileList in the Go SDK.
public static class GetVulnerabilityProtectionProfileList
{
public static Task<GetVulnerabilityProtectionProfileListResult> InvokeAsync(GetVulnerabilityProtectionProfileListArgs args, InvokeOptions? opts = null)
public static Output<GetVulnerabilityProtectionProfileListResult> Invoke(GetVulnerabilityProtectionProfileListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVulnerabilityProtectionProfileListResult> getVulnerabilityProtectionProfileList(GetVulnerabilityProtectionProfileListArgs args, InvokeOptions options)
public static Output<GetVulnerabilityProtectionProfileListResult> getVulnerabilityProtectionProfileList(GetVulnerabilityProtectionProfileListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getVulnerabilityProtectionProfileList:getVulnerabilityProtectionProfileList
arguments:
# arguments dictionaryThe following arguments are supported:
getVulnerabilityProtectionProfileList Result
The following output properties are available:
- Datas
List<Get
Vulnerability Protection Profile 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
Vulnerability Protection Profile 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
Vulnerability Protection Profile 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
Vulnerability Protection Profile 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
Vulnerability Protection Profile 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
GetVulnerabilityProtectionProfileListData
- Description string
- Description
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- Name string
- Name
- Rules
List<Get
Vulnerability Protection Profile List Data Rule> - Rules
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Threat
Exceptions List<GetVulnerability Protection Profile List Data Threat Exception> - Threat exception
- Description string
- Description
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- Name string
- Name
- Rules
[]Get
Vulnerability Protection Profile List Data Rule - Rules
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Threat
Exceptions []GetVulnerability Protection Profile List Data Threat Exception - Threat exception
- description String
- Description
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- name String
- Name
- rules
List<Get
Vulnerability Protection Profile List Data Rule> - Rules
- snippet String
- The snippet in which the resource is defined
- tfid String
- threat
Exceptions List<GetVulnerability Protection Profile List Data Threat Exception> - Threat exception
- description string
- Description
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- id string
- UUID of the resource
- name string
- Name
- rules
Get
Vulnerability Protection Profile List Data Rule[] - Rules
- snippet string
- The snippet in which the resource is defined
- tfid string
- threat
Exceptions GetVulnerability Protection Profile List Data Threat Exception[] - Threat exception
- description str
- Description
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- id str
- UUID of the resource
- name str
- Name
- rules
Sequence[Get
Vulnerability Protection Profile List Data Rule] - Rules
- snippet str
- The snippet in which the resource is defined
- tfid str
- threat_
exceptions Sequence[GetVulnerability Protection Profile List Data Threat Exception] - Threat exception
- description String
- Description
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- name String
- Name
- rules List<Property Map>
- Rules
- snippet String
- The snippet in which the resource is defined
- tfid String
- threat
Exceptions List<Property Map> - Threat exception
GetVulnerabilityProtectionProfileListDataRule
- Action
Get
Vulnerability Protection Profile List Data Rule Action - vulnerability profiles threat exception default action
- Category string
- Category
- Cves List<string>
- Cve
- Host string
- Host
- Name string
- Name
- Packet
Capture string - Packet capture
- Severities List<string>
- Severity
- Threat
Name string - Threat name
- Vendor
Ids List<string> - Vendor id
- Action
Get
Vulnerability Protection Profile List Data Rule Action - vulnerability profiles threat exception default action
- Category string
- Category
- Cves []string
- Cve
- Host string
- Host
- Name string
- Name
- Packet
Capture string - Packet capture
- Severities []string
- Severity
- Threat
Name string - Threat name
- Vendor
Ids []string - Vendor id
- action
Get
Vulnerability Protection Profile List Data Rule Action - vulnerability profiles threat exception default action
- category String
- Category
- cves List<String>
- Cve
- host String
- Host
- name String
- Name
- packet
Capture String - Packet capture
- severities List<String>
- Severity
- threat
Name String - Threat name
- vendor
Ids List<String> - Vendor id
- action
Get
Vulnerability Protection Profile List Data Rule Action - vulnerability profiles threat exception default action
- category string
- Category
- cves string[]
- Cve
- host string
- Host
- name string
- Name
- packet
Capture string - Packet capture
- severities string[]
- Severity
- threat
Name string - Threat name
- vendor
Ids string[] - Vendor id
- action
Get
Vulnerability Protection Profile List Data Rule Action - vulnerability profiles threat exception default action
- category str
- Category
- cves Sequence[str]
- Cve
- host str
- Host
- name str
- Name
- packet_
capture str - Packet capture
- severities Sequence[str]
- Severity
- threat_
name str - Threat name
- vendor_
ids Sequence[str] - Vendor id
- action Property Map
- vulnerability profiles threat exception default action
- category String
- Category
- cves List<String>
- Cve
- host String
- Host
- name String
- Name
- packet
Capture String - Packet capture
- severities List<String>
- Severity
- threat
Name String - Threat name
- vendor
Ids List<String> - Vendor id
GetVulnerabilityProtectionProfileListDataRuleAction
- Alert
Get
Vulnerability Protection Profile List Data Rule Action Alert - Alert
- Allow
Get
Vulnerability Protection Profile List Data Rule Action Allow - Allow
- Block
Ip GetVulnerability Protection Profile List Data Rule Action Block Ip - vulnerability protection block ip
- Default
Get
Vulnerability Protection Profile List Data Rule Action Default - Default
- Drop
Get
Vulnerability Protection Profile List Data Rule Action Drop - Drop
- Reset
Both GetVulnerability Protection Profile List Data Rule Action Reset Both - Reset both
- Reset
Client GetVulnerability Protection Profile List Data Rule Action Reset Client - Reset client
- Reset
Server GetVulnerability Protection Profile List Data Rule Action Reset Server - Reset server
- Alert
Get
Vulnerability Protection Profile List Data Rule Action Alert - Alert
- Allow
Get
Vulnerability Protection Profile List Data Rule Action Allow - Allow
- Block
Ip GetVulnerability Protection Profile List Data Rule Action Block Ip - vulnerability protection block ip
- Default
Get
Vulnerability Protection Profile List Data Rule Action Default - Default
- Drop
Get
Vulnerability Protection Profile List Data Rule Action Drop - Drop
- Reset
Both GetVulnerability Protection Profile List Data Rule Action Reset Both - Reset both
- Reset
Client GetVulnerability Protection Profile List Data Rule Action Reset Client - Reset client
- Reset
Server GetVulnerability Protection Profile List Data Rule Action Reset Server - Reset server
- alert
Get
Vulnerability Protection Profile List Data Rule Action Alert - Alert
- allow
Get
Vulnerability Protection Profile List Data Rule Action Allow - Allow
- block
Ip GetVulnerability Protection Profile List Data Rule Action Block Ip - vulnerability protection block ip
- default_
Get
Vulnerability Protection Profile List Data Rule Action Default - Default
- drop
Get
Vulnerability Protection Profile List Data Rule Action Drop - Drop
- reset
Both GetVulnerability Protection Profile List Data Rule Action Reset Both - Reset both
- reset
Client GetVulnerability Protection Profile List Data Rule Action Reset Client - Reset client
- reset
Server GetVulnerability Protection Profile List Data Rule Action Reset Server - Reset server
- alert
Get
Vulnerability Protection Profile List Data Rule Action Alert - Alert
- allow
Get
Vulnerability Protection Profile List Data Rule Action Allow - Allow
- block
Ip GetVulnerability Protection Profile List Data Rule Action Block Ip - vulnerability protection block ip
- default
Get
Vulnerability Protection Profile List Data Rule Action Default - Default
- drop
Get
Vulnerability Protection Profile List Data Rule Action Drop - Drop
- reset
Both GetVulnerability Protection Profile List Data Rule Action Reset Both - Reset both
- reset
Client GetVulnerability Protection Profile List Data Rule Action Reset Client - Reset client
- reset
Server GetVulnerability Protection Profile List Data Rule Action Reset Server - Reset server
- alert
Get
Vulnerability Protection Profile List Data Rule Action Alert - Alert
- allow
Get
Vulnerability Protection Profile List Data Rule Action Allow - Allow
- block_
ip GetVulnerability Protection Profile List Data Rule Action Block Ip - vulnerability protection block ip
- default
Get
Vulnerability Protection Profile List Data Rule Action Default - Default
- drop
Get
Vulnerability Protection Profile List Data Rule Action Drop - Drop
- reset_
both GetVulnerability Protection Profile List Data Rule Action Reset Both - Reset both
- reset_
client GetVulnerability Protection Profile List Data Rule Action Reset Client - Reset client
- reset_
server GetVulnerability Protection Profile List Data Rule Action Reset Server - Reset server
- alert Property Map
- Alert
- allow Property Map
- Allow
- block
Ip Property Map - vulnerability protection block ip
- default Property Map
- Default
- drop Property Map
- Drop
- reset
Both Property Map - Reset both
- reset
Client Property Map - Reset client
- reset
Server Property Map - Reset server
GetVulnerabilityProtectionProfileListDataRuleActionBlockIp
GetVulnerabilityProtectionProfileListDataThreatException
- Action
Get
Vulnerability Protection Profile List Data Threat Exception Action - vulnerability threat exception default action
- Exempt
Ips List<GetVulnerability Protection Profile List Data Threat Exception Exempt Ip> - Exempt ip
- Name string
- Name
- Notes string
- Notes
- Packet
Capture string - Packet capture
- Time
Attribute GetVulnerability Protection Profile List Data Threat Exception Time Attribute - vulnerability time attribute
- Action
Get
Vulnerability Protection Profile List Data Threat Exception Action - vulnerability threat exception default action
- Exempt
Ips []GetVulnerability Protection Profile List Data Threat Exception Exempt Ip - Exempt ip
- Name string
- Name
- Notes string
- Notes
- Packet
Capture string - Packet capture
- Time
Attribute GetVulnerability Protection Profile List Data Threat Exception Time Attribute - vulnerability time attribute
- action
Get
Vulnerability Protection Profile List Data Threat Exception Action - vulnerability threat exception default action
- exempt
Ips List<GetVulnerability Protection Profile List Data Threat Exception Exempt Ip> - Exempt ip
- name String
- Name
- notes String
- Notes
- packet
Capture String - Packet capture
- time
Attribute GetVulnerability Protection Profile List Data Threat Exception Time Attribute - vulnerability time attribute
- action
Get
Vulnerability Protection Profile List Data Threat Exception Action - vulnerability threat exception default action
- exempt
Ips GetVulnerability Protection Profile List Data Threat Exception Exempt Ip[] - Exempt ip
- name string
- Name
- notes string
- Notes
- packet
Capture string - Packet capture
- time
Attribute GetVulnerability Protection Profile List Data Threat Exception Time Attribute - vulnerability time attribute
- action
Get
Vulnerability Protection Profile List Data Threat Exception Action - vulnerability threat exception default action
- exempt_
ips Sequence[GetVulnerability Protection Profile List Data Threat Exception Exempt Ip] - Exempt ip
- name str
- Name
- notes str
- Notes
- packet_
capture str - Packet capture
- time_
attribute GetVulnerability Protection Profile List Data Threat Exception Time Attribute - vulnerability time attribute
- action Property Map
- vulnerability threat exception default action
- exempt
Ips List<Property Map> - Exempt ip
- name String
- Name
- notes String
- Notes
- packet
Capture String - Packet capture
- time
Attribute Property Map - vulnerability time attribute
GetVulnerabilityProtectionProfileListDataThreatExceptionAction
- Alert
Get
Vulnerability Protection Profile List Data Threat Exception Action Alert - Alert
- Allow
Get
Vulnerability Protection Profile List Data Threat Exception Action Allow - Allow
- Block
Ip GetVulnerability Protection Profile List Data Threat Exception Action Block Ip - vulnerability protection threat exception block ip
- Default
Get
Vulnerability Protection Profile List Data Threat Exception Action Default - Default
- Drop
Get
Vulnerability Protection Profile List Data Threat Exception Action Drop - Drop
- Reset
Both GetVulnerability Protection Profile List Data Threat Exception Action Reset Both - Reset both
- Reset
Client GetVulnerability Protection Profile List Data Threat Exception Action Reset Client - Reset client
- Reset
Server GetVulnerability Protection Profile List Data Threat Exception Action Reset Server - Reset server
- Alert
Get
Vulnerability Protection Profile List Data Threat Exception Action Alert - Alert
- Allow
Get
Vulnerability Protection Profile List Data Threat Exception Action Allow - Allow
- Block
Ip GetVulnerability Protection Profile List Data Threat Exception Action Block Ip - vulnerability protection threat exception block ip
- Default
Get
Vulnerability Protection Profile List Data Threat Exception Action Default - Default
- Drop
Get
Vulnerability Protection Profile List Data Threat Exception Action Drop - Drop
- Reset
Both GetVulnerability Protection Profile List Data Threat Exception Action Reset Both - Reset both
- Reset
Client GetVulnerability Protection Profile List Data Threat Exception Action Reset Client - Reset client
- Reset
Server GetVulnerability Protection Profile List Data Threat Exception Action Reset Server - Reset server
- alert
Get
Vulnerability Protection Profile List Data Threat Exception Action Alert - Alert
- allow
Get
Vulnerability Protection Profile List Data Threat Exception Action Allow - Allow
- block
Ip GetVulnerability Protection Profile List Data Threat Exception Action Block Ip - vulnerability protection threat exception block ip
- default_
Get
Vulnerability Protection Profile List Data Threat Exception Action Default - Default
- drop
Get
Vulnerability Protection Profile List Data Threat Exception Action Drop - Drop
- reset
Both GetVulnerability Protection Profile List Data Threat Exception Action Reset Both - Reset both
- reset
Client GetVulnerability Protection Profile List Data Threat Exception Action Reset Client - Reset client
- reset
Server GetVulnerability Protection Profile List Data Threat Exception Action Reset Server - Reset server
- alert
Get
Vulnerability Protection Profile List Data Threat Exception Action Alert - Alert
- allow
Get
Vulnerability Protection Profile List Data Threat Exception Action Allow - Allow
- block
Ip GetVulnerability Protection Profile List Data Threat Exception Action Block Ip - vulnerability protection threat exception block ip
- default
Get
Vulnerability Protection Profile List Data Threat Exception Action Default - Default
- drop
Get
Vulnerability Protection Profile List Data Threat Exception Action Drop - Drop
- reset
Both GetVulnerability Protection Profile List Data Threat Exception Action Reset Both - Reset both
- reset
Client GetVulnerability Protection Profile List Data Threat Exception Action Reset Client - Reset client
- reset
Server GetVulnerability Protection Profile List Data Threat Exception Action Reset Server - Reset server
- alert
Get
Vulnerability Protection Profile List Data Threat Exception Action Alert - Alert
- allow
Get
Vulnerability Protection Profile List Data Threat Exception Action Allow - Allow
- block_
ip GetVulnerability Protection Profile List Data Threat Exception Action Block Ip - vulnerability protection threat exception block ip
- default
Get
Vulnerability Protection Profile List Data Threat Exception Action Default - Default
- drop
Get
Vulnerability Protection Profile List Data Threat Exception Action Drop - Drop
- reset_
both GetVulnerability Protection Profile List Data Threat Exception Action Reset Both - Reset both
- reset_
client GetVulnerability Protection Profile List Data Threat Exception Action Reset Client - Reset client
- reset_
server GetVulnerability Protection Profile List Data Threat Exception Action Reset Server - Reset server
- alert Property Map
- Alert
- allow Property Map
- Allow
- block
Ip Property Map - vulnerability protection threat exception block ip
- default Property Map
- Default
- drop Property Map
- Drop
- reset
Both Property Map - Reset both
- reset
Client Property Map - Reset client
- reset
Server Property Map - Reset server
GetVulnerabilityProtectionProfileListDataThreatExceptionActionBlockIp
GetVulnerabilityProtectionProfileListDataThreatExceptionExemptIp
- Name string
- Name
- Name string
- Name
- name String
- Name
- name string
- Name
- name str
- Name
- name String
- Name
GetVulnerabilityProtectionProfileListDataThreatExceptionTimeAttribute
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Viewing docs for Strata Cloud Manager v0.4.3 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi