Zero Trust Device Posture Integration Config
data class ZeroTrustDevicePostureIntegrationConfig(val accessClientId: String? = null, val accessClientSecret: String? = null, val apiUrl: String? = null, val authUrl: String? = null, val clientId: String? = null, val clientKey: String? = null, val clientSecret: String? = null, val customerId: String? = null)
Properties
Link copied to clipboard
The Access client ID to be used as the Cf-Access-Client-ID
header when making a request to the api_url
.
Link copied to clipboard
The Access client secret to be used as the Cf-Access-Client-Secret
header when making a request to the api_url
.
Link copied to clipboard
The client secret for authenticating API calls.
Link copied to clipboard
The customer identifier for authenticating API calls.