ZeroTrustDevicePostureIntegrationConfigArgs

data class ZeroTrustDevicePostureIntegrationConfigArgs(val accessClientId: Output<String>? = null, val accessClientSecret: Output<String>? = null, val apiUrl: Output<String>? = null, val authUrl: Output<String>? = null, val clientId: Output<String>? = null, val clientKey: Output<String>? = null, val clientSecret: Output<String>? = null, val customerId: Output<String>? = null) : ConvertibleToJava<ZeroTrustDevicePostureIntegrationConfigArgs>

Constructors

constructor(accessClientId: Output<String>? = null, accessClientSecret: Output<String>? = null, apiUrl: Output<String>? = null, authUrl: Output<String>? = null, clientId: Output<String>? = null, clientKey: Output<String>? = null, clientSecret: Output<String>? = null, customerId: Output<String>? = null)

Properties

Link copied to clipboard
val accessClientId: Output<String>? = null

If present, this id will be passed in the CF-Access-Client-ID header when hitting the api_url

Link copied to clipboard
val accessClientSecret: Output<String>? = null

If present, this secret will be passed in the CF-Access-Client-Secret header when hitting the api_url

Link copied to clipboard
val apiUrl: Output<String>? = null

The Workspace One API URL provided in the Workspace One Admin Dashboard.

Link copied to clipboard
val authUrl: Output<String>? = null

The Workspace One Authorization URL depending on your region.

Link copied to clipboard
val clientId: Output<String>? = null

The Workspace One client ID provided in the Workspace One Admin Dashboard.

Link copied to clipboard
val clientKey: Output<String>? = null

The Uptycs client secret.

Link copied to clipboard
val clientSecret: Output<String>? = null

The Workspace One client secret provided in the Workspace One Admin Dashboard.

Link copied to clipboard
val customerId: Output<String>? = null

The Crowdstrike customer ID.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustDevicePostureIntegrationConfigArgs