RASPConfiguration
data class RASPConfiguration(val context: Context, val tenant: String? = null, val endpoint: String = "pradeo-security.com", val periodicity: Duration = Duration.parse("1m"), val authority: Certificate? = null, val id: String? = null)
This class allows RASP configuration.
Parameters
context
Context — the application context
tenant
String — the tenant name
endpoint
String — the server endpoint
periodicity
Duration — the periodicity check
authority
Certificate — the authority certificate
id
String — the device registration identifier (less than 128 characters)