Zero Trust Access Application Cors Header Args
constructor(allowAllHeaders: Output<Boolean>? = null, allowAllMethods: Output<Boolean>? = null, allowAllOrigins: Output<Boolean>? = null, allowCredentials: Output<Boolean>? = null, allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, maxAge: Output<Int>? = null)