published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Create ManagementCheckThreatIocFeed Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCheckThreatIocFeed(name: string, args: ManagementCheckThreatIocFeedArgs, opts?: CustomResourceOptions);@overload
def ManagementCheckThreatIocFeed(resource_name: str,
args: ManagementCheckThreatIocFeedArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCheckThreatIocFeed(resource_name: str,
opts: Optional[ResourceOptions] = None,
ioc_feed: Optional[ManagementCheckThreatIocFeedIocFeedArgs] = None,
targets: Optional[Sequence[str]] = None,
management_check_threat_ioc_feed_id: Optional[str] = None)func NewManagementCheckThreatIocFeed(ctx *Context, name string, args ManagementCheckThreatIocFeedArgs, opts ...ResourceOption) (*ManagementCheckThreatIocFeed, error)public ManagementCheckThreatIocFeed(string name, ManagementCheckThreatIocFeedArgs args, CustomResourceOptions? opts = null)
public ManagementCheckThreatIocFeed(String name, ManagementCheckThreatIocFeedArgs args)
public ManagementCheckThreatIocFeed(String name, ManagementCheckThreatIocFeedArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCheckThreatIocFeed
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managementCheckThreatIocFeedResource = new Checkpoint.ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource", new()
{
IocFeed = new Checkpoint.Inputs.ManagementCheckThreatIocFeedIocFeedArgs
{
Action = "string",
CertificateId = "string",
CustomComment = 0,
CustomConfidence = 0,
CustomHeaders = new[]
{
new Checkpoint.Inputs.ManagementCheckThreatIocFeedIocFeedCustomHeaderArgs
{
HeaderName = "string",
HeaderValue = "string",
},
},
CustomName = 0,
CustomSeverity = 0,
CustomType = 0,
CustomValue = 0,
Enabled = false,
FeedType = "string",
FeedUrl = "string",
FieldsDelimiter = "string",
IgnoreErrors = false,
IgnoreLinesThatStartWith = "string",
IgnoreWarnings = false,
Name = "string",
Password = "string",
UseCustomFeedSettings = false,
UseGatewayProxy = false,
Username = "string",
},
Targets = new[]
{
"string",
},
ManagementCheckThreatIocFeedId = "string",
});
example, err := checkpoint.NewManagementCheckThreatIocFeed(ctx, "managementCheckThreatIocFeedResource", &checkpoint.ManagementCheckThreatIocFeedArgs{
IocFeed: &checkpoint.ManagementCheckThreatIocFeedIocFeedArgs{
Action: pulumi.String("string"),
CertificateId: pulumi.String("string"),
CustomComment: pulumi.Float64(0),
CustomConfidence: pulumi.Float64(0),
CustomHeaders: checkpoint.ManagementCheckThreatIocFeedIocFeedCustomHeaderArray{
&checkpoint.ManagementCheckThreatIocFeedIocFeedCustomHeaderArgs{
HeaderName: pulumi.String("string"),
HeaderValue: pulumi.String("string"),
},
},
CustomName: pulumi.Float64(0),
CustomSeverity: pulumi.Float64(0),
CustomType: pulumi.Float64(0),
CustomValue: pulumi.Float64(0),
Enabled: pulumi.Bool(false),
FeedType: pulumi.String("string"),
FeedUrl: pulumi.String("string"),
FieldsDelimiter: pulumi.String("string"),
IgnoreErrors: pulumi.Bool(false),
IgnoreLinesThatStartWith: pulumi.String("string"),
IgnoreWarnings: pulumi.Bool(false),
Name: pulumi.String("string"),
Password: pulumi.String("string"),
UseCustomFeedSettings: pulumi.Bool(false),
UseGatewayProxy: pulumi.Bool(false),
Username: pulumi.String("string"),
},
Targets: pulumi.StringArray{
pulumi.String("string"),
},
ManagementCheckThreatIocFeedId: pulumi.String("string"),
})
var managementCheckThreatIocFeedResource = new ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource", ManagementCheckThreatIocFeedArgs.builder()
.iocFeed(ManagementCheckThreatIocFeedIocFeedArgs.builder()
.action("string")
.certificateId("string")
.customComment(0.0)
.customConfidence(0.0)
.customHeaders(ManagementCheckThreatIocFeedIocFeedCustomHeaderArgs.builder()
.headerName("string")
.headerValue("string")
.build())
.customName(0.0)
.customSeverity(0.0)
.customType(0.0)
.customValue(0.0)
.enabled(false)
.feedType("string")
.feedUrl("string")
.fieldsDelimiter("string")
.ignoreErrors(false)
.ignoreLinesThatStartWith("string")
.ignoreWarnings(false)
.name("string")
.password("string")
.useCustomFeedSettings(false)
.useGatewayProxy(false)
.username("string")
.build())
.targets("string")
.managementCheckThreatIocFeedId("string")
.build());
management_check_threat_ioc_feed_resource = checkpoint.ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource",
ioc_feed={
"action": "string",
"certificate_id": "string",
"custom_comment": float(0),
"custom_confidence": float(0),
"custom_headers": [{
"header_name": "string",
"header_value": "string",
}],
"custom_name": float(0),
"custom_severity": float(0),
"custom_type": float(0),
"custom_value": float(0),
"enabled": False,
"feed_type": "string",
"feed_url": "string",
"fields_delimiter": "string",
"ignore_errors": False,
"ignore_lines_that_start_with": "string",
"ignore_warnings": False,
"name": "string",
"password": "string",
"use_custom_feed_settings": False,
"use_gateway_proxy": False,
"username": "string",
},
targets=["string"],
management_check_threat_ioc_feed_id="string")
const managementCheckThreatIocFeedResource = new checkpoint.ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource", {
iocFeed: {
action: "string",
certificateId: "string",
customComment: 0,
customConfidence: 0,
customHeaders: [{
headerName: "string",
headerValue: "string",
}],
customName: 0,
customSeverity: 0,
customType: 0,
customValue: 0,
enabled: false,
feedType: "string",
feedUrl: "string",
fieldsDelimiter: "string",
ignoreErrors: false,
ignoreLinesThatStartWith: "string",
ignoreWarnings: false,
name: "string",
password: "string",
useCustomFeedSettings: false,
useGatewayProxy: false,
username: "string",
},
targets: ["string"],
managementCheckThreatIocFeedId: "string",
});
type: checkpoint:ManagementCheckThreatIocFeed
properties:
iocFeed:
action: string
certificateId: string
customComment: 0
customConfidence: 0
customHeaders:
- headerName: string
headerValue: string
customName: 0
customSeverity: 0
customType: 0
customValue: 0
enabled: false
feedType: string
feedUrl: string
fieldsDelimiter: string
ignoreErrors: false
ignoreLinesThatStartWith: string
ignoreWarnings: false
name: string
password: string
useCustomFeedSettings: false
useGatewayProxy: false
username: string
managementCheckThreatIocFeedId: string
targets:
- string
ManagementCheckThreatIocFeed Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagementCheckThreatIocFeed resource accepts the following input properties:
- Ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed - threat ioc feed parameters.ioc_feed blocks are documented below.
- Targets List<string>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Management
Check stringThreat Ioc Feed Id
- Ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed Args - threat ioc feed parameters.ioc_feed blocks are documented below.
- Targets []string
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Management
Check stringThreat Ioc Feed Id
- ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management
Check StringThreat Ioc Feed Id
- ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets string[]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management
Check stringThreat Ioc Feed Id
- ioc_
feed ManagementCheck Threat Ioc Feed Ioc Feed Args - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets Sequence[str]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management_
check_ strthreat_ ioc_ feed_ id
- ioc
Feed Property Map - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management
Check StringThreat Ioc Feed Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCheckThreatIocFeed resource produces the following output properties:
Look up Existing ManagementCheckThreatIocFeed Resource
Get an existing ManagementCheckThreatIocFeed resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagementCheckThreatIocFeedState, opts?: CustomResourceOptions): ManagementCheckThreatIocFeed@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ioc_feed: Optional[ManagementCheckThreatIocFeedIocFeedArgs] = None,
management_check_threat_ioc_feed_id: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
task_id: Optional[str] = None) -> ManagementCheckThreatIocFeedfunc GetManagementCheckThreatIocFeed(ctx *Context, name string, id IDInput, state *ManagementCheckThreatIocFeedState, opts ...ResourceOption) (*ManagementCheckThreatIocFeed, error)public static ManagementCheckThreatIocFeed Get(string name, Input<string> id, ManagementCheckThreatIocFeedState? state, CustomResourceOptions? opts = null)public static ManagementCheckThreatIocFeed get(String name, Output<String> id, ManagementCheckThreatIocFeedState state, CustomResourceOptions options)resources: _: type: checkpoint:ManagementCheckThreatIocFeed get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed - threat ioc feed parameters.ioc_feed blocks are documented below.
- Management
Check stringThreat Ioc Feed Id - Targets List<string>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Task
Id string - Command asynchronous task unique identifier.
- Ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed Args - threat ioc feed parameters.ioc_feed blocks are documented below.
- Management
Check stringThreat Ioc Feed Id - Targets []string
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Task
Id string - Command asynchronous task unique identifier.
- ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed - threat ioc feed parameters.ioc_feed blocks are documented below.
- management
Check StringThreat Ioc Feed Id - targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task
Id String - Command asynchronous task unique identifier.
- ioc
Feed ManagementCheck Threat Ioc Feed Ioc Feed - threat ioc feed parameters.ioc_feed blocks are documented below.
- management
Check stringThreat Ioc Feed Id - targets string[]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task
Id string - Command asynchronous task unique identifier.
- ioc_
feed ManagementCheck Threat Ioc Feed Ioc Feed Args - threat ioc feed parameters.ioc_feed blocks are documented below.
- management_
check_ strthreat_ ioc_ feed_ id - targets Sequence[str]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task_
id str - Command asynchronous task unique identifier.
- ioc
Feed Property Map - threat ioc feed parameters.ioc_feed blocks are documented below.
- management
Check StringThreat Ioc Feed Id - targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task
Id String - Command asynchronous task unique identifier.
Supporting Types
ManagementCheckThreatIocFeedIocFeed, ManagementCheckThreatIocFeedIocFeedArgs
- Action string
- The feed indicator's action.
- Certificate
Id string - Certificate SHA-1 fingerprint to access the feed.
- Custom
Comment double - Custom IOC feed - the column number of comment.
- Custom
Confidence double - Custom IOC feed - the column number of confidence.
- Custom
Headers List<ManagementCheck Threat Ioc Feed Ioc Feed Custom Header> - Custom HTTP headers.custom_header blocks are documented below.
- Custom
Name double - Custom IOC feed - the column number of name.
- Custom
Severity double - Custom IOC feed - the column number of severity.
- Custom
Type double - Custom IOC feed - the column number of type in case a specific type is not chosen.
- Custom
Value double - Custom IOC feed - the column number of value in case a specific type is chosen.
- Enabled bool
- Sets whether this indicator feed is enabled.
- Feed
Type string - Feed type to be enforced.
- Feed
Url string - URL of the feed. URL should be written as http or https.
- Fields
Delimiter string - The delimiter that separates between the columns in the feed.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Lines stringThat Start With - A prefix that will determine which lines to ignore.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Name string
- Object name.
- Password string
- password for authenticating with the URL.
- Use
Custom boolFeed Settings - Set in order to configure a custom indicator feed.
- Use
Gateway boolProxy - Use the gateway's proxy for retrieving the feed.
- Username string
- username for authenticating with the URL.
- Action string
- The feed indicator's action.
- Certificate
Id string - Certificate SHA-1 fingerprint to access the feed.
- Custom
Comment float64 - Custom IOC feed - the column number of comment.
- Custom
Confidence float64 - Custom IOC feed - the column number of confidence.
- Custom
Headers []ManagementCheck Threat Ioc Feed Ioc Feed Custom Header - Custom HTTP headers.custom_header blocks are documented below.
- Custom
Name float64 - Custom IOC feed - the column number of name.
- Custom
Severity float64 - Custom IOC feed - the column number of severity.
- Custom
Type float64 - Custom IOC feed - the column number of type in case a specific type is not chosen.
- Custom
Value float64 - Custom IOC feed - the column number of value in case a specific type is chosen.
- Enabled bool
- Sets whether this indicator feed is enabled.
- Feed
Type string - Feed type to be enforced.
- Feed
Url string - URL of the feed. URL should be written as http or https.
- Fields
Delimiter string - The delimiter that separates between the columns in the feed.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Lines stringThat Start With - A prefix that will determine which lines to ignore.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Name string
- Object name.
- Password string
- password for authenticating with the URL.
- Use
Custom boolFeed Settings - Set in order to configure a custom indicator feed.
- Use
Gateway boolProxy - Use the gateway's proxy for retrieving the feed.
- Username string
- username for authenticating with the URL.
- action String
- The feed indicator's action.
- certificate
Id String - Certificate SHA-1 fingerprint to access the feed.
- custom
Comment Double - Custom IOC feed - the column number of comment.
- custom
Confidence Double - Custom IOC feed - the column number of confidence.
- custom
Headers List<ManagementCheck Threat Ioc Feed Ioc Feed Custom Header> - Custom HTTP headers.custom_header blocks are documented below.
- custom
Name Double - Custom IOC feed - the column number of name.
- custom
Severity Double - Custom IOC feed - the column number of severity.
- custom
Type Double - Custom IOC feed - the column number of type in case a specific type is not chosen.
- custom
Value Double - Custom IOC feed - the column number of value in case a specific type is chosen.
- enabled Boolean
- Sets whether this indicator feed is enabled.
- feed
Type String - Feed type to be enforced.
- feed
Url String - URL of the feed. URL should be written as http or https.
- fields
Delimiter String - The delimiter that separates between the columns in the feed.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Lines StringThat Start With - A prefix that will determine which lines to ignore.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- name String
- Object name.
- password String
- password for authenticating with the URL.
- use
Custom BooleanFeed Settings - Set in order to configure a custom indicator feed.
- use
Gateway BooleanProxy - Use the gateway's proxy for retrieving the feed.
- username String
- username for authenticating with the URL.
- action string
- The feed indicator's action.
- certificate
Id string - Certificate SHA-1 fingerprint to access the feed.
- custom
Comment number - Custom IOC feed - the column number of comment.
- custom
Confidence number - Custom IOC feed - the column number of confidence.
- custom
Headers ManagementCheck Threat Ioc Feed Ioc Feed Custom Header[] - Custom HTTP headers.custom_header blocks are documented below.
- custom
Name number - Custom IOC feed - the column number of name.
- custom
Severity number - Custom IOC feed - the column number of severity.
- custom
Type number - Custom IOC feed - the column number of type in case a specific type is not chosen.
- custom
Value number - Custom IOC feed - the column number of value in case a specific type is chosen.
- enabled boolean
- Sets whether this indicator feed is enabled.
- feed
Type string - Feed type to be enforced.
- feed
Url string - URL of the feed. URL should be written as http or https.
- fields
Delimiter string - The delimiter that separates between the columns in the feed.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Lines stringThat Start With - A prefix that will determine which lines to ignore.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- name string
- Object name.
- password string
- password for authenticating with the URL.
- use
Custom booleanFeed Settings - Set in order to configure a custom indicator feed.
- use
Gateway booleanProxy - Use the gateway's proxy for retrieving the feed.
- username string
- username for authenticating with the URL.
- action str
- The feed indicator's action.
- certificate_
id str - Certificate SHA-1 fingerprint to access the feed.
- custom_
comment float - Custom IOC feed - the column number of comment.
- custom_
confidence float - Custom IOC feed - the column number of confidence.
- custom_
headers Sequence[ManagementCheck Threat Ioc Feed Ioc Feed Custom Header] - Custom HTTP headers.custom_header blocks are documented below.
- custom_
name float - Custom IOC feed - the column number of name.
- custom_
severity float - Custom IOC feed - the column number of severity.
- custom_
type float - Custom IOC feed - the column number of type in case a specific type is not chosen.
- custom_
value float - Custom IOC feed - the column number of value in case a specific type is chosen.
- enabled bool
- Sets whether this indicator feed is enabled.
- feed_
type str - Feed type to be enforced.
- feed_
url str - URL of the feed. URL should be written as http or https.
- fields_
delimiter str - The delimiter that separates between the columns in the feed.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
lines_ strthat_ start_ with - A prefix that will determine which lines to ignore.
- ignore_
warnings bool - Apply changes ignoring warnings.
- name str
- Object name.
- password str
- password for authenticating with the URL.
- use_
custom_ boolfeed_ settings - Set in order to configure a custom indicator feed.
- use_
gateway_ boolproxy - Use the gateway's proxy for retrieving the feed.
- username str
- username for authenticating with the URL.
- action String
- The feed indicator's action.
- certificate
Id String - Certificate SHA-1 fingerprint to access the feed.
- custom
Comment Number - Custom IOC feed - the column number of comment.
- custom
Confidence Number - Custom IOC feed - the column number of confidence.
- custom
Headers List<Property Map> - Custom HTTP headers.custom_header blocks are documented below.
- custom
Name Number - Custom IOC feed - the column number of name.
- custom
Severity Number - Custom IOC feed - the column number of severity.
- custom
Type Number - Custom IOC feed - the column number of type in case a specific type is not chosen.
- custom
Value Number - Custom IOC feed - the column number of value in case a specific type is chosen.
- enabled Boolean
- Sets whether this indicator feed is enabled.
- feed
Type String - Feed type to be enforced.
- feed
Url String - URL of the feed. URL should be written as http or https.
- fields
Delimiter String - The delimiter that separates between the columns in the feed.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Lines StringThat Start With - A prefix that will determine which lines to ignore.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- name String
- Object name.
- password String
- password for authenticating with the URL.
- use
Custom BooleanFeed Settings - Set in order to configure a custom indicator feed.
- use
Gateway BooleanProxy - Use the gateway's proxy for retrieving the feed.
- username String
- username for authenticating with the URL.
ManagementCheckThreatIocFeedIocFeedCustomHeader, ManagementCheckThreatIocFeedIocFeedCustomHeaderArgs
- Header
Name string - The name of the HTTP header we wish to add.
- Header
Value string - The name of the HTTP value we wish to add.
- Header
Name string - The name of the HTTP header we wish to add.
- Header
Value string - The name of the HTTP value we wish to add.
- header
Name String - The name of the HTTP header we wish to add.
- header
Value String - The name of the HTTP value we wish to add.
- header
Name string - The name of the HTTP header we wish to add.
- header
Value string - The name of the HTTP value we wish to add.
- header_
name str - The name of the HTTP header we wish to add.
- header_
value str - The name of the HTTP value we wish to add.
- header
Name String - The name of the HTTP header we wish to add.
- header
Value String - The name of the HTTP value we wish to add.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Mar 30, 2026 by checkpointsw
