Cloudflare v6.0.0 published on Monday, Apr 14, 2025 by Pulumi
cloudflare.getZeroTrustDevicePostureRule
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustDevicePostureRule = cloudflare.getZeroTrustDevicePostureRule({
accountId: "699d98642c564d2e855e9661899b7252",
ruleId: "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_device_posture_rule = cloudflare.get_zero_trust_device_posture_rule(account_id="699d98642c564d2e855e9661899b7252",
rule_id="f174e90a-fafe-4643-bbbc-4a0ed4fc8415")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupZeroTrustDevicePostureRule(ctx, &cloudflare.LookupZeroTrustDevicePostureRuleArgs{
AccountId: "699d98642c564d2e855e9661899b7252",
RuleId: pulumi.StringRef("f174e90a-fafe-4643-bbbc-4a0ed4fc8415"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleZeroTrustDevicePostureRule = Cloudflare.GetZeroTrustDevicePostureRule.Invoke(new()
{
AccountId = "699d98642c564d2e855e9661899b7252",
RuleId = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetZeroTrustDevicePostureRuleArgs;
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 exampleZeroTrustDevicePostureRule = CloudflareFunctions.getZeroTrustDevicePostureRule(GetZeroTrustDevicePostureRuleArgs.builder()
.accountId("699d98642c564d2e855e9661899b7252")
.ruleId("f174e90a-fafe-4643-bbbc-4a0ed4fc8415")
.build());
}
}
variables:
exampleZeroTrustDevicePostureRule:
fn::invoke:
function: cloudflare:getZeroTrustDevicePostureRule
arguments:
accountId: 699d98642c564d2e855e9661899b7252
ruleId: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
Using getZeroTrustDevicePostureRule
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 getZeroTrustDevicePostureRule(args: GetZeroTrustDevicePostureRuleArgs, opts?: InvokeOptions): Promise<GetZeroTrustDevicePostureRuleResult>
function getZeroTrustDevicePostureRuleOutput(args: GetZeroTrustDevicePostureRuleOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustDevicePostureRuleResult>
def get_zero_trust_device_posture_rule(account_id: Optional[str] = None,
rule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustDevicePostureRuleResult
def get_zero_trust_device_posture_rule_output(account_id: Optional[pulumi.Input[str]] = None,
rule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustDevicePostureRuleResult]
func LookupZeroTrustDevicePostureRule(ctx *Context, args *LookupZeroTrustDevicePostureRuleArgs, opts ...InvokeOption) (*LookupZeroTrustDevicePostureRuleResult, error)
func LookupZeroTrustDevicePostureRuleOutput(ctx *Context, args *LookupZeroTrustDevicePostureRuleOutputArgs, opts ...InvokeOption) LookupZeroTrustDevicePostureRuleResultOutput
> Note: This function is named LookupZeroTrustDevicePostureRule
in the Go SDK.
public static class GetZeroTrustDevicePostureRule
{
public static Task<GetZeroTrustDevicePostureRuleResult> InvokeAsync(GetZeroTrustDevicePostureRuleArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDevicePostureRuleResult> Invoke(GetZeroTrustDevicePostureRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetZeroTrustDevicePostureRuleResult> getZeroTrustDevicePostureRule(GetZeroTrustDevicePostureRuleArgs args, InvokeOptions options)
public static Output<GetZeroTrustDevicePostureRuleResult> getZeroTrustDevicePostureRule(GetZeroTrustDevicePostureRuleArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustDevicePostureRule:getZeroTrustDevicePostureRule
arguments:
# arguments dictionary
The following arguments are supported:
- account_
id This property is required. str - rule_
id str - API UUID.
getZeroTrustDevicePostureRule Result
The following output properties are available:
- Account
Id string - Description string
- The description of the device posture rule.
- Expiration string
- Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
- Id string
- API UUID.
- Input
Get
Zero Trust Device Posture Rule Input - The value to be checked against.
- Matches
List<Get
Zero Trust Device Posture Rule Match> - The conditions that the client must match to run the rule.
- Name string
- The name of the device posture rule.
- Schedule string
- Polling frequency for the WARP client posture check. Default:
5m
(poll every five minutes). Minimum:1m
. - Type string
- The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".
- Rule
Id string - API UUID.
- Account
Id string - Description string
- The description of the device posture rule.
- Expiration string
- Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
- Id string
- API UUID.
- Input
Get
Zero Trust Device Posture Rule Input - The value to be checked against.
- Matches
[]Get
Zero Trust Device Posture Rule Match - The conditions that the client must match to run the rule.
- Name string
- The name of the device posture rule.
- Schedule string
- Polling frequency for the WARP client posture check. Default:
5m
(poll every five minutes). Minimum:1m
. - Type string
- The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".
- Rule
Id string - API UUID.
- account
Id String - description String
- The description of the device posture rule.
- expiration String
- Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
- id String
- API UUID.
- input
Get
Zero Trust Device Posture Rule Input - The value to be checked against.
- matches
List<Get
Zero Trust Device Posture Rule Match> - The conditions that the client must match to run the rule.
- name String
- The name of the device posture rule.
- schedule String
- Polling frequency for the WARP client posture check. Default:
5m
(poll every five minutes). Minimum:1m
. - type String
- The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".
- rule
Id String - API UUID.
- account
Id string - description string
- The description of the device posture rule.
- expiration string
- Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
- id string
- API UUID.
- input
Get
Zero Trust Device Posture Rule Input - The value to be checked against.
- matches
Get
Zero Trust Device Posture Rule Match[] - The conditions that the client must match to run the rule.
- name string
- The name of the device posture rule.
- schedule string
- Polling frequency for the WARP client posture check. Default:
5m
(poll every five minutes). Minimum:1m
. - type string
- The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".
- rule
Id string - API UUID.
- account_
id str - description str
- The description of the device posture rule.
- expiration str
- Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
- id str
- API UUID.
- input
Get
Zero Trust Device Posture Rule Input - The value to be checked against.
- matches
Sequence[Get
Zero Trust Device Posture Rule Match] - The conditions that the client must match to run the rule.
- name str
- The name of the device posture rule.
- schedule str
- Polling frequency for the WARP client posture check. Default:
5m
(poll every five minutes). Minimum:1m
. - type str
- The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".
- rule_
id str - API UUID.
- account
Id String - description String
- The description of the device posture rule.
- expiration String
- Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
- id String
- API UUID.
- input Property Map
- The value to be checked against.
- matches List<Property Map>
- The conditions that the client must match to run the rule.
- name String
- The name of the device posture rule.
- schedule String
- Polling frequency for the WARP client posture check. Default:
5m
(poll every five minutes). Minimum:1m
. - type String
- The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".
- rule
Id String - API UUID.
Supporting Types
GetZeroTrustDevicePostureRuleInput
- Active
Threats This property is required. double - The Number of active threats.
- Certificate
Id This property is required. string - UUID of Cloudflare managed certificate.
- Check
Disks This property is required. List<string> - List of volume names to be checked for encryption.
- Check
Private Key This property is required. bool - Confirm the certificate was not imported from another device. We recommend keeping this enabled unless the certificate was deployed without a private key.
- Cn
This property is required. string - Common Name that is protected by the certificate
- Compliance
Status This property is required. string - Compliance Status Available values: "compliant", "noncompliant", "unknown".
- Connection
Id This property is required. string - Posture Integration ID.
- Count
Operator This property is required. string - Count Operator Available values: "<", "<=", ">", ">=", "==".
- Domain
This property is required. string - Domain
- Eid
Last Seen This property is required. string - For more details on eid last seen, refer to the Tanium documentation.
- Enabled
This property is required. bool - Enabled
- Exists
This property is required. bool - Whether or not file exists
- Extended
Key Usages This property is required. List<string> - List of values indicating purposes for which the certificate public key can be used
- Id
This property is required. string - List ID.
- Infected
This property is required. bool - Whether device is infected.
- Is
Active This property is required. bool - Whether device is active.
- Issue
Count This property is required. string - The Number of Issues.
- Last
Seen This property is required. string - For more details on last seen, please refer to the Crowdstrike documentation.
- Locations
This property is required. GetZero Trust Device Posture Rule Input Locations - Network
Status This property is required. string - Network status of device. Available values: "connected", "disconnected", "disconnecting", "connecting".
- Operating
System This property is required. string - Operating system Available values: "windows", "linux", "mac".
- Operational
State This property is required. string - Agent operational state. Available values: "na", "partiallydisabled", "autofullydisabled", "fullydisabled", "autopartiallydisabled", "disablederror", "dbcorruption".
- Operator
This property is required. string - operator Available values: "<", "<=", ">", ">=", "==".
- Os
This property is required. string - Os Version
- Os
Distro Name This property is required. string - Operating System Distribution Name (linux only)
- Os
Distro Revision This property is required. string - Version of OS Distribution (linux only)
- Os
Version Extra This property is required. string - Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
- Overall
This property is required. string - overall
- Path
This property is required. string - File path.
- Require
All This property is required. bool - Whether to check all disks for encryption.
- Risk
Level This property is required. string - For more details on risk level, refer to the Tanium documentation. Available values: "low", "medium", "high", "critical".
- Score
This property is required. double - A value between 0-100 assigned to devices set by the 3rd party posture provider.
- Score
Operator This property is required. string - Score Operator Available values: "<", "<=", ">", ">=", "==".
- Sensor
Config This property is required. string - SensorConfig
- Sha256
This property is required. string - SHA-256.
- State
This property is required. string - For more details on state, please refer to the Crowdstrike documentation. Available values: "online", "offline", "unknown".
- Thumbprint
This property is required. string - Signing certificate thumbprint.
- Total
Score This property is required. double - For more details on total score, refer to the Tanium documentation.
- Version
This property is required. string - Version of OS
- Version
Operator This property is required. string - Version Operator Available values: "<", "<=", ">", ">=", "==".
- Active
Threats This property is required. float64 - The Number of active threats.
- Certificate
Id This property is required. string - UUID of Cloudflare managed certificate.
- Check
Disks This property is required. []string - List of volume names to be checked for encryption.
- Check
Private Key This property is required. bool - Confirm the certificate was not imported from another device. We recommend keeping this enabled unless the certificate was deployed without a private key.
- Cn
This property is required. string - Common Name that is protected by the certificate
- Compliance
Status This property is required. string - Compliance Status Available values: "compliant", "noncompliant", "unknown".
- Connection
Id This property is required. string - Posture Integration ID.
- Count
Operator This property is required. string - Count Operator Available values: "<", "<=", ">", ">=", "==".
- Domain
This property is required. string - Domain
- Eid
Last Seen This property is required. string - For more details on eid last seen, refer to the Tanium documentation.
- Enabled
This property is required. bool - Enabled
- Exists
This property is required. bool - Whether or not file exists
- Extended
Key Usages This property is required. []string - List of values indicating purposes for which the certificate public key can be used
- Id
This property is required. string - List ID.
- Infected
This property is required. bool - Whether device is infected.
- Is
Active This property is required. bool - Whether device is active.
- Issue
Count This property is required. string - The Number of Issues.
- Last
Seen This property is required. string - For more details on last seen, please refer to the Crowdstrike documentation.
- Locations
This property is required. GetZero Trust Device Posture Rule Input Locations - Network
Status This property is required. string - Network status of device. Available values: "connected", "disconnected", "disconnecting", "connecting".
- Operating
System This property is required. string - Operating system Available values: "windows", "linux", "mac".
- Operational
State This property is required. string - Agent operational state. Available values: "na", "partiallydisabled", "autofullydisabled", "fullydisabled", "autopartiallydisabled", "disablederror", "dbcorruption".
- Operator
This property is required. string - operator Available values: "<", "<=", ">", ">=", "==".
- Os
This property is required. string - Os Version
- Os
Distro Name This property is required. string - Operating System Distribution Name (linux only)
- Os
Distro Revision This property is required. string - Version of OS Distribution (linux only)
- Os
Version Extra This property is required. string - Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
- Overall
This property is required. string - overall
- Path
This property is required. string - File path.
- Require
All This property is required. bool - Whether to check all disks for encryption.
- Risk
Level This property is required. string - For more details on risk level, refer to the Tanium documentation. Available values: "low", "medium", "high", "critical".
- Score
This property is required. float64 - A value between 0-100 assigned to devices set by the 3rd party posture provider.
- Score
Operator This property is required. string - Score Operator Available values: "<", "<=", ">", ">=", "==".
- Sensor
Config This property is required. string - SensorConfig
- Sha256
This property is required. string - SHA-256.
- State
This property is required. string - For more details on state, please refer to the Crowdstrike documentation. Available values: "online", "offline", "unknown".
- Thumbprint
This property is required. string - Signing certificate thumbprint.
- Total
Score This property is required. float64 - For more details on total score, refer to the Tanium documentation.
- Version
This property is required. string - Version of OS
- Version
Operator This property is required. string - Version Operator Available values: "<", "<=", ">", ">=", "==".
- active
Threats This property is required. Double - The Number of active threats.
- certificate
Id This property is required. String - UUID of Cloudflare managed certificate.
- check
Disks This property is required. List<String> - List of volume names to be checked for encryption.
- check
Private Key This property is required. Boolean - Confirm the certificate was not imported from another device. We recommend keeping this enabled unless the certificate was deployed without a private key.
- cn
This property is required. String - Common Name that is protected by the certificate
- compliance
Status This property is required. String - Compliance Status Available values: "compliant", "noncompliant", "unknown".
- connection
Id This property is required. String - Posture Integration ID.
- count
Operator This property is required. String - Count Operator Available values: "<", "<=", ">", ">=", "==".
- domain
This property is required. String - Domain
- eid
Last Seen This property is required. String - For more details on eid last seen, refer to the Tanium documentation.
- enabled
This property is required. Boolean - Enabled
- exists
This property is required. Boolean - Whether or not file exists
- extended
Key Usages This property is required. List<String> - List of values indicating purposes for which the certificate public key can be used
- id
This property is required. String - List ID.
- infected
This property is required. Boolean - Whether device is infected.
- is
Active This property is required. Boolean - Whether device is active.
- issue
Count This property is required. String - The Number of Issues.
- last
Seen This property is required. String - For more details on last seen, please refer to the Crowdstrike documentation.
- locations
This property is required. GetZero Trust Device Posture Rule Input Locations - network
Status This property is required. String - Network status of device. Available values: "connected", "disconnected", "disconnecting", "connecting".
- operating
System This property is required. String - Operating system Available values: "windows", "linux", "mac".
- operational
State This property is required. String - Agent operational state. Available values: "na", "partiallydisabled", "autofullydisabled", "fullydisabled", "autopartiallydisabled", "disablederror", "dbcorruption".
- operator
This property is required. String - operator Available values: "<", "<=", ">", ">=", "==".
- os
This property is required. String - Os Version
- os
Distro Name This property is required. String - Operating System Distribution Name (linux only)
- os
Distro Revision This property is required. String - Version of OS Distribution (linux only)
- os
Version Extra This property is required. String - Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
- overall
This property is required. String - overall
- path
This property is required. String - File path.
- require
All This property is required. Boolean - Whether to check all disks for encryption.
- risk
Level This property is required. String - For more details on risk level, refer to the Tanium documentation. Available values: "low", "medium", "high", "critical".
- score
This property is required. Double - A value between 0-100 assigned to devices set by the 3rd party posture provider.
- score
Operator This property is required. String - Score Operator Available values: "<", "<=", ">", ">=", "==".
- sensor
Config This property is required. String - SensorConfig
- sha256
This property is required. String - SHA-256.
- state
This property is required. String - For more details on state, please refer to the Crowdstrike documentation. Available values: "online", "offline", "unknown".
- thumbprint
This property is required. String - Signing certificate thumbprint.
- total
Score This property is required. Double - For more details on total score, refer to the Tanium documentation.
- version
This property is required. String - Version of OS
- version
Operator This property is required. String - Version Operator Available values: "<", "<=", ">", ">=", "==".
- active
Threats This property is required. number - The Number of active threats.
- certificate
Id This property is required. string - UUID of Cloudflare managed certificate.
- check
Disks This property is required. string[] - List of volume names to be checked for encryption.
- check
Private Key This property is required. boolean - Confirm the certificate was not imported from another device. We recommend keeping this enabled unless the certificate was deployed without a private key.
- cn
This property is required. string - Common Name that is protected by the certificate
- compliance
Status This property is required. string - Compliance Status Available values: "compliant", "noncompliant", "unknown".
- connection
Id This property is required. string - Posture Integration ID.
- count
Operator This property is required. string - Count Operator Available values: "<", "<=", ">", ">=", "==".
- domain
This property is required. string - Domain
- eid
Last Seen This property is required. string - For more details on eid last seen, refer to the Tanium documentation.
- enabled
This property is required. boolean - Enabled
- exists
This property is required. boolean - Whether or not file exists
- extended
Key Usages This property is required. string[] - List of values indicating purposes for which the certificate public key can be used
- id
This property is required. string - List ID.
- infected
This property is required. boolean - Whether device is infected.
- is
Active This property is required. boolean - Whether device is active.
- issue
Count This property is required. string - The Number of Issues.
- last
Seen This property is required. string - For more details on last seen, please refer to the Crowdstrike documentation.
- locations
This property is required. GetZero Trust Device Posture Rule Input Locations - network
Status This property is required. string - Network status of device. Available values: "connected", "disconnected", "disconnecting", "connecting".
- operating
System This property is required. string - Operating system Available values: "windows", "linux", "mac".
- operational
State This property is required. string - Agent operational state. Available values: "na", "partiallydisabled", "autofullydisabled", "fullydisabled", "autopartiallydisabled", "disablederror", "dbcorruption".
- operator
This property is required. string - operator Available values: "<", "<=", ">", ">=", "==".
- os
This property is required. string - Os Version
- os
Distro Name This property is required. string - Operating System Distribution Name (linux only)
- os
Distro Revision This property is required. string - Version of OS Distribution (linux only)
- os
Version Extra This property is required. string - Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
- overall
This property is required. string - overall
- path
This property is required. string - File path.
- require
All This property is required. boolean - Whether to check all disks for encryption.
- risk
Level This property is required. string - For more details on risk level, refer to the Tanium documentation. Available values: "low", "medium", "high", "critical".
- score
This property is required. number - A value between 0-100 assigned to devices set by the 3rd party posture provider.
- score
Operator This property is required. string - Score Operator Available values: "<", "<=", ">", ">=", "==".
- sensor
Config This property is required. string - SensorConfig
- sha256
This property is required. string - SHA-256.
- state
This property is required. string - For more details on state, please refer to the Crowdstrike documentation. Available values: "online", "offline", "unknown".
- thumbprint
This property is required. string - Signing certificate thumbprint.
- total
Score This property is required. number - For more details on total score, refer to the Tanium documentation.
- version
This property is required. string - Version of OS
- version
Operator This property is required. string - Version Operator Available values: "<", "<=", ">", ">=", "==".
- active_
threats This property is required. float - The Number of active threats.
- certificate_
id This property is required. str - UUID of Cloudflare managed certificate.
- check_
disks This property is required. Sequence[str] - List of volume names to be checked for encryption.
- check_
private_ key This property is required. bool - Confirm the certificate was not imported from another device. We recommend keeping this enabled unless the certificate was deployed without a private key.
- cn
This property is required. str - Common Name that is protected by the certificate
- compliance_
status This property is required. str - Compliance Status Available values: "compliant", "noncompliant", "unknown".
- connection_
id This property is required. str - Posture Integration ID.
- count_
operator This property is required. str - Count Operator Available values: "<", "<=", ">", ">=", "==".
- domain
This property is required. str - Domain
- eid_
last_ seen This property is required. str - For more details on eid last seen, refer to the Tanium documentation.
- enabled
This property is required. bool - Enabled
- exists
This property is required. bool - Whether or not file exists
- extended_
key_ usages This property is required. Sequence[str] - List of values indicating purposes for which the certificate public key can be used
- id
This property is required. str - List ID.
- infected
This property is required. bool - Whether device is infected.
- is_
active This property is required. bool - Whether device is active.
- issue_
count This property is required. str - The Number of Issues.
- last_
seen This property is required. str - For more details on last seen, please refer to the Crowdstrike documentation.
- locations
This property is required. GetZero Trust Device Posture Rule Input Locations - network_
status This property is required. str - Network status of device. Available values: "connected", "disconnected", "disconnecting", "connecting".
- operating_
system This property is required. str - Operating system Available values: "windows", "linux", "mac".
- operational_
state This property is required. str - Agent operational state. Available values: "na", "partiallydisabled", "autofullydisabled", "fullydisabled", "autopartiallydisabled", "disablederror", "dbcorruption".
- operator
This property is required. str - operator Available values: "<", "<=", ">", ">=", "==".
- os
This property is required. str - Os Version
- os_
distro_ name This property is required. str - Operating System Distribution Name (linux only)
- os_
distro_ revision This property is required. str - Version of OS Distribution (linux only)
- os_
version_ extra This property is required. str - Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
- overall
This property is required. str - overall
- path
This property is required. str - File path.
- require_
all This property is required. bool - Whether to check all disks for encryption.
- risk_
level This property is required. str - For more details on risk level, refer to the Tanium documentation. Available values: "low", "medium", "high", "critical".
- score
This property is required. float - A value between 0-100 assigned to devices set by the 3rd party posture provider.
- score_
operator This property is required. str - Score Operator Available values: "<", "<=", ">", ">=", "==".
- sensor_
config This property is required. str - SensorConfig
- sha256
This property is required. str - SHA-256.
- state
This property is required. str - For more details on state, please refer to the Crowdstrike documentation. Available values: "online", "offline", "unknown".
- thumbprint
This property is required. str - Signing certificate thumbprint.
- total_
score This property is required. float - For more details on total score, refer to the Tanium documentation.
- version
This property is required. str - Version of OS
- version_
operator This property is required. str - Version Operator Available values: "<", "<=", ">", ">=", "==".
- active
Threats This property is required. Number - The Number of active threats.
- certificate
Id This property is required. String - UUID of Cloudflare managed certificate.
- check
Disks This property is required. List<String> - List of volume names to be checked for encryption.
- check
Private Key This property is required. Boolean - Confirm the certificate was not imported from another device. We recommend keeping this enabled unless the certificate was deployed without a private key.
- cn
This property is required. String - Common Name that is protected by the certificate
- compliance
Status This property is required. String - Compliance Status Available values: "compliant", "noncompliant", "unknown".
- connection
Id This property is required. String - Posture Integration ID.
- count
Operator This property is required. String - Count Operator Available values: "<", "<=", ">", ">=", "==".
- domain
This property is required. String - Domain
- eid
Last Seen This property is required. String - For more details on eid last seen, refer to the Tanium documentation.
- enabled
This property is required. Boolean - Enabled
- exists
This property is required. Boolean - Whether or not file exists
- extended
Key Usages This property is required. List<String> - List of values indicating purposes for which the certificate public key can be used
- id
This property is required. String - List ID.
- infected
This property is required. Boolean - Whether device is infected.
- is
Active This property is required. Boolean - Whether device is active.
- issue
Count This property is required. String - The Number of Issues.
- last
Seen This property is required. String - For more details on last seen, please refer to the Crowdstrike documentation.
- locations
This property is required. Property Map - network
Status This property is required. String - Network status of device. Available values: "connected", "disconnected", "disconnecting", "connecting".
- operating
System This property is required. String - Operating system Available values: "windows", "linux", "mac".
- operational
State This property is required. String - Agent operational state. Available values: "na", "partiallydisabled", "autofullydisabled", "fullydisabled", "autopartiallydisabled", "disablederror", "dbcorruption".
- operator
This property is required. String - operator Available values: "<", "<=", ">", ">=", "==".
- os
This property is required. String - Os Version
- os
Distro Name This property is required. String - Operating System Distribution Name (linux only)
- os
Distro Revision This property is required. String - Version of OS Distribution (linux only)
- os
Version Extra This property is required. String - Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
- overall
This property is required. String - overall
- path
This property is required. String - File path.
- require
All This property is required. Boolean - Whether to check all disks for encryption.
- risk
Level This property is required. String - For more details on risk level, refer to the Tanium documentation. Available values: "low", "medium", "high", "critical".
- score
This property is required. Number - A value between 0-100 assigned to devices set by the 3rd party posture provider.
- score
Operator This property is required. String - Score Operator Available values: "<", "<=", ">", ">=", "==".
- sensor
Config This property is required. String - SensorConfig
- sha256
This property is required. String - SHA-256.
- state
This property is required. String - For more details on state, please refer to the Crowdstrike documentation. Available values: "online", "offline", "unknown".
- thumbprint
This property is required. String - Signing certificate thumbprint.
- total
Score This property is required. Number - For more details on total score, refer to the Tanium documentation.
- version
This property is required. String - Version of OS
- version
Operator This property is required. String - Version Operator Available values: "<", "<=", ">", ">=", "==".
GetZeroTrustDevicePostureRuleInputLocations
- Paths
This property is required. List<string> - List of paths to check for client certificate on linux.
- Trust
Stores This property is required. List<string> - List of trust stores to check for client certificate.
- Paths
This property is required. []string - List of paths to check for client certificate on linux.
- Trust
Stores This property is required. []string - List of trust stores to check for client certificate.
- paths
This property is required. List<String> - List of paths to check for client certificate on linux.
- trust
Stores This property is required. List<String> - List of trust stores to check for client certificate.
- paths
This property is required. string[] - List of paths to check for client certificate on linux.
- trust
Stores This property is required. string[] - List of trust stores to check for client certificate.
- paths
This property is required. Sequence[str] - List of paths to check for client certificate on linux.
- trust_
stores This property is required. Sequence[str] - List of trust stores to check for client certificate.
- paths
This property is required. List<String> - List of paths to check for client certificate on linux.
- trust
Stores This property is required. List<String> - List of trust stores to check for client certificate.
GetZeroTrustDevicePostureRuleMatch
- Platform
This property is required. string - Available values: "windows", "mac", "linux", "android", "ios".
- Platform
This property is required. string - Available values: "windows", "mac", "linux", "android", "ios".
- platform
This property is required. String - Available values: "windows", "mac", "linux", "android", "ios".
- platform
This property is required. string - Available values: "windows", "mac", "linux", "android", "ios".
- platform
This property is required. str - Available values: "windows", "mac", "linux", "android", "ios".
- platform
This property is required. String - Available values: "windows", "mac", "linux", "android", "ios".
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.