DevicePostureIntegration

class DevicePostureIntegration : KotlinCustomResource

Deprecated

cloudflare.index/devicepostureintegration.DevicePostureIntegration has been deprecated in favor of cloudflare.index/zerotrustdevicepostureintegration.ZeroTrustDevicePostureIntegration

Example Usage

resources:
exampleZeroTrustDevicePostureIntegration:
type: cloudflare:ZeroTrustDevicePostureIntegration
name: example_zero_trust_device_posture_integration
properties:
accountId: 699d98642c564d2e855e9661899b7252
config:
api_url: https://as123.awmdm.com/API
auth_url: https://na.uemauth.vmwservices.com/connect/token
client_id: example client id
client_secret: example client secret
interval: 10m
name: My Workspace One Integration
type: workspace_one

Import

$ pulumi import cloudflare:index/devicePostureIntegration:DevicePostureIntegration example '<account_id>/<integration_id>'

Properties

Link copied to clipboard
val accountId: Output<String>
Link copied to clipboard

The configuration object containing third-party integration information.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val interval: Output<String>

The interval between each posture check with the third-party API. Use m for minutes (e.g. 5m) and h for hours (e.g. 12h).

Link copied to clipboard
val name: Output<String>

The name of the device posture integration.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "tanium", "sentinelones2s", "customs2s".

Link copied to clipboard
val urn: Output<String>