Device Posture Integration Config
data class DevicePostureIntegrationConfig(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)
Constructors
Properties
Link copied to clipboard
If present, this id will be passed in the CF-Access-Client-ID
header when hitting the api_url
Link copied to clipboard
If present, this secret will be passed in the CF-Access-Client-Secret
header when hitting the api_url
Link copied to clipboard
The Workspace One client secret provided in the Workspace One Admin Dashboard.
Link copied to clipboard
The Crowdstrike customer ID.