Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustDevicePostureIntegration = cloudflare.getZeroTrustDevicePostureIntegration({
accountId: "699d98642c564d2e855e9661899b7252",
integrationId: "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_device_posture_integration = cloudflare.get_zero_trust_device_posture_integration(account_id="699d98642c564d2e855e9661899b7252",
integration_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.LookupZeroTrustDevicePostureIntegration(ctx, &cloudflare.LookupZeroTrustDevicePostureIntegrationArgs{
AccountId: "699d98642c564d2e855e9661899b7252",
IntegrationId: "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 exampleZeroTrustDevicePostureIntegration = Cloudflare.GetZeroTrustDevicePostureIntegration.Invoke(new()
{
AccountId = "699d98642c564d2e855e9661899b7252",
IntegrationId = "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.GetZeroTrustDevicePostureIntegrationArgs;
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 exampleZeroTrustDevicePostureIntegration = CloudflareFunctions.getZeroTrustDevicePostureIntegration(GetZeroTrustDevicePostureIntegrationArgs.builder()
.accountId("699d98642c564d2e855e9661899b7252")
.integrationId("f174e90a-fafe-4643-bbbc-4a0ed4fc8415")
.build());
}
}
variables:
exampleZeroTrustDevicePostureIntegration:
fn::invoke:
function: cloudflare:getZeroTrustDevicePostureIntegration
arguments:
accountId: 699d98642c564d2e855e9661899b7252
integrationId: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
Using getZeroTrustDevicePostureIntegration
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 getZeroTrustDevicePostureIntegration(args: GetZeroTrustDevicePostureIntegrationArgs, opts?: InvokeOptions): Promise<GetZeroTrustDevicePostureIntegrationResult>
function getZeroTrustDevicePostureIntegrationOutput(args: GetZeroTrustDevicePostureIntegrationOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustDevicePostureIntegrationResult>def get_zero_trust_device_posture_integration(account_id: Optional[str] = None,
integration_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustDevicePostureIntegrationResult
def get_zero_trust_device_posture_integration_output(account_id: Optional[pulumi.Input[str]] = None,
integration_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustDevicePostureIntegrationResult]func LookupZeroTrustDevicePostureIntegration(ctx *Context, args *LookupZeroTrustDevicePostureIntegrationArgs, opts ...InvokeOption) (*LookupZeroTrustDevicePostureIntegrationResult, error)
func LookupZeroTrustDevicePostureIntegrationOutput(ctx *Context, args *LookupZeroTrustDevicePostureIntegrationOutputArgs, opts ...InvokeOption) LookupZeroTrustDevicePostureIntegrationResultOutput> Note: This function is named LookupZeroTrustDevicePostureIntegration in the Go SDK.
public static class GetZeroTrustDevicePostureIntegration
{
public static Task<GetZeroTrustDevicePostureIntegrationResult> InvokeAsync(GetZeroTrustDevicePostureIntegrationArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDevicePostureIntegrationResult> Invoke(GetZeroTrustDevicePostureIntegrationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZeroTrustDevicePostureIntegrationResult> getZeroTrustDevicePostureIntegration(GetZeroTrustDevicePostureIntegrationArgs args, InvokeOptions options)
public static Output<GetZeroTrustDevicePostureIntegrationResult> getZeroTrustDevicePostureIntegration(GetZeroTrustDevicePostureIntegrationArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustDevicePostureIntegration:getZeroTrustDevicePostureIntegration
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Integration
Id string - API UUID.
- Account
Id string - Integration
Id string - API UUID.
- account
Id String - integration
Id String - API UUID.
- account
Id string - integration
Id string - API UUID.
- account_
id str - integration_
id str - API UUID.
- account
Id String - integration
Id String - API UUID.
getZeroTrustDevicePostureIntegration Result
The following output properties are available:
- Account
Id string - Config
Get
Zero Trust Device Posture Integration Config - The configuration object containing third-party integration information.
- Id string
- API UUID.
- Integration
Id string - API UUID.
- Interval string
- The interval between each posture check with the third-party API. Use
mfor minutes (e.g.5m) andhfor hours (e.g.12h). - Name string
- The name of the device posture integration.
- Type string
- The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "taniums2s", "sentinelones2s", <span pulumi-lang-nodejs=""customS2s"" pulumi-lang-dotnet=""CustomS2s"" pulumi-lang-go=""customS2s"" pulumi-lang-python=""custom_s2s"" pulumi-lang-yaml=""customS2s"" pulumi-lang-java=""customS2s"">"custom_s2s".
- Account
Id string - Config
Get
Zero Trust Device Posture Integration Config - The configuration object containing third-party integration information.
- Id string
- API UUID.
- Integration
Id string - API UUID.
- Interval string
- The interval between each posture check with the third-party API. Use
mfor minutes (e.g.5m) andhfor hours (e.g.12h). - Name string
- The name of the device posture integration.
- Type string
- The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "taniums2s", "sentinelones2s", <span pulumi-lang-nodejs=""customS2s"" pulumi-lang-dotnet=""CustomS2s"" pulumi-lang-go=""customS2s"" pulumi-lang-python=""custom_s2s"" pulumi-lang-yaml=""customS2s"" pulumi-lang-java=""customS2s"">"custom_s2s".
- account
Id String - config
Get
Zero Trust Device Posture Integration Config - The configuration object containing third-party integration information.
- id String
- API UUID.
- integration
Id String - API UUID.
- interval String
- The interval between each posture check with the third-party API. Use
mfor minutes (e.g.5m) andhfor hours (e.g.12h). - name String
- The name of the device posture integration.
- type String
- The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "taniums2s", "sentinelones2s", <span pulumi-lang-nodejs=""customS2s"" pulumi-lang-dotnet=""CustomS2s"" pulumi-lang-go=""customS2s"" pulumi-lang-python=""custom_s2s"" pulumi-lang-yaml=""customS2s"" pulumi-lang-java=""customS2s"">"custom_s2s".
- account
Id string - config
Get
Zero Trust Device Posture Integration Config - The configuration object containing third-party integration information.
- id string
- API UUID.
- integration
Id string - API UUID.
- interval string
- The interval between each posture check with the third-party API. Use
mfor minutes (e.g.5m) andhfor hours (e.g.12h). - name string
- The name of the device posture integration.
- type string
- The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "taniums2s", "sentinelones2s", <span pulumi-lang-nodejs=""customS2s"" pulumi-lang-dotnet=""CustomS2s"" pulumi-lang-go=""customS2s"" pulumi-lang-python=""custom_s2s"" pulumi-lang-yaml=""customS2s"" pulumi-lang-java=""customS2s"">"custom_s2s".
- account_
id str - config
Get
Zero Trust Device Posture Integration Config - The configuration object containing third-party integration information.
- id str
- API UUID.
- integration_
id str - API UUID.
- interval str
- The interval between each posture check with the third-party API. Use
mfor minutes (e.g.5m) andhfor hours (e.g.12h). - name str
- The name of the device posture integration.
- type str
- The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "taniums2s", "sentinelones2s", <span pulumi-lang-nodejs=""customS2s"" pulumi-lang-dotnet=""CustomS2s"" pulumi-lang-go=""customS2s"" pulumi-lang-python=""custom_s2s"" pulumi-lang-yaml=""customS2s"" pulumi-lang-java=""customS2s"">"custom_s2s".
- account
Id String - config Property Map
- The configuration object containing third-party integration information.
- id String
- API UUID.
- integration
Id String - API UUID.
- interval String
- The interval between each posture check with the third-party API. Use
mfor minutes (e.g.5m) andhfor hours (e.g.12h). - name String
- The name of the device posture integration.
- type String
- The type of device posture integration. Available values: "workspaceone", "crowdstrikes2s", "uptycs", "intune", "kolide", "taniums2s", "sentinelones2s", <span pulumi-lang-nodejs=""customS2s"" pulumi-lang-dotnet=""CustomS2s"" pulumi-lang-go=""customS2s"" pulumi-lang-python=""custom_s2s"" pulumi-lang-yaml=""customS2s"" pulumi-lang-java=""customS2s"">"custom_s2s".
Supporting Types
GetZeroTrustDevicePostureIntegrationConfig
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
